Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2001 09:54:12 +0100
From:      "Andre Goeree" <abgoeree@uwnet.nl>
To:        freebsd-ports <ports@freebsd.org>
Subject:   XFree86-4.0.2 and XFree86(3)-contrib?
Message-ID:  <20010223095412.A1062@mandark.attica.home>

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

Why is XFree86-contrib build when you try to do a "make distrib"
in x11/XFree86-4?
 
x11/XFree86-4/Makefile
[snip]
distrib: all install
	@cd ../XFree86-contrib && \
	    ${MAKE} NO_PKG_REGISTER=yes WRKDIR=${WRKDIR}/contrib-work \
	    PREFIX=${X11BASE} PREFIX=${DESTDIR}/${PREFIX} all install
	@${MKDIR} ${WRKDIR}/bindist
	@${CP} ${WRKSRC}/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/* \
	    ${WRKDIR}/bindist


1.	The contrib sources are included (and build) with 
	XFree86-4.0.2

2.	The port builds XFree86-contrib from src while there
	is a package....
	From the Makefile:

	# this and build a package
	NO_PACKAGE=	"Binary package distributed by XFree86 already"
	USE_IMAKE=	yes
	DIST_SUBDIR=	xc

3.	The build of XFree86-contrib obviously breaks because
	imake-4 is on the system and not imake-3...

4.	There are some other obvious errors that make building
	a distrib fail. For example there is no FreeBSD-ELF dir..

-- Andre.

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?20010223095412.A1062>