summaryrefslogtreecommitdiffstats
path: root/release/scripts/X11/build_x.sh
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-22 01:47:02 +0000
committerjhb <jhb@FreeBSD.org>2001-03-22 01:47:02 +0000
commit8dd291ed1459aec6277fc127367279052993a3d4 (patch)
treeea8b720808332ba1af663b594e51938b3d9bb5ab /release/scripts/X11/build_x.sh
parent1cd25e11017f22836e28d0853d69dada03cba615 (diff)
downloadFreeBSD-src-8dd291ed1459aec6277fc127367279052993a3d4.zip
FreeBSD-src-8dd291ed1459aec6277fc127367279052993a3d4.tar.gz
- XF86.patch is no longer needed as it is all checked into the XFree86
port conditional on the BUILD_XDIST variable. - Define BUILD_XDIST=yes when compiling XFree86.
Diffstat (limited to 'release/scripts/X11/build_x.sh')
-rwxr-xr-xrelease/scripts/X11/build_x.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/scripts/X11/build_x.sh b/release/scripts/X11/build_x.sh
index 0294467..24b56fe 100755
--- a/release/scripts/X11/build_x.sh
+++ b/release/scripts/X11/build_x.sh
@@ -40,8 +40,8 @@ fi
home_dir=`dirname $0`
# check out the XFree86 and XFree86-contrib ports and set them up
-if ! ( cd $home_dir && cvs -R -d ${CVSROOT} co -P XFree86 XFree86-contrib && \
- cd XFree86 && patch < ../XF86.patch ); then
+if ! ( cd $home_dir && \
+ cvs -R -d ${CVSROOT} co -P XFree86 XFree86-contrib ); then
echo "Could not checkout the XFree86 port!"
echo
usage
@@ -49,8 +49,8 @@ fi
# actually build X
if ! ( cd $home_dir/XFree86 && \
- make DISTDIR=/usr/ports/distfiles DESTDIR=${output_dir} \
- NO_PKG_REGISTER=yes all install ); then
+ make BUILD_XDIST=yes DISTDIR=/usr/ports/distfiles \
+ DESTDIR=${output_dir} NO_PKG_REGISTER=yes all install ); then
echo "Could not build XFree86!"
echo
usage
OpenPOWER on IntegriCloud