aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4/files
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-05-23 06:31:01 +0800
committerdougb <dougb@FreeBSD.org>2004-05-23 06:31:01 +0800
commita71918e97cc28f3fc237c3459f25efdace83009c (patch)
treeb4b8d644234d562e122c2ca7efbcbefbfa8f7cd9 /mail/pine4/files
parentc51cf33e64552e1c8e1b0bae5a7c36e6ab1f70ec (diff)
downloadfreebsd-ports-gnome-a71918e97cc28f3fc237c3459f25efdace83009c.tar.gz
freebsd-ports-gnome-a71918e97cc28f3fc237c3459f25efdace83009c.tar.zst
freebsd-ports-gnome-a71918e97cc28f3fc237c3459f25efdace83009c.zip
Update to version 4.60, the latest from UW. Several new features and many
bug fixes are included. See http://www.washington.edu/pine/changes/4.58-to-4.60.html for more information. One wonky master site is removed, thanks to fenner's distfile survey, and patches are regenerated as needed. The idea for the patch to obey ${CC} came from the PR, the implementation is my own. PR: ports/65232 Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'mail/pine4/files')
-rw-r--r--mail/pine4/files/patch-af14
-rw-r--r--mail/pine4/files/patch-ax8
2 files changed, 11 insertions, 11 deletions
diff --git a/mail/pine4/files/patch-af b/mail/pine4/files/patch-af
index 59fc8fa4300c..d623644d0bf4 100644
--- a/mail/pine4/files/patch-af
+++ b/mail/pine4/files/patch-af
@@ -1,6 +1,6 @@
---- imap/src/osdep/unix/Makefile.orig Mon Jul 14 18:35:30 2003
-+++ imap/src/osdep/unix/Makefile Fri Sep 5 01:44:20 2003
-@@ -98,7 +98,7 @@
+--- imap/src/osdep/unix/Makefile.orig Thu Apr 29 19:10:25 2004
++++ imap/src/osdep/unix/Makefile Sat May 22 14:28:29 2004
+@@ -99,7 +99,7 @@
# Commands possibly overriden by the individual port
ARRC=ar rc
@@ -9,16 +9,16 @@
LN=ln -s
RANLIB=ranlib
-@@ -116,7 +116,7 @@
+@@ -117,7 +117,7 @@
dummy.o pseudo.o netmsg.o flstring.o fdstring.o \
rfc822.o nntp.o smtp.o imap4r1.o pop3.o \
- unix.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o
+ unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o
-CFLAGS=-g
-+CFLAGS+=$(BASECFLAGS) $(EXTRACFLAGS)
++CFLAGS=$(BASECFLAGS) $(EXTRACFLAGS)
CAT=cat
MAKE=make
-@@ -218,8 +218,9 @@
+@@ -219,8 +219,9 @@
SPOOLDIR=/var \
ACTIVEFILE=/usr/local/news/lib/active \
RSHPATH=/usr/bin/rsh \
diff --git a/mail/pine4/files/patch-ax b/mail/pine4/files/patch-ax
index 4d71b65d2f4c..5e8c3ca662c8 100644
--- a/mail/pine4/files/patch-ax
+++ b/mail/pine4/files/patch-ax
@@ -1,12 +1,12 @@
-*** pine/makefile.bsf.orig Tue Sep 10 14:39:15 2002
---- pine/makefile.bsf Sat Feb 7 20:14:42 2004
+*** pine/makefile.bsf.orig Mon Nov 24 22:47:28 2003
+--- pine/makefile.bsf Sat May 22 14:31:22 2004
***************
*** 67,73 ****
`cat $(CCLIENTDIR)/LDFLAGS`
STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE
! CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
- $(STDCFLAGS)
+ $(LOCALPINECFLAGS) $(STDCFLAGS)
OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \
--- 67,73 ----
@@ -14,6 +14,6 @@
STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE
! CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \
- $(STDCFLAGS)
+ $(LOCALPINECFLAGS) $(STDCFLAGS)
OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \