diff options
author | martti <martti> | 2001-10-11 15:35:01 +0000 |
---|---|---|
committer | martti <martti> | 2001-10-11 15:35:01 +0000 |
commit | c297b58b95e8d140bd3e5ce4a1aedb5396f8e667 (patch) | |
tree | 1132fc2921c3ebe2f2fa17c21ec7709057f4d25c /mail/pine/patches/patch-al | |
parent | 351bb4961ae95f4825c62956b9a96bb7d816613d (diff) | |
download | pkgsrc-c297b58b95e8d140bd3e5ce4a1aedb5396f8e667.tar.gz |
Updated pine to 4.40: List of changes is unknown (I didn't find any ChangeLog)
Diffstat (limited to 'mail/pine/patches/patch-al')
-rw-r--r-- | mail/pine/patches/patch-al | 52 |
1 files changed, 16 insertions, 36 deletions
diff --git a/mail/pine/patches/patch-al b/mail/pine/patches/patch-al index 58982a65de5..ef5d074db7b 100644 --- a/mail/pine/patches/patch-al +++ b/mail/pine/patches/patch-al @@ -1,7 +1,8 @@ -$NetBSD: patch-al,v 1.9 2001/02/28 10:26:02 wiz Exp $ ---- build.orig Thu Jan 4 20:13:11 2001 -+++ build Fri Feb 16 10:33:44 2001 -@@ -201,7 +201,7 @@ +$NetBSD: patch-al,v 1.10 2001/10/11 15:35:01 martti Exp $ + +--- build.orig Thu Aug 2 03:35:02 2001 ++++ build Mon Oct 8 10:11:41 2001 +@@ -209,7 +209,7 @@ bs3) makeargs="CC=shlicc $makeargs" ;; nto) makeargs="CC=qcc $makeargs" ;; lyn) [ -f /CYGNUS.bash ] && . /CYGNUS.bash; makeargs="CC=gcc $makeargs" ;; @@ -10,16 +11,19 @@ $NetBSD: patch-al,v 1.9 2001/02/28 10:26:02 wiz Exp $ esac fi -@@ -309,23 +309,28 @@ +@@ -344,27 +344,6 @@ + esac echo "Including SSL functionality" fi - +- - if [ -s c-client ] ; then rm -f c-client ; fi - ln -s imap/c-client c-client - if [ -s mtest ] ; then rm -f mtest ; fi - ln -s imap/mtest mtest - if [ -s imapd ] ; then rm -f imapd ; fi - ln -s imap/imapd imapd +- if [ -s ipopd ] ; then rm -f ipopd ; fi +- ln -s imap/ipopd ipopd - echo "Making c-client library, mtest and imapd" - eval echo make "$makeargs" "$SSL" "$K1" "$K2" $ccltarg - cd $PHOME/imap @@ -31,50 +35,26 @@ $NetBSD: patch-al,v 1.9 2001/02/28 10:26:02 wiz Exp $ - eval echo make "$makeargs" -f makefile.$picotarg - eval make "$makeargs" -f makefile.$picotarg - echo '' -+# -+# We use the imap-uw pkg's stuff for that, see -+# http://www.securityfocus.com/advisories/2646 and -+# http://www.securityfocus.com/bid/1709: -+# -+# if [ -s c-client ] ; then rm -f c-client ; fi -+# ln -s imap/c-client c-client -+# if [ -s mtest ] ; then rm -f mtest ; fi -+# ln -s imap/mtest mtest -+# if [ -s imapd ] ; then rm -f imapd ; fi -+# ln -s imap/imapd imapd -+# echo "Making c-client library, mtest and imapd" -+# eval echo make "$makeargs" "$SSL" "$K1" "$K2" $ccltarg -+# cd $PHOME/imap -+# eval make "$makeargs" "$SSL" "$K1" "$K2" $ccltarg -+# echo '' -+ -+# echo "Making Pico and Pilot" -+# cd $PHOME/pico -+# eval echo make "$makeargs" -f makefile.$picotarg -+# eval make "$makeargs" -f makefile.$picotarg -+# echo '' - +- echo "Making Pine". cd $PHOME/pine -@@ -342,8 +347,6 @@ - if [ -s ../pico/pilot ] ; then ln ../pico/pilot pilot ; fi + eval echo make "$makeargs" "$L1" "$L2" -f makefile.$pinetarg +@@ -384,8 +363,6 @@ + if [ -s ../pine/rpdump ] ; then ln ../pine/rpdump rpdump ; fi cd $PHOME echo '' - echo "Links to executables are in bin directory:" -- size bin/pine bin/mtest bin/imapd bin/pico bin/pilot +- size bin/pine bin/mtest bin/imapd bin/pico bin/pilot bin/rpdump bin/rpload bin/ipop2d bin/ipop3d case $maketarg in mnt) echo "Fixing stacksizes ..." fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot -@@ -353,9 +356,9 @@ +@@ -421,9 +398,6 @@ clean) # This only sort of works - echo "Cleaning c-client and imapd" - cd $PHOME/imap - make clean -+# echo "Cleaning c-client and imapd" -+# cd $PHOME/imap -+# make clean echo "Cleaning Pine" cd $PHOME/pine make -f makefile.ult clean |