Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Oct 2006 11:37:27 -0700 (PDT)
From:      Scott Blachowicz <scott+ports@mail.dsab.rresearch.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org, Scott Blachowicz <scott+ports@mail.dsab.rresearch.com>
Subject:   ports/104128: fix intermittent make problem with mail/nmh port
Message-ID:  <20061007183727.E083A636E@sabami.seaslug.org>
Resent-Message-ID: <200610071840.k97IeQ1v094501@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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