From owner-freebsd-ports Sat Apr 15 18:55:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2011637B56C; Sat, 15 Apr 2000 18:55:54 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05160; Sat, 15 Apr 2000 18:55:53 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sat, 15 Apr 2000 18:55:53 -0700 (PDT) Message-Id: <200004160155.SAA05160@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f From: Jean-Marc Zucconi To: abc@firehouse.net Cc: ports@freebsd.org In-reply-to: <20000415213944.J8401@ecto.greenpeas.org> (message from Alan Clegg on Sat, 15 Apr 2000 21:39:45 -0400) Subject: Re: XFree86 port broken X-Mailer: Emacs References: <20000415204019.D8401@ecto.greenpeas.org> <200004160116.SAA02698@freefall.freebsd.org> <20000415213944.J8401@ecto.greenpeas.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> 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