aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-al
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-12-17 22:33:31 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-12-17 22:33:31 +0000
commitd3779e8b5b0453d7e703dcd85eaff47ab32f2286 (patch)
treebe321e621ae5f5b8f491231afbd1033a01171e0a /mail/pine4/files/patch-al
parentbc81abb89f844332dc1b043d7c63312e90b774f5 (diff)
downloadports-d3779e8b5b0453d7e703dcd85eaff47ab32f2286.tar.gz
ports-d3779e8b5b0453d7e703dcd85eaff47ab32f2286.zip
Notes
Diffstat (limited to 'mail/pine4/files/patch-al')
-rw-r--r--mail/pine4/files/patch-al21
1 files changed, 11 insertions, 10 deletions
diff --git a/mail/pine4/files/patch-al b/mail/pine4/files/patch-al
index fef99259e733..60f4c3f09cd2 100644
--- a/mail/pine4/files/patch-al
+++ b/mail/pine4/files/patch-al
@@ -1,7 +1,7 @@
-*** build.orig Tue Nov 5 18:17:56 2002
---- build Tue Nov 26 03:16:11 2002
+*** build.orig Mon Dec 9 09:54:38 2002
+--- build Mon Dec 16 02:16:44 2002
***************
-*** 350,411 ****
+*** 362,424 ****
echo "Including SSL functionality"
fi
@@ -48,7 +48,8 @@
- fi
- eval echo eval make "$makeargs" "SSLTYPE=$SSL" "SPECIALS=`cat SPECIALS`" "$K2" $ccltarg
- eval make "$makeargs" "SSLTYPE=$SSL" "SPECIALS=`cat SPECIALS`" "$K2" $ccltarg
-- if [ $? != "0" ]
+- rc=$?
+- if [ $rc != "0" ]
- then
- echo "+---------------------------------------------+"
- echo "| Problems building c-client |"
@@ -57,16 +58,16 @@
- echo "| possible explanation for this failure |"
- echo "+---------------------------------------------+"
- echo ""
-- exit $?
+- exit $rc
- fi
- echo ''
-
echo "Making Pico and Pilot"
cd "$PHOME/pico"
eval echo make "$makeargs" -f makefile.$picotarg
---- 350,355 ----
+--- 362,367 ----
***************
-*** 435,441 ****
+*** 450,456 ****
cd "$PHOME"
echo ''
echo "Links to executables are in bin directory:"
@@ -74,7 +75,7 @@
case $maketarg in
mnt) echo "Fixing stacksizes ..."
fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot
---- 379,385 ----
+--- 393,399 ----
cd "$PHOME"
echo ''
echo "Links to executables are in bin directory:"
@@ -83,7 +84,7 @@
mnt) echo "Fixing stacksizes ..."
fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot
***************
-*** 469,478 ****
+*** 484,493 ****
rm -f sslnopwd sslunix.nopwd sslsco.nopwd sslunix sslsco sslnone
echo "Cleaning Pine"
cd "$PHOME/pine"
@@ -94,7 +95,7 @@
echo "Done"
cd "$PHOME"
;;
---- 413,422 ----
+--- 427,436 ----
rm -f sslnopwd sslunix.nopwd sslsco.nopwd sslunix sslsco sslnone
echo "Cleaning Pine"
cd "$PHOME/pine"