From owner-freebsd-ports Thu Oct 8 11:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20820 for freebsd-ports-outgoing; Thu, 8 Oct 1998 11:40:06 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20808 for ; Thu, 8 Oct 1998 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00627; Thu, 8 Oct 1998 11:40:01 -0700 (PDT) Date: Thu, 8 Oct 1998 11:40:01 -0700 (PDT) Message-Id: <199810081840.LAA00627@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fumerola Subject: Re: ports/8189: [PATCH] re: FreeBSD ports: 1 unfetchable distfiles: emulators/xzx Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/8189; it has been noted by GNATS. From: Bill Fumerola To: axl@iafrica.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/8189: [PATCH] re: FreeBSD ports: 1 unfetchable distfiles: emulators/xzx Date: Thu, 8 Oct 1998 10:39:40 -0400 (EDT) On Wed, 7 Oct 1998 axl@iafrica.com wrote: > +HAS_CONFIGURE= yes > +CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${PREFIX}/lib/X11 This REALLY looks like GNU Configure (I even think you said something about it in your PR) so GNU_CONFIGURE= yes should replace those two lines. > ---- xzx.config.orig Sun Feb 8 22:17:34 1998 > -+++ xzx.config Sat Mar 21 19:02:51 1998 > -@@ -37,13 +37,13 @@ > - /* #define REGISTERED /**/ > - > - /* Where the configuraion files and ROM images are installed */ > --ZXLIBDIR = /usr/local/lib/xzx > -+ZXLIBDIR = /usr/X11R6/lib/X11/xzx > - > - /* Where the binary files are installed */ > --BINDIR = /usr/local/bin > -+BINDIR = /usr/X11R6/bin > - > - /* Where the manual pages are installed */ > --MANDIR = /usr/local/man/man1 > -+MANDIR = /usr/X11R6/man/man1 Please don't hard code this, use the following lines in your post-patch: directive (or at least something like this) post-patch: ${MV} ${WRKSRC}/xzx.config ${WRKSRC}/xzx.config.presed ${CAT} xzx.config.presed | \ ${SED} -e 's#/usr/local#${X11BASE}#g' >> ${WRKSRC}/xzx.config (I didn't test the above lines, but they look right. :>) > diff -urN xzx.orig/patches/patch-ac xzx/patches/patch-ac > --- xzx.orig/patches/patch-ac Wed Mar 11 09:54:40 1998 > +++ xzx/patches/patch-ac Thu Jan 1 02:00:00 1970 > @@ -1,11 +0,0 @@ > ---- doc/Xzx.ad.orig Wed Mar 11 15:41:31 1998 > -+++ doc/Xzx.ad Wed Mar 11 15:41:46 1998 > -@@ -4,7 +4,7 @@ > - ! $Id: patch-ac,v 1.2 1998/03/11 07:54:40 vanilla Exp $ > - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > - > --*libDir: .:/usr/local/lib/xzx > -+*libDir: .:/usr/X11R6/lib/X11/xzx > - *quiet: false > - See above. > diff -urN xzx.orig/patches/patch-ad xzx/patches/patch-ad > --- xzx.orig/patches/patch-ad Wed Mar 11 09:54:44 1998 > +++ xzx/patches/patch-ad Thu Jan 1 02:00:00 1970 > @@ -1,11 +0,0 @@ > ---- doc/xzx.man.orig Sun Feb 8 22:19:49 1998 > -+++ doc/xzx.man Wed Mar 11 15:42:09 1998 > -@@ -26,7 +26,7 @@ > - Use \fIpath\fR as the colon-separated directory list to check when loading the > - Spectrum ROM and any snapshots specified. Directories are guaranteed to be > - searched in the order they are listed. Defaults to > -- \fI".:/usr/local/lib/xzx"\fR. > -+ \fI".:/usr/X11R6/lib/X11/xzx"\fR. See above. > diff -urN xzx.orig/pkg/PLIST xzx/pkg/PLIST > --- xzx.orig/pkg/PLIST Mon Aug 17 11:43:17 1998 > +++ xzx/pkg/PLIST Wed Oct 7 19:41:46 1998 > +man/man1/xzx.1.gz > @dirrm lib/X11/xzx Please use MAN1= in your Makefile and this step will be rather needless. - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp - - ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560 - "Logic, like whiskey, loses its beneficial effect when taken in too large quantities" -Lord Dunsany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message