diff options
-rw-r--r-- | LEGAL | 2 | ||||
-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 |
4 files changed, 21 insertions, 2 deletions
@@ -149,6 +149,8 @@ pklin* ports/archivers/pkzip Shareware platon-* ports/biology/platon US$ 5000 for commercial users, (free for academic) prodosemu.* ports/emulators/prodosemu Restrictive copyright on the ROM image +qmail-* ports/mail/qmail-* Restricted binary distribution + of modified versions qvplay-* ports/graphics/qvplay No redistribution due to beta status quake106.zip ports/games/quakeserver Shareware 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 |