summaryrefslogtreecommitdiff
path: root/mail/cucipop/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-01 06:55:51 +0000
committerjlam <jlam@pkgsrc.org>2001-05-01 06:55:51 +0000
commitd4c6e4ffd88ad0fd628bc670be86eed773f3c2ad (patch)
treeeaa33e0c0d5ec64aa0104f09277e4ddde5b9680a /mail/cucipop/patches
parent1d5f660add1cc2d2317bed79cebbd633b4b880d1 (diff)
downloadpkgsrc-d4c6e4ffd88ad0fd628bc670be86eed773f3c2ad.tar.gz
Honor CFLAGS passed in from the environment during the build. Also convert
from a context diff to a unidiff as per pkgsrc standards.
Diffstat (limited to 'mail/cucipop/patches')
-rw-r--r--mail/cucipop/patches/patch-ad66
1 files changed, 26 insertions, 40 deletions
diff --git a/mail/cucipop/patches/patch-ad b/mail/cucipop/patches/patch-ad
index b28bc03432a..a9b507c84c3 100644
--- a/mail/cucipop/patches/patch-ad
+++ b/mail/cucipop/patches/patch-ad
@@ -1,41 +1,27 @@
-$NetBSD: patch-ad,v 1.3 2000/11/22 13:05:59 itojun Exp $
+$NetBSD: patch-ad,v 1.4 2001/05/01 06:55:52 jlam Exp $
-*** Makefile.orig Tue May 12 22:09:14 1998
---- Makefile Tue Jul 21 11:16:26 1998
-***************
-*** 2,4 ****
-
-! BASENAME= /usr
-
---- 2,4 ----
-
-! BASENAME= ${PREFIX}
-
-***************
-*** 12,18 ****
-
-! CFLAGS = -O -DUSE_DB #$(GCC_WARNINGS)
-! LDFLAGS = -lcrypt -ldb2
-
- # If you change this, edit config.h as well
-! CUCIPOPLIB=/var/lib/cucipop
- CUCIPOPBULLETINS=$(CUCIPOPLIB)/bulletins
---- 12,18 ----
-
-! CFLAGS = -O ${CFLAGS_INET6} #-DUSE_DB $(GCC_WARNINGS)
-! LDFLAGS = -lcrypt
-
- # If you change this, edit config.h as well
-! CUCIPOPLIB=${PREFIX}/share/cucipop
- CUCIPOPBULLETINS=$(CUCIPOPLIB)/bulletins
-***************
-*** 24,27 ****
-
-! INSTALL=install -o root -m
-! BINPERM=02755 -s -g mail
- REGPERM=0644
---- 24,27 ----
-
-! INSTALL=install -c -o root -m
-! BINPERM=02755 -s -g wheel
- REGPERM=0644
+--- Makefile.orig Tue May 12 17:09:14 1998
++++ Makefile
+@@ -2,3 +2,3 @@
+
+-BASENAME= /usr
++BASENAME= ${PREFIX}
+
+@@ -12,7 +12,7 @@
+
+-CFLAGS = -O -DUSE_DB #$(GCC_WARNINGS)
+-LDFLAGS = -lcrypt -ldb2
++CFLAGS += -O ${CFLAGS_INET6} #-DUSE_DB $(GCC_WARNINGS)
++LDFLAGS += -lcrypt
+
+ # If you change this, edit config.h as well
+-CUCIPOPLIB=/var/lib/cucipop
++CUCIPOPLIB=${PREFIX}/share/cucipop
+ CUCIPOPBULLETINS=$(CUCIPOPLIB)/bulletins
+@@ -24,4 +24,4 @@
+
+-INSTALL=install -o root -m
+-BINPERM=02755 -s -g mail
++INSTALL=install -c -o root -m
++BINPERM=02755 -s -g wheel
+ REGPERM=0644