summaryrefslogtreecommitdiff
path: root/chinese/pine4
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-04-02 04:50:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-04-02 04:50:22 +0000
commit4046f07bee76bf1998bf5886150b428ddcd65d22 (patch)
tree982fd149f86dc4027d746d94e6b46a124e1775c4 /chinese/pine4
parentUpgrade to 4.4d. (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=27275
Diffstat (limited to 'chinese/pine4')
-rw-r--r--chinese/pine4/files/patch-aa13
-rw-r--r--chinese/pine4/files/patch-bx35
2 files changed, 46 insertions, 2 deletions
diff --git a/chinese/pine4/files/patch-aa b/chinese/pine4/files/patch-aa
index 483e8f6a6c22..324a3658b40b 100644
--- a/chinese/pine4/files/patch-aa
+++ b/chinese/pine4/files/patch-aa
@@ -1,5 +1,5 @@
---- imap/src/osdep/unix/Makefile.orig Thu Sep 30 13:54:13 1999
-+++ imap/src/osdep/unix/Makefile Thu Oct 14 10:53:41 1999
+--- imap/src/osdep/unix/Makefile.orig Wed Nov 17 10:26:06 1999
++++ imap/src/osdep/unix/Makefile Sun Apr 2 12:22:00 2000
@@ -86,7 +86,7 @@
# Commands possibly overriden by the individual port
@@ -18,3 +18,12 @@
MAKE=make
MV=mv
RM=rm -rf
+@@ -194,7 +194,7 @@
+ SPOOLDIR=/var \
+ ACTIVEFILE=/usr/local/news/lib/active \
+ RSHPATH=/usr/bin/rsh \
+- BASECFLAGS="-g -O -pipe -DNFSKLUDGE" \
++ BASECFLAGS="-pipe -DNFSKLUDGE" \
+ BASELDFLAGS="-lcrypt"
+
+ bsi: # BSD/i386
diff --git a/chinese/pine4/files/patch-bx b/chinese/pine4/files/patch-bx
new file mode 100644
index 000000000000..34d145354710
--- /dev/null
+++ b/chinese/pine4/files/patch-bx
@@ -0,0 +1,35 @@
+--- pico/makefile.bsf.orig Wed Aug 19 01:57:03 1998
++++ pico/makefile.bsf Sun Apr 2 12:19:40 2000
+@@ -34,10 +34,10 @@
+ MAKE= make
+ OPTIMIZE= # -O
+ PROFILE= # -pg
+-DEBUG= -DDEBUG # -g
++###DEBUG= -DDEBUG # -g
+
+ STDCFLAGS= -DBSDI -DBSDI2 -DPOSIX -DJOB_CONTROL -DMOUSE
+-CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(STDCFLAGS)
++CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(STDCFLAGS)
+
+ # switches for library building
+ LIBCMD= ar
+--- pine/makefile.bsf.orig Fri Aug 28 00:49:51 1998
++++ pine/makefile.bsf Sun Apr 2 12:20:02 2000
+@@ -48,7 +48,7 @@
+ MAKE= make
+ OPTIMIZE= # -O
+ PROFILE= # -pg
+-DEBUG= -DDEBUG # -g
++#DEBUG= -DDEBUG # -g
+
+ CCLIENTDIR= ../c-client
+ PICODIR= ../pico
+@@ -67,7 +67,7 @@
+ `cat $(CCLIENTDIR)/LDFLAGS`
+
+ STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE
+-CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
++CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
+ $(STDCFLAGS)
+
+ OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \