summaryrefslogtreecommitdiff
path: root/devel/dmake
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-05-08 15:20:41 +0000
committerobache <obache@pkgsrc.org>2007-05-08 15:20:41 +0000
commitcd281e9d283aff83ee208e2fc60b8b44dc81e827 (patch)
treeb44dd800047b7d175919adfde043ee1d6e43f3fb /devel/dmake
parent96535bd1bdb651798ae5907a14c06b887df78785 (diff)
downloadpkgsrc-cd281e9d283aff83ee208e2fc60b8b44dc81e827.tar.gz
Fix right margin shrinking problem by not using obsolete macros.
Patch taken from OpenOffice.org tools(originally Debian package): http://tools.openoffice.org/source/browse/tools/dmake/man/dmake.tf?rev=1.9&r1=1.1.1.1&r2=1.1.1.1.38.1 Fixes PR 29588.
Diffstat (limited to 'devel/dmake')
-rw-r--r--devel/dmake/distinfo3
-rw-r--r--devel/dmake/patches/patch-ab38
2 files changed, 40 insertions, 1 deletions
diff --git a/devel/dmake/distinfo b/devel/dmake/distinfo
index e9e2625c9b8..648cbe9a161 100644
--- a/devel/dmake/distinfo
+++ b/devel/dmake/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/06/27 15:36:04 minskim Exp $
+$NetBSD: distinfo,v 1.6 2007/05/08 15:20:41 obache Exp $
SHA1 (dmake-v4.1-src-export.all-unknown-all.tar.gz) = 6262a38d58fdb69242ddfe663be9caada1882d64
RMD160 (dmake-v4.1-src-export.all-unknown-all.tar.gz) = ba76d48a6057b6af01b8abd7c72cc7521f60a983
Size (dmake-v4.1-src-export.all-unknown-all.tar.gz) = 473427 bytes
SHA1 (patch-aa) = 589a7187dc7e83c84588fd5a110b790877693edb
+SHA1 (patch-ab) = 4d471356c5dd4ac28bcd09a97d770717045f8bcd
diff --git a/devel/dmake/patches/patch-ab b/devel/dmake/patches/patch-ab
new file mode 100644
index 00000000000..1362c4fa64a
--- /dev/null
+++ b/devel/dmake/patches/patch-ab
@@ -0,0 +1,38 @@
+$NetBSD: patch-ab,v 1.1 2007/05/08 15:20:41 obache Exp $
+
+--- man/dmake.tf.orig 1997-07-15 16:02:27.000000000 +0000
++++ man/dmake.tf
+@@ -5,26 +5,18 @@
+ .ds TB "0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.2i +0.5i +0.5i +2.0i
+ .de Ip
+ .sp \\n[PD]u
+-.fi
+-.nr an-prevailing-indent (n;\w@\\$1 @u)
+-.it 1 an-trap
+-.if !\\n[an-div?] .di an-div
+-.in 0
+-.nr an-div? 1
+ .nf
+-\&\\$1 \\$2
++.nr dmake-indent \w@\\$1 @u
++.IP "\\$1" \\n[dmake-indent]u
++\\$2
+ ..
+ .de Is
+-.nr an-prevailing-indent \w@\\$1@u
++.nr dmake-indent \w@\\$1@u
+ ..
+ .de Ii
+-.fi
+-.it 1 an-trap
+-.if !\\n[an-div?] .di an-div
+-.in 0
+-.nr an-div? 1
+-.nf
+-\&\\$1
++.PD 0
++.IP "\\$1" \\n[dmake-indent]u
++.it 1 PD
+ ..
+ .TH DMAKE p "UW" "Version 4.01 PL0" "Unsupported Free Software"
+ .SH NAME