head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.11.17.19.06.54;	author keith;	state dead;
branches;
next	1.1;

1.1
date	2000.04.02.04.50.22;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade from 4.21 to 4.30.

Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)

According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR:		ports/22436
@
text
@--- 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 \
@


1.1
log
@Respect CC and CFLAGS
@
text
@@
