Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2001 23:30:13 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc:        <ports@freebsd.org>
Subject:   Re: Postfix-current patch review
Message-ID:  <7m8zkmza8a.wl@waterblue.imgsrc.co.jp>
In-Reply-To: <012b01c0ce86$ae77cc00$931576d8@inethouston.net>
References:  <012b01c0ce86$ae77cc00$931576d8@inethouston.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--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. <dwcjr@inethouston.net> 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 <kuriyama@imgsrc.co.jp> // 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7m8zkmza8a.wl>