pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail The badrcptto patch needs -p1 (not -p2) on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04f82d3d567b
branches:  trunk
changeset: 523904:04f82d3d567b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jan 15 03:40:15 2007 +0000

description:
The badrcptto patch needs -p1 (not -p2) on Darwin, though it applied
on NetBSD before (and still does).

diffstat:

 mail/qmail/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5d1a01b82a17 -r 04f82d3d567b mail/qmail/options.mk
--- a/mail/qmail/options.mk     Mon Jan 15 03:25:40 2007 +0000
+++ b/mail/qmail/options.mk     Mon Jan 15 03:40:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2006/12/29 10:32:05 schmonz Exp $
+# $NetBSD: options.mk,v 1.23 2007/01/15 03:40:15 schmonz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qmail
 PKG_SUPPORTED_OPTIONS+=        darwin sasl syncdir tls qmail-badrcptto qmail-bigdns
@@ -15,7 +15,7 @@
 BADRCPTTO_PATCH=       badrcptto.patch
 PATCHFILES+=           ${BADRCPTTO_PATCH}
 SITES.${BADRCPTTO_PATCH}=      http://patch.be/qmail/
-PATCH_DIST_STRIP.${BADRCPTTO_PATCH}=   -p2
+PATCH_DIST_STRIP.${BADRCPTTO_PATCH}=   -p1
 .endif
 
 .if !empty(PKG_OPTIONS:Mqmail-bigdns)



Home | Main Index | Thread Index | Old Index