From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 7 18:40:27 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E1C16A4B3 for ; Sat, 7 Oct 2006 18:40:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2931D43D45 for ; Sat, 7 Oct 2006 18:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IeQBm094502 for ; Sat, 7 Oct 2006 18:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IeQ1v094501; Sat, 7 Oct 2006 18:40:26 GMT (envelope-from gnats) Resent-Date: Sat, 7 Oct 2006 18:40:26 GMT Resent-Message-Id: <200610071840.k97IeQ1v094501@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scott Blachowicz 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kris@FreeBSD.org, Scott Blachowicz Subject: ports/104128: fix intermittent make problem with mail/nmh port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scott Blachowicz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:40:27 -0000 >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: