mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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>
This commit is contained in:
parent
513c0e84e5
commit
27cb3a7160
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36124
2
LEGAL
2
LEGAL
@ -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
|
||||
|
@ -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
|
||||
|
11
mail/qmail-ldap/files/extra-patch-debug
Normal file
11
mail/qmail-ldap/files/extra-patch-debug
Normal file
@ -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 ...
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user