ports/58492: [non maintainer fix] benchmarks/xengine: fix extracting.
Clement Laforet
sheepkiller at cultdeadsheep.org
Fri Oct 24 16:30:20 UTC 2003
>Number: 58492
>Category: ports
>Synopsis: [non maintainer fix] benchmarks/xengine: fix extracting.
>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: Fri Oct 24 09:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Clement Laforet
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386
>Description:
Utilize EXTRACT_DEPENDS instead of LIB_DEPENDS
>How-To-Repeat:
[clement at persephone|(558)| xengine]$ make patch
===> Extracting for xengine-1.0.1
>> Checksum OK for xengine/part01.gz.
>> Checksum OK for xengine/patch1.gz.
gunshar: not found
*** Error code 1
Stop in /usr/ports/benchmarks/xengine.
>Fix:
--- xengine.diff begins here ---
Index: xengine/Makefile
===================================================================
RCS file: /WORK/REPO/ports/benchmarks/xengine/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- xengine/Makefile 21 Feb 2003 11:00:32 -0000 1.12
+++ xengine/Makefile 24 Oct 2003 16:16:49 -0000
@@ -16,7 +16,7 @@
MAINTAINER= kazu at jp.freebsd.org
COMMENT= Reciprocating engine for X
-BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
+EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
DIST_SUBDIR= xengine
NO_WRKSUBDIR= yes
--- xengine.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list