Bug 104128 - fix intermittent make problem with mail/nmh port
Summary: fix intermittent make problem with mail/nmh port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-07 19:40 UTC by Scott Blachowicz
Modified: 2006-10-07 21:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Blachowicz 2006-10-07 19:40:25 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-07 19:40:33 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-07 19:40:39 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 scott 2006-10-07 20:13:42 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-07 21:47:52 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"
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2006-10-07 21:48:41 UTC
State Changed
From-To: feedback->closed

Committed, thanks!