aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2000-12-11 23:12:05 +0800
committerlioux <lioux@FreeBSD.org>2000-12-11 23:12:05 +0800
commit05d802ecc0a1fdfbf5745b40f0c63fc57a5aca25 (patch)
treeffd88b682b874da66f3d4e763a8466c7c441ba8e
parent63b20e407095431e38a8ae068dabf4bf399ddccc (diff)
downloadfreebsd-ports-gnome-05d802ecc0a1fdfbf5745b40f0c63fc57a5aca25.tar.gz
freebsd-ports-gnome-05d802ecc0a1fdfbf5745b40f0c63fc57a5aca25.tar.zst
freebsd-ports-gnome-05d802ecc0a1fdfbf5745b40f0c63fc57a5aca25.zip
3 patch files implementing WITH_* options were left out on revision
1.5 update of Makefile. Rectify this.
-rw-r--r--mail/qmail-ldap/files/extra-patch-autohomedirmake11
-rw-r--r--mail/qmail-ldap/files/extra-patch-automaildirmake11
-rw-r--r--mail/qmail-ldap/files/extra-patch-ldap-cluster11
3 files changed, 33 insertions, 0 deletions
diff --git a/mail/qmail-ldap/files/extra-patch-autohomedirmake b/mail/qmail-ldap/files/extra-patch-autohomedirmake
new file mode 100644
index 000000000000..b04c3e84b119
--- /dev/null
+++ b/mail/qmail-ldap/files/extra-patch-autohomedirmake
@@ -0,0 +1,11 @@
+--- Makefile.orig Tue Dec 12 12:38:03 2000
++++ Makefile Tue Dec 12 12:39:00 2000
+@@ -36,7 +36,7 @@
+ #MDIRMAKE=-DAUTOMAILDIRMAKE
+
+ # to enable the auto-homedir-make feature uncomment the next line
+-#HDIRMAKE=-DAUTOHOMEDIRMAKE
++HDIRMAKE=-DAUTOHOMEDIRMAKE
+
+ # on most systems we need this to make checkpassword
+ SHADOWLIBS=-lcrypt
diff --git a/mail/qmail-ldap/files/extra-patch-automaildirmake b/mail/qmail-ldap/files/extra-patch-automaildirmake
new file mode 100644
index 000000000000..f4491e947dd1
--- /dev/null
+++ b/mail/qmail-ldap/files/extra-patch-automaildirmake
@@ -0,0 +1,11 @@
+--- Makefile.orig Tue Dec 12 12:38:03 2000
++++ Makefile Tue Dec 12 12:38:40 2000
+@@ -33,7 +33,7 @@
+ MNW=-DMAKE_NETSCAPE_WORK
+
+ # to enable the auto-maildir-make feature uncomment the next line
+-#MDIRMAKE=-DAUTOMAILDIRMAKE
++MDIRMAKE=-DAUTOMAILDIRMAKE
+
+ # to enable the auto-homedir-make feature uncomment the next line
+ #HDIRMAKE=-DAUTOHOMEDIRMAKE
diff --git a/mail/qmail-ldap/files/extra-patch-ldap-cluster b/mail/qmail-ldap/files/extra-patch-ldap-cluster
new file mode 100644
index 000000000000..2a1e548cff64
--- /dev/null
+++ b/mail/qmail-ldap/files/extra-patch-ldap-cluster
@@ -0,0 +1,11 @@
+--- Makefile.orig Tue Dec 12 12:38:03 2000
++++ Makefile Tue Dec 12 12:38:07 2000
+@@ -6,7 +6,7 @@
+ # -DQLDAP_CLUSTER for enabling cluster support
+ # to use cleartext passwords (a bad idea on production systems) add
+ # -DCLEARTEXTPASSWD to the LDAPFLAGS
+-#LDAPFLAGS=-DQLDAP_CLUSTER
++LDAPFLAGS=-DQLDAP_CLUSTER
+
+ # Perhaps you have different ldap libraries, change them here
+ LDAPLIBS=-L/usr/local/lib -lldap -llber