Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 1999 08:24:47 -0800 (PST)
From:      Scott Blachowicz <scott@sabunix.rresearch.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15648: mail/nmh: minor tweak to recently submitted Makefile
Message-ID:  <199912231624.IAA16476@sabmail.rresearch.com>

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

>Number:         15648
>Category:       ports
>Synopsis:       get rid of unneeded 'post-patch' in mail/nmh Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 08:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Scott Blachowicz
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
none
>Environment:

	FreeBSD & mail/nmh port for nmh-1.0.2

>Description:

	Most recent port update uses USE_AUTOCONF, so the post-patch rule
	to avoid accidental running of autoconf/autoheader after patching
	autoconf input AND output files is no longer necessary (since only
	autoconf input files are patched).

>How-To-Repeat:

	

>Fix:
	
	Apply following patch to port:

--- ../nmh-curr/Makefile	Thu Dec 23 02:13:51 1999
+++ ./Makefile	Thu Dec 23 08:06:37 1999
@@ -66,11 +66,6 @@
 pre-configure:
 	cd ${WRKSRC}; chmod +w configure
 
-# Since we patch the autoconf files as well as their outputs, avoid attempt
-# to regenerate header input files with 'autoheader' by Makefile.
-post-patch:
-	@${TOUCH} ${WRKSRC}/stamp-h.in
-
 post-install:
 	@PKG_PREFIX='${PREFIX}' sh ${PKGDIR}/INSTALL
 	chgrp mail ${PREFIX}/bin/inc

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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