aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-ldap
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-12-19 14:29:27 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-12-19 14:29:27 +0000
commit27cb3a7160783eff6f66d2a22f23cbf6526fb5b5 (patch)
tree573334843309cbc0a9d8faf01b1db2218e535acc /mail/qmail-ldap
parent513c0e84e5fa50166a2b8374132660c5e89267b6 (diff)
downloadports-27cb3a7160783eff6f66d2a22f23cbf6526fb5b5.tar.gz
ports-27cb3a7160783eff6f66d2a22f23cbf6526fb5b5.zip
Add yet another WITH option to qmail-ldap. This time a WITH_LDAP_DEBUG
option for those in pursue of enlightment. While there, update NO_PACKAGE with a more informative message. Along with addition of appropriate LEGAL information. Also, since qmail-ldap is a meta port sharing qmail's port code, update qmail distinfo information with the new distribution patch required by the qmail-ldap port. This is a typo fix. This was missed on revision 1.6 of qmail-ldap. Submitted by: Cristhian Venegas <cvb@deltron.net>
Notes
Notes: svn path=/head/; revision=36124
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r--mail/qmail-ldap/Makefile8
-rw-r--r--mail/qmail-ldap/files/extra-patch-debug11
2 files changed, 18 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile
index 3059ca75993c..b60f7e7112c2 100644
--- a/mail/qmail-ldap/Makefile
+++ b/mail/qmail-ldap/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qmail
PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE}
+PORTREVISION= 1
CATEGORIES= mail
PKGNAMESUFFIX= -ldap
@@ -17,7 +18,8 @@ MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap
-NO_PACKAGE= Unsure of djb\'s packaging license
+NO_PACKAGE= djb\'s packaging license does not allow non-standard\
+ qmail distributions
.if !defined(PRE_MK_INCLUDED)
.include <bsd.port.pre.mk>
@@ -42,6 +44,10 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-automaildirmake
.if defined(WITH_AUTOHOMEDIRMAKE)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-autohomedirmake
.endif # WITH_AUTOHOMEDIRMAKE
+#
+.if defined(WITH_LDAP_DEBUG)
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-debug
+.endif # WITH_LDAP_DEBUG
# Local overrides
MASTERDIR= ${PORTSDIR}/mail/qmail
diff --git a/mail/qmail-ldap/files/extra-patch-debug b/mail/qmail-ldap/files/extra-patch-debug
new file mode 100644
index 000000000000..730c5ec9bcf9
--- /dev/null
+++ b/mail/qmail-ldap/files/extra-patch-debug
@@ -0,0 +1,11 @@
+--- Makefile.orig Tue Dec 19 00:20:03 2000
++++ Makefile Tue Dec 19 00:19:59 2000
+@@ -49,7 +49,7 @@
+
+ # to enable the possibility to log and debug imap and pop uncoment the
+ # next line
+-#DEBUG=-DDEBUG
++DEBUG=-DDEBUG
+ # WARNING: you need NONE DEBUG auth_* to run with inetd
+
+ # for profiling ...