Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 17:05:14 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39969: ports/benchmarks  misc Makefile cleanup
Message-ID:  <20020628170445.L56577-100000@ivymike.foo.kom>

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

>Number:         39969
>Category:       ports
>Synopsis:       ports/benchmarks  misc Makefile cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 28 17:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	various hardcoded tool names to Mk/bsd.port.mk variable names
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-iozone21 begins here ---
--- Makefile.orig	Wed May  8 13:41:49 2002
+++ Makefile	Fri Jun 28 16:41:47 2002
@@ -16,7 +16,7 @@

 LATEST_LINK=	iozone21

-EXTRACT_CMD=	( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
+EXTRACT_CMD=	( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
 EXTRACT_BEFORE_ARGS=	<
 EXTRACT_AFTER_ARGS=	# empty
 NO_WRKSUBDIR=	YES
--- patch-iozone21 ends here ---

--- patch-postal begins here ---
--- Makefile.orig	Sun Sep  9 04:03:16 2001
+++ Makefile	Fri Jun 28 16:44:20 2002
@@ -14,12 +14,13 @@

 MAINTAINER=	ports@FreeBSD.org

+USE_REINPLACE=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes

 MAN8=	postal.8 postal-list.8 rabid.8

 post-patch:
-	@${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure

 .include <bsd.port.mk>
--- patch-postal ends here ---


>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?20020628170445.L56577-100000>