aboutsummaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-04-16 02:09:30 +0800
committerume <ume@FreeBSD.org>2003-04-16 02:09:30 +0800
commitc83f8e50fec45ebf81e984bd7f65b304cda27f21 (patch)
tree7af278fec18ba4356529e695e9b8c852f92cb51b /security/cyrus-sasl2
parentde424b12ac822d04e9365bc1df9542e70ff3c996 (diff)
downloadfreebsd-ports-graphics-c83f8e50fec45ebf81e984bd7f65b304cda27f21.tar.gz
freebsd-ports-graphics-c83f8e50fec45ebf81e984bd7f65b304cda27f21.tar.zst
freebsd-ports-graphics-c83f8e50fec45ebf81e984bd7f65b304cda27f21.zip
add missing files which should be committed by previous committed.
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/files/patch-configure20
-rw-r--r--security/cyrus-sasl2/files/patch-saslauthd::config::ltmain.sh29
-rw-r--r--security/cyrus-sasl2/files/patch-saslauthd::configure20
3 files changed, 69 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/files/patch-configure b/security/cyrus-sasl2/files/patch-configure
new file mode 100644
index 00000000000..f190531a23f
--- /dev/null
+++ b/security/cyrus-sasl2/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Mon Apr 14 20:07:48 2003
++++ configure Tue Apr 15 01:39:33 2003
+@@ -2652,7 +2652,7 @@
+ BDB_LIBADD=""
+ fi
+
+- for dbname in db-4.1 db4.1 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
++ for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
+ do
+ echo $ac_n "checking for db_create in -l$dbname""... $ac_c" 1>&6
+ echo "configure:2659: checking for db_create in -l$dbname" >&5
+@@ -3043,7 +3043,7 @@
+ BDB_LIBADD=""
+ fi
+
+- for dbname in db-4.1 db4.1 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
++ for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
+ do
+ echo $ac_n "checking for db_create in -l$dbname""... $ac_c" 1>&6
+ echo "configure:3050: checking for db_create in -l$dbname" >&5
diff --git a/security/cyrus-sasl2/files/patch-saslauthd::config::ltmain.sh b/security/cyrus-sasl2/files/patch-saslauthd::config::ltmain.sh
new file mode 100644
index 00000000000..c38a8084572
--- /dev/null
+++ b/security/cyrus-sasl2/files/patch-saslauthd::config::ltmain.sh
@@ -0,0 +1,29 @@
+--- saslauthd/config/ltmain.sh.orig Tue Dec 4 03:06:57 2001
++++ saslauthd/config/ltmain.sh Tue Apr 15 02:33:18 2003
+@@ -1861,7 +1861,7 @@
+ if test $? -eq 0 ; then
+ ldd_output=`ldd conftest`
+ for i in $deplibs; do
+- name="`expr $i : '-l\(.*\)'`"
++ name="`expr X$i : 'X-l\(.*\)'`"
+ # If $name is empty we are operating on a -L argument.
+ if test "$name" != "" ; then
+ libname=`eval \\$echo \"$libname_spec\"`
+@@ -1886,7 +1886,7 @@
+ # Error occured in the first compile. Let's try to salvage the situation:
+ # Compile a seperate program for each library.
+ for i in $deplibs; do
+- name="`expr $i : '-l\(.*\)'`"
++ name="`expr X$i : 'X-l\(.*\)'`"
+ # If $name is empty we are operating on a -L argument.
+ if test "$name" != "" ; then
+ $rm conftest
+@@ -1926,7 +1926,7 @@
+ set dummy $deplibs_check_method
+ file_magic_regex="`expr \"$deplibs_check_method\" : \"$2 \(.*\)\"`"
+ for a_deplib in $deplibs; do
+- name="`expr $a_deplib : '-l\(.*\)'`"
++ name="`expr X$a_deplib : 'X-l\(.*\)'`"
+ # If $name is empty we are operating on a -L argument.
+ if test "$name" != "" ; then
+ libname=`eval \\$echo \"$libname_spec\"`
diff --git a/security/cyrus-sasl2/files/patch-saslauthd::configure b/security/cyrus-sasl2/files/patch-saslauthd::configure
new file mode 100644
index 00000000000..0671a541993
--- /dev/null
+++ b/security/cyrus-sasl2/files/patch-saslauthd::configure
@@ -0,0 +1,20 @@
+--- saslauthd/configure.orig Mon Apr 14 20:07:50 2003
++++ saslauthd/configure Tue Apr 15 01:39:33 2003
+@@ -3441,7 +3441,7 @@
+ BDB_LIBADD=""
+ fi
+
+- for dbname in db-4.1 db4.1 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
++ for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
+ do
+ echo $ac_n "checking for db_create in -l$dbname""... $ac_c" 1>&6
+ echo "configure:3448: checking for db_create in -l$dbname" >&5
+@@ -3832,7 +3832,7 @@
+ BDB_LIBADD=""
+ fi
+
+- for dbname in db-4.1 db4.1 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
++ for dbname in db-4.1 db4.1 db41 db-4.0 db4.0 db-4 db4 db-3.3 db3.3 db-3.2 db3.2 db-3.1 db3.1 db-3 db3 db
+ do
+ echo $ac_n "checking for db_create in -l$dbname""... $ac_c" 1>&6
+ echo "configure:3839: checking for db_create in -l$dbname" >&5