ports/104128: fix intermittent make problem with mail/nmh port
Scott Blachowicz
scott+ports at mail.dsab.rresearch.com
Sat Oct 7 18:40:27 UTC 2006
>Number: 104128
>Category: ports
>Synopsis: fix intermittent make problem with mail/nmh port
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 07 18:40:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Scott Blachowicz
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ns1.dsab.rresearch.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun Jul 10 23:08:07 PDT 2005 root at ns1.dsab.rresearch.com:/usr/src/sys/i386/compile/SAB i386
>Description:
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
>How-To-Repeat:
>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
--- ../nmh/Makefile Wed May 10 15:36:57 2006
+++ Makefile Sat Oct 7 11:05:27 2006
@@ -61,6 +61,7 @@
MAINTAINER= scott+ports at sabami.seaslug.org
COMMENT= A cleaned up MH mailer suite
+USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list