mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
3 patch files implementing WITH_* options were left out on revision
1.5 update of Makefile. Rectify this.
This commit is contained in:
parent
66c8ec0f01
commit
43a0a8e35d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35898
3 changed files with 33 additions and 0 deletions
11
mail/qmail-ldap/files/extra-patch-autohomedirmake
Normal file
11
mail/qmail-ldap/files/extra-patch-autohomedirmake
Normal file
|
@ -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
|
11
mail/qmail-ldap/files/extra-patch-automaildirmake
Normal file
11
mail/qmail-ldap/files/extra-patch-automaildirmake
Normal file
|
@ -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
|
11
mail/qmail-ldap/files/extra-patch-ldap-cluster
Normal file
11
mail/qmail-ldap/files/extra-patch-ldap-cluster
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue