diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-01-24 22:55:23 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-01-24 22:55:23 +0000 |
commit | 95c0e17d9106e7117e7b80d343ca210a89d1f40a (patch) | |
tree | 39ec0b691d3b905e66d7385044613b29bf1e2d79 | |
parent | 63cf145411bee0db3d03a5529df65134a48ffb98 (diff) | |
download | ports-95c0e17d9106e7117e7b80d343ca210a89d1f40a.tar.gz ports-95c0e17d9106e7117e7b80d343ca210a89d1f40a.zip |
Notes
-rw-r--r-- | mail/pine4/files/patch-al | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/mail/pine4/files/patch-al b/mail/pine4/files/patch-al index c8302e60a278..e9d00ac969ce 100644 --- a/mail/pine4/files/patch-al +++ b/mail/pine4/files/patch-al @@ -1,6 +1,16 @@ --- build.orig Wed May 4 14:22:22 2005 -+++ build Tue Oct 11 15:49:30 2005 -@@ -451,7 +451,7 @@ ++++ build Tue Jan 24 14:44:41 2006 +@@ -423,8 +423,7 @@ + echo "| unencrypted. |" + echo "+-----------------------------------------------------------+" + echo "" +- echo "Do you want to continue this build anyway? Type y or n please:" +- read ans ++ ans=y + case "$ans" in + y) echo "Building without SSL ..." + touch sslnone +@@ -451,7 +450,7 @@ fi echo '' @@ -9,7 +19,7 @@ cd "$PHOME/pico" eval echo make "$makeargs" -f makefile.$picotarg eval make "$makeargs" -f makefile.$picotarg -@@ -480,14 +480,13 @@ +@@ -480,14 +479,13 @@ cd "$PHOME" if [ ! -d bin ] ; then mkdir bin; fi cd "$PHOME/bin" @@ -25,7 +35,7 @@ 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 @@ +@@ -502,10 +500,10 @@ cd "$PHOME" echo '' echo "Links to executables are in bin directory:" |