Bug 39969 - ports/benchmarks misc Makefile cleanup
Summary: ports/benchmarks misc Makefile cleanup
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: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-29 01:10 UTC by sf
Modified: 2002-11-18 23:08 UTC (History)
0 users

See Also:


Attachments
file.diff (100 bytes, patch)
2002-06-29 01:10 UTC, sf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sf 2002-06-29 01:10:02 UTC
	various hardcoded tool names to Mk/bsd.port.mk variable names
	${PERL} -> ${REINPLACE_CMD}

Fix: 

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 -----J1BIhuuDU7VpDtKYUc2ZbJKDATbPGBD5txx6EvGtK29ipqo6
Content-Type: text/plain; name="patch-iozone21"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch-iozone21"

--- 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
Comment 1 obraun 2002-06-29 07:51:24 UTC
The fix for benchmarks/postal has been submitted already in Problem
Report ports/39295.

Committer: Be sure to close also Problem Report ports/39295 while
committing this.

Regards,
         Olli
-- 
IST & IIS _ INF _ UniBwM ___________ http://ist.unibw-muenchen.de/People/obraun/
Tele-Consulting GmbH _______________ http://www.tele-consulting.com/ ___ obraun@
FreeBSD: The Power To Serve ________ http://www.freebsd.org/ ___________________
GnuPG: 0xEF25B1BA Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-03 18:33:22 UTC
Responsible Changed
From-To: freebsd-ports->arved

I'll handle that one
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-18 23:08:10 UTC
State Changed
From-To: open->closed

Committed thanks