From owner-freebsd-ports Fri Apr 27 11:43:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id ADA5037B422 for ; Fri, 27 Apr 2001 11:43:39 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 2DFE310F40F; Fri, 27 Apr 2001 13:43:42 -0500 (CDT) Message-ID: <00b601c0cf49$fa11b2c0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Jun Kuriyama" Cc: , "Blaz Zupan" References: <012b01c0ce86$ae77cc00$931576d8@inethouston.net> <7m8zkmza8a.wl@waterblue.imgsrc.co.jp> Subject: Re: Postfix-current patch review Date: Fri, 27 Apr 2001 13:43:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Perfect :) ----- Original Message ----- From: "Jun Kuriyama" To: "David W. Chapman Jr." Cc: Sent: Friday, April 27, 2001 9:30 AM Subject: Re: Postfix-current patch review > 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. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message