From owner-freebsd-ports Fri Apr 27 7:30:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 88EB537B422 for ; Fri, 27 Apr 2001 07:30:28 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from waterblue.imgsrc.co.jp (kuriyama@waterblue.imgsrc.co.jp [210.226.20.160]) by white.imgsrc.co.jp (8.11.2/8.11.0) with ESMTP id f3REUIQ74580; Fri, 27 Apr 2001 23:30:19 +0900 (JST) Date: Fri, 27 Apr 2001 23:30:13 +0900 Message-ID: <7m8zkmza8a.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: "David W. Chapman Jr." Cc: Subject: Re: Postfix-current patch review In-Reply-To: <012b01c0ce86$ae77cc00$931576d8@inethouston.net> References: <012b01c0ce86$ae77cc00$931576d8@inethouston.net> User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: multipart/mixed; boundary="Multipart_Fri_Apr_27_23:30:13_2001-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Multipart_Fri_Apr_27_23:30:13_2001-1 Content-Type: text/plain; charset=US-ASCII At Thu, 26 Apr 2001 14:25:37 -0500, David W. Chapman Jr. wrote: > I think the following patch is a clean way to do it, but I'm trying to get > rid of these errors and the below patch doesn't either :( > > [src/postsuper] > (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in) > >Makefile > 0: not found > > > Index: scripts/configure.postfix > =================================================================== > RCS file: /home/ncvs/ports/mail/postfix-current/scripts/configure.postfix,v > retrieving revision 1.14 > diff -u -r1.14 configure.postfix > --- scripts/configure.postfix 2001/04/16 17:54:19 1.14 > +++ scripts/configure.postfix 2001/04/26 19:25:07 > @@ -108,9 +108,7 @@ > echo "PATCH_SITES+= > ftp://ftp.kame.net/pub/kame/misc/" > echo "PATCH_SITES+= > \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}" > echo "PATCHFILES+= > postfix-20010228release-v6-20010408a.diff.gz" > - echo "" > - echo "pre-patch:" > - echo " cd \${WRKSRC} && ln -s . postfix" > + echo "PATCH_DIST_STRIP= -p1" > echo "" > ;; > *) New patch from ftp.kame.net solves this. How about this patch? -- Jun Kuriyama // IMG SRC, Inc. --Multipart_Fri_Apr_27_23:30:13_2001-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="postfix.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/Makefile,v retrieving revision 1.54 diff -u -r1.54 Makefile --- Makefile 2001/04/16 17:54:19 1.54 +++ Makefile 2001/04/27 14:22:59 @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010329 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/distinfo,v retrieving revision 1.26 diff -u -r1.26 distinfo --- distinfo 2001/04/16 17:54:19 1.26 +++ distinfo 2001/04/27 14:19:26 @@ -1,3 +1,3 @@ MD5 (postfix/snapshot-20010329.tar.gz) = 0bd41fc55cbbdcf9d463a9fc3da12b7a MD5 (postfix/pfixtls-0.6.38-snap20010225-0.9.6.tar.gz) = 5559571175bbcd5695b6e636d485489f -MD5 (postfix/postfix-20010228release-v6-20010408a.diff.gz) = 1e4e2a16eef4a04550065cefe587b265 +MD5 (postfix/postfix-20010228release-v6-20010415a.diff.gz) = 2fe76d5d33ef56ed8bc1dd6fc0c5fa10 Index: scripts/configure.postfix =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/scripts/configure.postfix,v retrieving revision 1.14 diff -u -r1.14 configure.postfix --- scripts/configure.postfix 2001/04/16 17:54:19 1.14 +++ scripts/configure.postfix 2001/04/27 14:18:11 @@ -107,10 +107,8 @@ \"IPv6\") echo "PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/" echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}" - echo "PATCHFILES+= postfix-20010228release-v6-20010408a.diff.gz" - echo "" - echo "pre-patch:" - echo " cd \${WRKSRC} && ln -s . postfix" + echo "PATCHFILES+= postfix-20010228release-v6-20010415a.diff.gz" + echo "PATCH_DIST_STRIP= -p1" echo "" ;; *) --Multipart_Fri_Apr_27_23:30:13_2001-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message