diff options
author | obache <obache> | 2007-05-08 15:20:41 +0000 |
---|---|---|
committer | obache <obache> | 2007-05-08 15:20:41 +0000 |
commit | 31f3549937029c1333da975ae2b705cff23dbc7e (patch) | |
tree | b44dd800047b7d175919adfde043ee1d6e43f3fb /devel/dmake | |
parent | 04c995d94119a8500429c6da3b59a4517f2c66d9 (diff) | |
download | pkgsrc-31f3549937029c1333da975ae2b705cff23dbc7e.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/distinfo | 3 | ||||
-rw-r--r-- | devel/dmake/patches/patch-ab | 38 |
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 |