diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-11-20 18:11:26 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-11-20 18:11:26 +0000 |
commit | a7c5e60cc594f6fb42acbc43ed6653b76f20f72a (patch) | |
tree | 8d2ea54d08f3651eb4e3eef2458ad060c218f0c9 /mail/vpopmail/files/patch-configure | |
parent | add qmc (diff) |
Update to 5.0. This should enable the sqwebmail and courier-imap
ports to work once again.
NB: The vpopmail documentation says that the special support for
sqwebmail authorization is no longer needed for sqwebmail 3.0 and above.
If your sqwebmail installation does not work after this vpopmail update,
make sure to try vpopmail built both with and without the WITH_SQWEBMAIL
knob enabled.
Requested and patiently awaited by: much too many to list..
Tested by: NERvOus <nervous@nervous.it>,
Valentin Zahariev <curly@e-card.bg>
Notes
Notes:
svn path=/head/; revision=50271
Diffstat (limited to 'mail/vpopmail/files/patch-configure')
-rw-r--r-- | mail/vpopmail/files/patch-configure | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/mail/vpopmail/files/patch-configure b/mail/vpopmail/files/patch-configure index e35289927dce..df3302d9e94b 100644 --- a/mail/vpopmail/files/patch-configure +++ b/mail/vpopmail/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.old Fri Nov 2 20:50:19 2001 -+++ configure Fri Nov 2 20:50:35 2001 -@@ -1613,16 +1613,6 @@ +--- configure.old Mon Nov 19 17:54:10 2001 ++++ configure Mon Nov 19 17:57:27 2001 +@@ -1535,15 +1535,6 @@ rm -f vpopusername @@ -13,11 +13,10 @@ - echo "configure: warning: making a vpopmail etc directory " 1>&2 -fi - -- - open_smtp_cur="$vpopmaildir/etc/open-smtp" - open_smtp_tmp="$vpopmaildir/etc/open-smtp.tmp" - open_smtp_lok="$vpopmaildir/etc/open-smtp.lock" -@@ -1658,7 +1648,7 @@ + # Check whether --enable-roaming-users or --disable-roaming-users was given. + if test "${enable_roaming_users+set}" = set; then + enableval="$enable_roaming_users" +@@ -1605,7 +1596,7 @@ if test "$tcpserver_file" = "" then @@ -26,16 +25,16 @@ tcpserver_file="$vpopmaildir"/etc/tcp.smtp echo "configure: warning: Unable to find your tcpserver relay file." 1>&2 -@@ -1873,7 +1863,7 @@ +@@ -2042,7 +2033,7 @@ fi - auth_libs="-L$sqllibdir -lmysqlclient -lz" + auth_libs="-L$libdir $extralibflags -lmysqlclient -lz" -- echo "-L$vpopmaildir/lib -lvpopmail -L$sqllibdir -lmysqlclient -lz" > $vpopmaildir/etc/lib_deps -+ echo "-L$vpopmaildir/lib -lvpopmail -L$sqllibdir -lmysqlclient -lz" > $VCFGDIR/lib_deps +- echo "-L$vpopmaildir/lib -lvpopmail -L$libdir -lmysqlclient -lz" > $vpopmaildir/etc/lib_deps ++ echo "-L$vpopmaildir/lib -lvpopmail -L$libdir -lmysqlclient -lz" > $VCFGDIR/lib_deps ;; *) -@@ -2007,14 +1997,14 @@ +@@ -2277,14 +2268,14 @@ authlib= auth_inc="-Icdb" @@ -50,5 +49,5 @@ -echo "-I$vpopmaildir/include" > $vpopmaildir/etc/inc_deps +echo "-I$vpopmaildir/include" > $VCFGDIR/inc_deps - # Check whether --enable-roaming-users or --disable-roaming-users was given. - if test "${enable_roaming_users+set}" = set; then + # Check whether --enable-qmail-ext or --disable-qmail-ext was given. + if test "${enable_qmail_ext+set}" = set; then |