| Summary: | ports/benchmarks misc Makefile cleanup | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | sf <sf> | ||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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
Responsible Changed From-To: freebsd-ports->arved I'll handle that one State Changed From-To: open->closed Committed thanks |
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