Date: Thu, 31 Dec 2009 16:23:40 GMT From: Sevan Janiyan <venture37@geeklan.co.uk> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/142200: [patch] benchmarks/xengine remove direct use of command & adjust variables Message-ID: <200912311623.nBVGNe2T080050@www.freebsd.org> Resent-Message-ID: <200912311630.nBVGU2g0049917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142200 >Category: ports >Synopsis: [patch] benchmarks/xengine remove direct use of command & adjust variables >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 31 16:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sevan Janiyan >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/benchmarks/xengine/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 9 Jun 2009 15:32:53 -0000 1.18 +++ Makefile 31 Dec 2009 16:07:19 -0000 @@ -24,14 +24,14 @@ USE_IMAKE= yes USE_XORG= x11 xext xaw xmu xt sm ice -EXTRACT_CMD= gzcat +EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= #empty -EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR) +EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR} MAN1= xengine.1 pre-patch: - @cd $(WRKSRC) ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1 + @cd ${WRKSRC} ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1 post-install: .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912311623.nBVGNe2T080050>