pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/dmake Fix right margin shrinking problem by not ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9dd53b478fb1
branches: trunk
changeset: 528565:9dd53b478fb1
user: obache <obache%pkgsrc.org@localhost>
date: Tue May 08 15:20:41 2007 +0000
description:
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:
devel/dmake/distinfo | 3 ++-
devel/dmake/patches/patch-ab | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 1 deletions(-)
diffs (54 lines):
diff -r 8944d788b027 -r 9dd53b478fb1 devel/dmake/distinfo
--- a/devel/dmake/distinfo Tue May 08 12:52:54 2007 +0000
+++ b/devel/dmake/distinfo Tue May 08 15:20:41 2007 +0000
@@ -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 -r 8944d788b027 -r 9dd53b478fb1 devel/dmake/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/dmake/patches/patch-ab Tue May 08 15:20:41 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index