diff options
author | lioux <lioux@FreeBSD.org> | 2000-12-19 22:29:27 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2000-12-19 22:29:27 +0800 |
commit | 5fd318aa7e5f2381fcaff27583e12cf3c8af4273 (patch) | |
tree | 491c51094d5dc9c4151fa6c4c776f56b67a2ed12 /mail | |
parent | 02964b42611dd22e75db9b077360802158ba3e57 (diff) | |
download | freebsd-ports-gnome-5fd318aa7e5f2381fcaff27583e12cf3c8af4273.tar.gz freebsd-ports-gnome-5fd318aa7e5f2381fcaff27583e12cf3c8af4273.tar.zst freebsd-ports-gnome-5fd318aa7e5f2381fcaff27583e12cf3c8af4273.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>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-ldap/Makefile | 8 | ||||
-rw-r--r-- | mail/qmail-ldap/files/extra-patch-debug | 11 | ||||
-rw-r--r-- | mail/qmail/distinfo | 2 |
3 files changed, 19 insertions, 2 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 ... diff --git a/mail/qmail/distinfo b/mail/qmail/distinfo index 0b367edb94b8..38f16f72ea51 100644 --- a/mail/qmail/distinfo +++ b/mail/qmail/distinfo @@ -1,3 +1,3 @@ MD5 (qmail-1.03.tar.gz) = 622f65f982e380dbe86e6574f3abcb7c -MD5 (qmail-ldap-1.03-20000701.patch.gz) = 15bc80f2180dbaacf4286dcd3d3014f6 MD5 (qmail-103.patch) = 9140ad2b03017145cd7963c84bb24f16 +MD5 (qmail-ldap-1.03-20001201.patch.gz) = 9c290f9bedbe0ee602108cdf74cbd0a4 |