From 27cb3a7160783eff6f66d2a22f23cbf6526fb5b5 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 19 Dec 2000 14:29:27 +0000 Subject: 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 --- mail/qmail-ldap/Makefile | 8 +++++++- mail/qmail-ldap/files/extra-patch-debug | 11 +++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 mail/qmail-ldap/files/extra-patch-debug (limited to 'mail/qmail-ldap') 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 @@ -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 ... -- cgit v1.2.3