diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-10-12 00:20:19 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-10-12 00:20:19 +0000 |
commit | 0691c587afc5f4a59d0b71ccae825bacc0c4129c (patch) | |
tree | e86fa5ac56c9e08251ce3ff5e741ced44a539e58 /mail/pine4/files/patch-al | |
parent | Fix typo with range values (diff) |
Update Pine and Pico to 4.64, the latest from UW. This version contains
mostly bug fixes, with a few small new features. See the following for
details: http://www.washington.edu/pine/changes/4.63-to-4.64.html
I also updated the Pine port to stop building Pico, and instead
depend on the Pico port. This solves a CONFLICTS situation, and
is arguably the more logical way to handle this. Also, if you use
an alternate editor for Pine, you no longer have to install Pico
if you don't want it.
Make the dependency on ispell conditional. [1] This is not exactly
what the PR originator requested, but it will accomplish basically
the same thing.
Use these new things called variables to help ensure that the
maildir patches can be found from version to version. [2]
PR [1]: ports/75569
Submitted by [1]: Jeremy Chadwick <freebsd@jdc.parodius.com>
PR [2]: ports/86960
Submitted by [2]: Lewis Thompson <lewiz@compsoc.man.ac.uk>
Notes
Notes:
svn path=/head/; revision=145052
Diffstat (limited to 'mail/pine4/files/patch-al')
-rw-r--r-- | mail/pine4/files/patch-al | 39 |
1 files changed, 34 insertions, 5 deletions
diff --git a/mail/pine4/files/patch-al b/mail/pine4/files/patch-al index d7fbfa5d9c0b..c8302e60a278 100644 --- a/mail/pine4/files/patch-al +++ b/mail/pine4/files/patch-al @@ -1,11 +1,40 @@ ---- build.orig Mon Dec 9 09:54:38 2002 -+++ build Thu Jan 16 00:42:58 2003 -@@ -450,7 +450,7 @@ +--- build.orig Wed May 4 14:22:22 2005 ++++ build Tue Oct 11 15:49:30 2005 +@@ -451,7 +451,7 @@ + fi + echo '' + +- echo "Making Pico and Pilot" ++ echo "Making Pilot" + cd "$PHOME/pico" + eval echo make "$makeargs" -f makefile.$picotarg + eval make "$makeargs" -f makefile.$picotarg +@@ -480,14 +480,13 @@ + cd "$PHOME" + if [ ! -d bin ] ; then mkdir bin; fi + cd "$PHOME/bin" +- rm -f pine mtest imapd mailutil pico pilot rpload rpdump ipop2d ipop3d ++ rm -f pine mtest imapd mailutil pilot rpload rpdump ipop2d ipop3d + if [ -s ../pine/pine ] ; then ln ../pine/pine pine ; fi + if [ -s ../mtest/mtest ] ; then ln ../mtest/mtest mtest ; fi + if [ -s ../mailutil/mailutil ] ; then ln ../mailutil/mailutil mailutil ; fi + if [ -s ../imapd/imapd ] ; then ln ../imapd/imapd imapd ; fi + if [ -s ../ipopd/ipop2d ] ; then ln ../ipopd/ipop2d ipop2d ; fi + if [ -s ../ipopd/ipop3d ] ; then ln ../ipopd/ipop3d ipop3d ; fi +- if [ -s ../pico/pico ] ; then ln ../pico/pico pico ; fi + if [ -s ../pico/pilot ] ; then ln ../pico/pilot pilot ; fi + if [ -s ../pine/rpload ] ; then ln ../pine/rpload rpload ; fi + if [ -s ../pine/rpdump ] ; then ln ../pine/rpdump rpdump ; fi +@@ -502,10 +501,10 @@ cd "$PHOME" echo '' echo "Links to executables are in bin directory:" - size bin/pine bin/mtest bin/imapd bin/pico bin/pilot bin/rpdump bin/rpload bin/mailutil bin/ipop2d bin/ipop3d -+ size bin/pine bin/pico bin/pilot bin/rpdump bin/rpload ++ size bin/pine bin/pilot bin/rpdump bin/rpload case $maketarg in mnt) echo "Fixing stacksizes ..." - fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot +- fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot ++ fixstk 64K bin/pine bin/pilot + esac + if [ "$SSLWARN" = "1" ] + then |