Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2001 14:26:06 -0500
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        <ports@FreeBSD.org>
Subject:   postfix-current patch review
Message-ID:  <013901c0ce86$bd7e89a0$931576d8@inethouston.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?013901c0ce86$bd7e89a0$931576d8>