summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ax
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-11-26 12:17:36 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-11-26 12:17:36 +0000
commit059898ce11f8b3abe1a73b25e218511eb91f091f (patch)
tree2c414486975d351c755967995618983685b73ae6 /mail/pine4/files/patch-ax
parentSince c-client has to be update for pine, this has to be updated to match. (diff)
Upgrade to 4.50, the latest from UW; which includes better threading support,
enhanced rule patterns, role-based smtp server, better character set support, and most importantly, a fix for the DoS recently reported on bugtraq. There are other fixes and improvements as well, check out the release notes for more information. * Usual round of patch re-generation * Add a makefile.bsf fix and a patch for pine/strings.c not being able to find utf8.h
Notes
Notes: svn path=/head/; revision=71115
Diffstat (limited to 'mail/pine4/files/patch-ax')
-rw-r--r--mail/pine4/files/patch-ax10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/pine4/files/patch-ax b/mail/pine4/files/patch-ax
index e7dcafd55da5..791d6e9a2dff 100644
--- a/mail/pine4/files/patch-ax
+++ b/mail/pine4/files/patch-ax
@@ -1,9 +1,9 @@
-*** pine/makefile.bsf.orig Tue Oct 23 15:24:45 2001
---- pine/makefile.bsf Sun Dec 2 23:20:33 2001
+*** pine/makefile.bsf.orig Tue Sep 10 14:39:21 2002
+--- pine/makefile.bsf Tue Nov 26 03:26:41 2002
***************
*** 50,56 ****
PROFILE= # -pg
- DEBUG= -DDEBUG # -g
+ DEBUG= -g -DDEBUG -DDEBUGJOURNAL
! CCLIENTDIR= ../c-client
PICODIR= ../pico
@@ -11,7 +11,7 @@
# Only need to uncomment next two lines if you run make from this directory
--- 50,56 ----
PROFILE= # -pg
- DEBUG= -DDEBUG # -g
+ DEBUG= -g -DDEBUG -DDEBUGJOURNAL
! CCLIENTDIR= $(PREFIX)/include/c-client
PICODIR= ../pico
@@ -40,7 +40,7 @@
! LOCLIBS= $(PICODIR)/libpico.a
! LIBS= $(EXTRALIBES) $(LOCLIBS) $(LDAPLIBS) $(STDLIBS)
-! STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE -I/usr/local/include
+! STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE -I/usr/local/include -I$(PREFIX)/include/c-client
! CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
$(STDCFLAGS)