Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2000 07:56:24 -0500
From:      Yarema <yds@dppl.com>
To:        will@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org, "David W. Chapman Jr." <dwcjr@inethouston.net>
Subject:   Re: ports/21439: FIX: mail/postfix-current
Message-ID:  <3A016478.F1F21F17@dppl.com>
References:  <200011010454.UAA20099@freefall.freebsd.org> <3A0022F0.435686CD@dppl.com> <3A00299E.16D3F54D@dppl.com> <20001101095734.I36336@puck.firepipe.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A016478.F1F21F17>