pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/crashme don't override CFLAGS. fixes build wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c20281ac099
branches:  trunk
changeset: 467915:8c20281ac099
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 08 12:58:55 2004 +0000

description:
don't override CFLAGS. fixes build with SunPro.

diffstat:

 sysutils/crashme/distinfo         |   4 ++--
 sysutils/crashme/patches/patch-aa |  12 +++++-------
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 1d53cbae839a -r 8c20281ac099 sysutils/crashme/distinfo
--- a/sysutils/crashme/distinfo Sun Feb 08 12:54:05 2004 +0000
+++ b/sysutils/crashme/distinfo Sun Feb 08 12:58:55 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:29:00 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/02/08 12:58:55 grant Exp $
 
 SHA1 (crashme-2.4-shar) = 0648322959634f21e61a5d5e1b308e3c89dc2841
 Size (crashme-2.4-shar) = 57010 bytes
-SHA1 (patch-aa) = a23fe7c1ea008913f3e085f0eb67f997b155e21b
+SHA1 (patch-aa) = 01f981d1ac274bf00ba8d5f9ddcad8aeeaf3dffb
 SHA1 (patch-ab) = 4c7bdcbaae5c802ee27142b3a41638151dff3638
diff -r 1d53cbae839a -r 8c20281ac099 sysutils/crashme/patches/patch-aa
--- a/sysutils/crashme/patches/patch-aa Sun Feb 08 12:54:05 2004 +0000
+++ b/sysutils/crashme/patches/patch-aa Sun Feb 08 12:58:55 2004 +0000
@@ -1,10 +1,8 @@
-$NetBSD: patch-aa,v 1.4 1998/11/24 05:23:23 mycroft Exp $
+$NetBSD: patch-aa,v 1.5 2004/02/08 12:58:55 grant Exp $
 
---- makefile.orig      Tue Nov 24 01:08:49 1998
-+++ makefile   Tue Nov 24 01:09:26 1998
-@@ -1,12 +1,19 @@
-+CFLAGS=       -O2
-+
+--- makefile.orig      2004-02-08 23:56:35.000000000 +1100
++++ makefile
+@@ -1,12 +1,17 @@
  all: crashme pddet
  
  crashme:      crashme.o
@@ -20,8 +18,8 @@
  pddet.o: pddet.c
 -      cc -c pddet.c
 +      ${CC} ${CFLAGS} -c pddet.c
+ 
 +
- 
 +install: crashme pddet
 +      ${INSTALL} -c -m 0755 crashme ${PREFIX}/sbin/crashme
 +      ${INSTALL} -c -m 0755 pddet ${PREFIX}/sbin/pddet



Home | Main Index | Thread Index | Old Index