From scott@sabami.seaslug.org  Sat Oct  7 18:37:02 2006
Return-Path: <scott@sabami.seaslug.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4E6BF16A59A;
	Sat,  7 Oct 2006 18:37:02 +0000 (UTC)
	(envelope-from scott@sabami.seaslug.org)
Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [206.18.177.54])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A16A43D62;
	Sat,  7 Oct 2006 18:37:01 +0000 (GMT)
	(envelope-from scott@sabami.seaslug.org)
Received: from sabami.seaslug.org (mail.dsab.rresearch.com[24.16.90.208])
          by comcast.net (alnrmhc14) with ESMTP
          id <20061007183659b1400j8otfe>; Sat, 7 Oct 2006 18:37:00 +0000
Received: by sabami.seaslug.org (Postfix, from userid 1000)
	id E083A636E; Sat,  7 Oct 2006 11:37:27 -0700 (PDT)
Message-Id: <20061007183727.E083A636E@sabami.seaslug.org>
Date: Sat,  7 Oct 2006 11:37:27 -0700 (PDT)
From: Scott Blachowicz <scott+ports@sabami.seaslug.org>
Reply-To: Scott Blachowicz <scott+ports@sabami.seaslug.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Scott Blachowicz <scott+ports@sabami.seaslug.org>, kris@freebsd.org
Subject: fix intermittent make problem with mail/nmh port
X-Send-Pr-Version: 3.113
X-GNATS-Notify: scott+ports@sabami.seaslug.org

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 07 18:40:25 GMT 2006
>Closed-Date:    Sat Oct 07 20:48:58 GMT 2006
>Last-Modified:  Sat Oct  7 20:50:22 GMT 2006
>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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sat Oct 7 18:40:33 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104128 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Oct 7 18:40:39 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104128 

From: Scott Blachowicz <scott@sabami.seaslug.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104128: fix intermittent make problem with mail/nmh port
Date: Sat, 7 Oct 2006 12:13:42 -0700

 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
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sat Oct 7 20:48:41 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104128 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104128: commit references a PR
Date: Sat,  7 Oct 2006 20:47:52 +0000 (UTC)

 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"
 
>Unformatted:
