From owner-freebsd-ports Thu Nov 2 4:56:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sapas.dppl.com (unknown [216.182.10.231]) by hub.freebsd.org (Postfix) with ESMTP id C667437B479; Thu, 2 Nov 2000 04:56:26 -0800 (PST) Received: from toast.dppl.com (cc167606-a.union1.nj.home.com [24.3.170.57]) by sapas.dppl.com (Postfix) with ESMTP id 5378A74417; Thu, 2 Nov 2000 07:56:25 -0500 (EST) Received: from dppl.com (localhost [127.0.0.1]) by toast.dppl.com (Postfix) with ESMTP id 8A9174F94D; Thu, 2 Nov 2000 07:56:24 -0500 (EST) Message-ID: <3A016478.F1F21F17@dppl.com> Date: Thu, 02 Nov 2000 07:56:24 -0500 From: Yarema X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: will@FreeBSD.org Cc: freebsd-ports@FreeBSD.org, "David W. Chapman Jr." Subject: Re: ports/21439: FIX: mail/postfix-current References: <200011010454.UAA20099@freefall.freebsd.org> <3A0022F0.435686CD@dppl.com> <3A00299E.16D3F54D@dppl.com> <20001101095734.I36336@puck.firepipe.net> Content-Type: multipart/mixed; boundary="------------0C8FB69B440011EC1EABE75C" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------0C8FB69B440011EC1EABE75C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Will Andrews wrote: > > diff -ruN postfix-current.orig/Makefile postfix-current/Makefile > > --- postfix-current.orig/Makefile Wed Nov 1 02:37:39 2000 > > +++ postfix-current/Makefile Wed Nov 1 08:50:03 2000 > > @@ -99,7 +99,10 @@ > > ${ECHO} "all: default" >> Makefile) > > > > pre-install: > > - ${SH} ${PKGINSTALL} Postfix PRE-INSTALL > > + @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL > > + > > +post-install: > > + @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL > > > > do-install: > > @${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 \ > > @@ -163,10 +166,10 @@ > > @${MKDIR} -m 755 /var/spool/postfix > > @${CHOWN} root:wheel /var/spool/postfix > > > > - @${ECHO_MSG} "--------------------------------------------------" > > - @${ECHO_MSG} "- To replace your existing sendmail with postfix -" > > - @${ECHO_MSG} "- type \"make replace\" -" > > - @${ECHO_MSG} "--------------------------------------------------" > > + @${ECHO_MSG} '--------------------------------------------------' > > + @${ECHO_MSG} '- To replace your existing sendmail with postfix -' > > + @${ECHO_MSG} '- type "make replace" -' > > + @${ECHO_MSG} '--------------------------------------------------' > > > > .include Will, Sorry to be nitpicking. :) I got the sup this morning and it looks like you applied the above patch by hand. Doing so you did not change Postfix to ${PKGNAME} in the pre-install target. And you introduced the same misalignment I was trying to fix in the message. Niether of these are at all critical. But while we're at it we might as well get it right. Attached is another postfix-current.diff. Also, now that I got your attention, could you close the following devel/pcre PR: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21441 Thanks, -- Yarema --------------0C8FB69B440011EC1EABE75C Content-Type: text/plain; charset=us-ascii; name="postfix-current.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="postfix-current.diff" diff -ruN postfix-current.orig/Makefile postfix-current/Makefile --- postfix-current.orig/Makefile Thu Nov 2 07:27:43 2000 +++ postfix-current/Makefile Thu Nov 2 07:37:29 2000 @@ -99,7 +99,7 @@ ${ECHO} "all: default" >> Makefile) pre-install: - @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} Postfix PRE-INSTALL + @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: @${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 \ @@ -165,7 +165,7 @@ @${ECHO_MSG} '--------------------------------------------------' @${ECHO_MSG} '- To replace your existing sendmail with postfix -' - @${ECHO_MSG} '- type "make replace" -' + @${ECHO_MSG} '- type "make replace" -' @${ECHO_MSG} '--------------------------------------------------' post-install: --------------0C8FB69B440011EC1EABE75C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message