From owner-freebsd-ports Thu Apr 26 12:26: 7 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 1360737B422 for ; Thu, 26 Apr 2001 12:26:05 -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 7B4F610F40F for ; Thu, 26 Apr 2001 14:26:08 -0500 (CDT) Message-ID: <013901c0ce86$bd7e89a0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: postfix-current patch review Date: Thu, 26 Apr 2001 14:26:06 -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 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 "" ;; *) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message