pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/plotmtv patch-aa changed: CDEBUGFLAGS removed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dadc61a25f2
branches:  trunk
changeset: 464188:8dadc61a25f2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 04 12:04:30 2003 +0000

description:
patch-aa changed: CDEBUGFLAGS removed, compiler flags will be taken from the default X11 config

diffstat:

 graphics/plotmtv/distinfo         |   4 ++--
 graphics/plotmtv/patches/patch-aa |  23 +++++++++++++----------
 2 files changed, 15 insertions(+), 12 deletions(-)

diffs (41 lines):

diff -r 5319e934cfe9 -r 8dadc61a25f2 graphics/plotmtv/distinfo
--- a/graphics/plotmtv/distinfo Thu Dec 04 11:37:15 2003 +0000
+++ b/graphics/plotmtv/distinfo Thu Dec 04 12:04:30 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:23 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/12/04 12:04:30 adam Exp $
 
 SHA1 (Plotmtv1.4.1.tar.Z) = 38ab9cd60db9fc14e99b3353a8c122ae8cecbc06
 Size (Plotmtv1.4.1.tar.Z) = 1972882 bytes
-SHA1 (patch-aa) = 42bf0a0628ee458e6fd016bce267844282e61984
+SHA1 (patch-aa) = bfc044bbf46b3a53417c1172080f017138d5bcb0
 SHA1 (patch-ab) = f713b037e4000c509c2bbb058e6494cd0a5e9c95
 SHA1 (patch-ac) = bf7ef352f02c173a371c6471c5124ad7f2eddbf5
diff -r 5319e934cfe9 -r 8dadc61a25f2 graphics/plotmtv/patches/patch-aa
--- a/graphics/plotmtv/patches/patch-aa Thu Dec 04 11:37:15 2003 +0000
+++ b/graphics/plotmtv/patches/patch-aa Thu Dec 04 12:04:30 2003 +0000
@@ -1,11 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2003/12/04 12:04:30 adam Exp $
 
-*** Imakefile.orig
---- Imakefile
-***************
-*** 22,23 ****
-!     CDEBUGFLAGS = -g
-!         DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
---- 22,23 ----
-!     CDEBUGFLAGS = -O3
-!         DEFINES = -DPRINTER_NAME=\"S\" -DPRINTER_CMD=\"lpr\ -h\"
+--- Imakefile.orig     1995-07-14 19:07:13.000000000 +0000
++++ Imakefile
+@@ -19,8 +19,7 @@
+ #define IHaveSubdirs
+ #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
+ 
+-    CDEBUGFLAGS = -g
+-        DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
++        DEFINES = -DPRINTER_NAME=\"S\" -DPRINTER_CMD=\"lpr\ -h\"
+     PROGRAMDIRS = Lib Plot
+    UTILITIESDIR = Utils
+     LOCALBINDIR = ./Bin



Home | Main Index | Thread Index | Old Index