diff options
author | garga <garga@FreeBSD.org> | 2006-07-05 20:12:09 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-05 20:12:09 +0800 |
commit | c37b2b16119643cf7575df59cf2607b64367da13 (patch) | |
tree | b926949e107be2f6de5a395e9de3f0111044e416 /mail/qmail | |
parent | a7dfe87d9ad99af6475100fd3fda1b39ae8d17c1 (diff) | |
download | freebsd-ports-graphics-c37b2b16119643cf7575df59cf2607b64367da13.tar.gz freebsd-ports-graphics-c37b2b16119643cf7575df59cf2607b64367da13.tar.zst freebsd-ports-graphics-c37b2b16119643cf7575df59cf2607b64367da13.zip |
Make localtime-date-patch available for qmail-spamcontrol and qmail-ldap
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 826728232ca..3ed0eeaf751 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -39,7 +39,6 @@ BARRIER_QMTPC_PATCH= yes BARRIER_DISCBOUNCES_PATCH= yes BARRIER_SENDMAIL_F_PATCH= yes BARRIER_BIG_TODO_PATCH= yes -BARRIER_LOCALTIME_PATCH= yes .endif .if defined(SLAVE_LDAP) || \ @@ -50,13 +49,14 @@ BARRIER_RFC2821_PATCH= yes BARRIER_TARPIT_PATCH= yes .endif +PATCH_DIST_STRIP+= -p1 + .if !defined(BARRIER_DNS_PATCH) # Patch necessary to cope with non-RFC >512 dns entries # Since AOL has been using those, the problem has skyrocketed from minor to # groundzero. qmail being RFC compliant need to be "fixed" to work with those PATCH_SITES+= http://www.ckdhr.com/ckd/:dns PATCHFILES+= qmail-103.patch:dns -PATCH_DIST_STRIP+= -p1 .endif .if !defined(BARRIER_SENDMAIL_F_PATCH) @@ -78,14 +78,12 @@ PATCHFILES+= patch-qmail-1.03-rfc2821.diff:rfc2821 .if defined(SLAVE_LDAP) PATCH_SITES+= http://www.nrg4u.com/qmail/:ldap PATCHFILES+= qmail-ldap-1.03-${LDAP_PATCH_DATE}.patch.gz:ldap -PATCH_DIST_STRIP+= -p1 .elif defined(SLAVE_MYSQL) PATCH_SITES+= http://iain.cx/unix/qmail/download/:mysql PATCHFILES+= qmail-mysql-${MYSQL_PATCH_VERSION}.patch:mysql .elif defined(SLAVE_TLS) PATCH_SITES+= http://inoa.net/qmail-tls/:tls PATCHFILES+= qmail-1.03-tls-${TLS_PATCH_DATE}-renato.patch:tls -PATCH_DIST_STRIP+= -p1 .endif PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/:dns,sendmail_flagf,rfc2821,ldap,mysql,tls,quota,blockexec,doublebounce,spf,localtime,qmtpc_outgoingip/} |