ports/142200: [patch] benchmarks/xengine remove direct use of command & adjust variables

Sevan Janiyan venture37 at geeklan.co.uk
Thu Dec 31 16:30:02 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list