Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 1997 14:40:20 PST
From:      Bill Fenner <fenner@parc.xerox.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/2952: xneko and xroach need WRKSRC defined
Message-ID:  <199703112240.OAA10937@fenestro.parc.xerox.com>
Resent-Message-ID: <199703120000.QAA21307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         2952
>Category:       ports
>Synopsis:       xneko and xroach need WRKSRC defined
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 16:00:01 PST 1997
>Last-Modified:
>Originator:     Bill Fenner
>Organization:
Xerox
>Release:        FreeBSD 2.2-BETA_A i386
>Environment:

	
-current ports

>Description:

	
The distfiles have path information in them that the port does not
expect, resulting in patch/build failure.

[This may apply to any distfile retreived from ftp.cdrom.com
using the automagic tar feature]

>How-To-Repeat:

	
cd /usr/ports/games/xneko; make
cd /usr/ports/games/xroach; make

>Fix:
	
	

--- xneko/Makefile.orig	Tue Mar 11 14:28:30 1997
+++ xneko/Makefile	Tue Mar 11 14:27:50 1997
@@ -15,5 +15,6 @@
 
 USE_X11=	yes
 IGNOREFILES=	${DISTFILES}
+WRKSRC=		${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko
 
 .include <bsd.port.mk>
--- xroach/Makefile.orig	Tue Mar 11 14:36:50 1997
+++ xroach/Makefile	Tue Mar 11 14:37:20 1997
@@ -15,5 +15,6 @@
 
 USE_X11=	yes
 IGNOREFILES=	${DISTFILES}
+WRKSRC=		${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
 
 .include <bsd.port.mk>
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703112240.OAA10937>