diff options
author | itojun <itojun@pkgsrc.org> | 2001-11-12 05:07:19 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-11-12 05:07:19 +0000 |
commit | 67551d5f58eebe1bbef92897a6d958c38f273972 (patch) | |
tree | 328040436c85b0d08112797b907aba2dc3010ac0 /mail/postfix | |
parent | dea8a639687aaebbd2e9f283bfcc594c5202d2d8 (diff) | |
download | pkgsrc-67551d5f58eebe1bbef92897a6d958c38f273972.tar.gz |
remove IPv6 patch for safety.
it seems that IPv6 patch has bad sideeffect on relaying determination.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 12 | ||||
-rw-r--r-- | mail/postfix/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f3785e1761c..2a4e1a14693 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.43 2001/08/19 17:59:28 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2001/11/12 05:07:19 itojun Exp $ DISTNAME= postfix-20010228-pl04 -PKGNAME= postfix-20010228pl4 +PKGNAME= postfix-20010228pl4nb1 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ -PATCHFILES= postfix-20010228pl04-v6-20010809a.diff.gz \ - postfix-20010228release-ercpt.diff -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ - ftp://ftp.gw.com/pub/people/kim/patches/ +PATCHFILES= postfix-20010228release-ercpt.diff +PATCH_SITES= ftp://ftp.gw.com/pub/people/kim/patches/ PATCH_DIST_STRIP+= -p1 MAINTAINER= packages@netbsd.org @@ -20,8 +18,6 @@ DIST_SUBDIR= postfix POSTFIX_SPOOL= /var/spool/postfix .include "../../mk/bsd.prefs.mk" -# automagically determines IPv6 support -BUILD_DEFS+= USE_INET6 .if defined(POSTFIX_PCRE) && ${POSTFIX_PCRE} == YES DEPENDS+= pcre>=2.08:../../devel/pcre diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 8d840e4f02d..1d6adbdf93e 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.8 2001/08/09 08:14:12 itojun Exp $ +$NetBSD: distinfo,v 1.9 2001/11/12 05:07:19 itojun Exp $ SHA1 (postfix/postfix-20010228-pl04.tar.gz) = 5a9328a7e50d5abffaeb320a5ae403f5229efd90 Size (postfix/postfix-20010228-pl04.tar.gz) = 989045 bytes -SHA1 (postfix/postfix-20010228pl04-v6-20010809a.diff.gz) = 9399d7134063870969d65ddca0084c2cc31c80a3 -Size (postfix/postfix-20010228pl04-v6-20010809a.diff.gz) = 22731 bytes SHA1 (postfix/postfix-20010228release-ercpt.diff) = c6abc5d57ca1a36de85dadee878b266d707ad3cd Size (postfix/postfix-20010228release-ercpt.diff) = 4484 bytes SHA1 (patch-aa) = a2cbec9609c9abaf87a8e11220ddf2546802648d |