diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-17 12:21:10 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-17 12:21:10 +0000 |
commit | c8ea705c5e174f8f0554357c9bf567c447bea1c8 (patch) | |
tree | c1b0c1cdffd19a642650bb3f9eb5385173e70e5e /mail/vpopmail/files/patch-configure | |
parent | * Upgrade to 0.10.3 (diff) |
Update to vpopmail-5.3.16:
- WITH_MYSQL_LIMITS works now, move it where users can actually see it
and remove the BROKEN mark;
- remove the vmysql.h patch that defined the 'limits' table creation -
it was fixed in the meantime;
- remove the annoying configure script check for id == 0.
Notes
Notes:
svn path=/head/; revision=75694
Diffstat (limited to 'mail/vpopmail/files/patch-configure')
-rw-r--r-- | mail/vpopmail/files/patch-configure | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/mail/vpopmail/files/patch-configure b/mail/vpopmail/files/patch-configure index df3302d9e94b..07ab9b4f24a2 100644 --- a/mail/vpopmail/files/patch-configure +++ b/mail/vpopmail/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.old Mon Nov 19 17:54:10 2001 -+++ configure Mon Nov 19 17:57:27 2001 -@@ -1535,15 +1535,6 @@ +--- configure.old Thu Feb 13 17:37:40 2003 ++++ configure Thu Feb 13 17:38:32 2003 +@@ -1285,7 +1285,7 @@ + ;; + esac + +-if test `$idcommand` != "0" ++if false && test `$idcommand` != "0" + then + echo "configure: warning: === vpopmail must be configured as root. ===" 1>&2 + echo "configure: warning: === please switch to the root user and ===" 1>&2 +@@ -1563,15 +1563,6 @@ rm -f vpopusername @@ -16,7 +25,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 @@ +@@ -1637,7 +1628,7 @@ if test "$tcpserver_file" = "" then @@ -25,7 +34,7 @@ tcpserver_file="$vpopmaildir"/etc/tcp.smtp echo "configure: warning: Unable to find your tcpserver relay file." 1>&2 -@@ -2042,7 +2033,7 @@ +@@ -2142,7 +2133,7 @@ fi auth_libs="-L$libdir $extralibflags -lmysqlclient -lz" @@ -34,7 +43,7 @@ ;; *) -@@ -2277,14 +2268,14 @@ +@@ -2399,14 +2390,14 @@ authlib= auth_inc="-Icdb" |