Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2000 18:55:53 -0700 (PDT)
From:      Jean-Marc Zucconi <jmz@FreeBSD.org>
To:        abc@firehouse.net
Cc:        ports@freebsd.org
Subject:   Re: XFree86 port broken
Message-ID:  <200004160155.SAA05160@freefall.freebsd.org>
In-Reply-To: <20000415213944.J8401@ecto.greenpeas.org> (message from Alan Clegg on Sat, 15 Apr 2000 21:39:45 -0400)
References:  <20000415204019.D8401@ecto.greenpeas.org> <200004160116.SAA02698@freefall.freebsd.org> <20000415213944.J8401@ecto.greenpeas.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Alan Clegg writes:

 > Out of the ether, Jean-Marc Zucconi spewed forth the following bitstream:
 >> > It would seem that the port of XFree86-3.3.6 is broken.  This is from a 
 >> > system cvs'upd April 14th at 17:12 US (Eastern).  I just checked and
 >> > confirmed that there is not a newer port.
 >> 
 >> Try the following patch (untested :-))
 >> 
 >> PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet
 >> +PATCH_ARGS=	-p0 -E -d ${WRKDIR}/${DIST_SUBDIR} --quiet
 >> SCRIPTS_ENV=	OSVERSION=${OSVERSION}

 > Gets past patches, but fails in build:

Ok. Back out the previous patch and try with this one:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/XFree86/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile	2000/04/13 19:09:04	1.75
+++ Makefile	2000/04/16 01:56:20
@@ -24,6 +24,7 @@
 
 MAINTAINER=	jmz@FreeBSD.org
 
+WRKSRC=		${WRKDIR}/${DIST_SUBDIR}
 IS_INTERACTIVE=	yes	# configure script asks questions
 .if (${MACHINE} != "alpha")
 #NO_PACKAGE=	package available from XFree86

-- 
 Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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