Some builders of the mail/nmh port report build errors: sed -e 's,%mts%,smtp,' -e 's,%mailspool%,/var/mail,' -e 's,%etcdir%,/usr/local/etc/nmh,' -e 's,%masquerade%,,' -e 's,%smtpservers%,localhost,' < ./mts.conf.in > mts.conf sed -f man.sed ali.man > ali.1 sed: man.sed: No such file or directory *** Error code 1 Fix: One builder reports that adding USE_GMAKE=yes solves the problem. I've added that on my (FreeBSD 5.4) box and it builds both before and after the patch. So, I think we should go ahead and apply this patch: ns1:mail/nmh-patch% diff -u ../nmh/Makefile Makefile +USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \--NdgnHYB0RPJfwzQdV5z8XIN5boXuTgeQkxCDmEuahOO7zrU8 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- ../nmh/Makefile Wed May 10 15:36:57 2006 +++ Makefile Sat Oct 7 11:05:27 2006 @@ -61,6 +61,7 @@ MAINTAINER= scott+ports@sabami.seaslug.org COMMENT= A cleaned up MH mailer suite
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
State Changed From-To: open->feedback Awaiting maintainers feedback
Approved. (I did submit the patch, afterall :)) Scott On Sat, Oct 07, 2006 at 06:40:37PM +0000, Edwin Groothuis wrote: > Maintainer of mail/nmh, > > Please note that PR ports/104128 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/104128 > > -- > Edwin Groothuis > edwin@FreeBSD.org
pav 2006-10-07 20:47:46 UTC FreeBSD ports repository Modified files: mail/nmh Makefile Log: - Attempt to fix build for some by adding USE_GMAKE PR: ports/104128 Submitted by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer) Revision Changes Path 1.39 +1 -0 ports/mail/nmh/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!