summaryrefslogtreecommitdiff
path: root/mail/elm+ME/files/patch-ac
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-12 12:27:05 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-12 12:27:05 +0000
commit25587e564271c51f520ded63884795e9c7098601 (patch)
treeb508f1ecb0f3108ab1d63db1260f0c3fb12ba2f1 /mail/elm+ME/files/patch-ac
parentUpdate to 1.5.3 (diff)
* update to 116 revision
* conditionnaly add USE_ICONV * startup script converted to rcNG * Makefile reworked * DOC_FILES added * DOCSDIR utilized PR: ports/67497 Submitted by: maintainer Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=113463
Diffstat (limited to 'mail/elm+ME/files/patch-ac')
-rw-r--r--mail/elm+ME/files/patch-ac61
1 files changed, 41 insertions, 20 deletions
diff --git a/mail/elm+ME/files/patch-ac b/mail/elm+ME/files/patch-ac
index fd8393602082..c86bf8799e53 100644
--- a/mail/elm+ME/files/patch-ac
+++ b/mail/elm+ME/files/patch-ac
@@ -1,21 +1,42 @@
---- Configure.orig Tue Jul 23 20:26:30 2002
-+++ Configure Tue Jul 23 20:26:31 2002
-@@ -94,10 +94,10 @@
- yes)
- ;;
- *)
-- if test ! -t 0; then
-- echo "Say 'sh Configure', not 'sh <Configure'"
-- exit 1
-- fi
-+# if test ! -t 0; then
-+# echo "Say 'sh Configure', not 'sh <Configure'"
-+# exit 1
-+# fi
- ;;
- esac
-
-@@ -2251,7 +2251,7 @@
+--- Configure.orig Sat Nov 15 17:19:06 2003
++++ Configure Tue Dec 23 03:24:03 2003
+@@ -64,7 +64,7 @@
+ shift
+ ;;
+ -P*)
+- prefix="`expr \"$1\" : '-P\(.*\)'`"
++ prefix="`expr \"X$1\" : 'X-P\(.*\)'`"
+ shift
+ case "$prefix" in
+ "")
+@@ -75,7 +75,7 @@
+ echo "Prefix: $prefix"
+ ;;
+ -s*)
+- libsuffix="`expr \"$1\" : '-s\(.*\)'`"
++ libsuffix="`expr \"X$1\" : 'X-s\(.*\)'`"
+ shift
+ case "$libsuffix" in
+ "")
+@@ -86,7 +86,7 @@
+ echo "Extra library suffix: $libsuffix"
+ ;;
+ -c*)
+- config="`expr \"$1\" : '-c\(.*\)'`"
++ config="`expr \"X$1\" : 'X-c\(.*\)'`"
+ shift
+ case "$config" in
+ "")
+@@ -122,7 +122,7 @@
+ case "$error" in
+ true)
+ cat >&2 << EOM
+-Usage: Configure [-dS]
++Usage: Configure [-dbhSMN] [-P'prefix'] [-s'suffix'] [-c'config'] [-DDEBUG]
+ -d : use defaults for all answers.
+ -b : batchmode -- do not prompt user (implies -d)
+ -h : print this help message and exit (with an error status).
+@@ -2296,7 +2296,7 @@
echo "Found shlib directory"
fi
@@ -24,7 +45,7 @@
LibLoc=`cd ..; pwd`/shlib
-@@ -2544,7 +2544,10 @@
+@@ -2589,7 +2589,10 @@
: see if crypt exists
echo " "
@@ -36,7 +57,7 @@
echo 'crypt() found.'
d_crypt="$define"
cryptlib=''
-@@ -3048,6 +3051,7 @@
+@@ -3093,6 +3096,7 @@
$echo $n "Testing if inet_aton can be used ... $c"
$cat > try.c <<'EOF'