diff options
author | jmz <jmz@FreeBSD.org> | 2001-03-18 11:20:57 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-03-18 11:20:57 +0800 |
commit | 96c71b627f56c169f96c2f1cc986e55524d9b07b (patch) | |
tree | d51a899bfa08667edd854a876b0f4790b8b1f596 /x11/XFree86-4/Makefile | |
parent | b80da31c1a4143adb5ac3d6a1dab636e45c1524e (diff) | |
download | freebsd-ports-gnome-96c71b627f56c169f96c2f1cc986e55524d9b07b.tar.gz freebsd-ports-gnome-96c71b627f56c169f96c2f1cc986e55524d9b07b.tar.zst freebsd-ports-gnome-96c71b627f56c169f96c2f1cc986e55524d9b07b.zip |
Upgrade to version 4.0.3
- patch-0 replaced by 'MAKE_ARGS=' in Makefile
- XF86Setup is no more supported in XFree-4, so patch-8 is removed as well
as corresponding stuff in scripts/configure
- patch-config_cf_Server_tmpl replaced by the setting of InstallXserverSetUID
in scripts/configure
other removed patches are no more necessary.
Note that freetype2 is now part of the base 4.0.3 distribution. The
freetype2 include and libs files are always installed.
Diffstat (limited to 'x11/XFree86-4/Makefile')
-rw-r--r-- | x11/XFree86-4/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 362632b7f13f..170e97ac0087 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -6,18 +6,17 @@ # PORTNAME= XFree86 -PORTVERSION= 4.0.2 -PORTREVISION= 6 +PORTVERSION= 4.0.3 +PORTREVISION= 0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} DISTFILES= X402src-1.tgz X402src-2.tgz +PATCH_SITES= ${MASTER_SITE_XFREE:S,%SUBDIR%/source,4.0.3/patches,g} +PATCHFILES= 4.0.2-4.0.3.diff.gz EXTRACT_ONLY= X402src-1.tgz X402src-2.tgz - MAINTAINER= jmz@FreeBSD.org -LIB_DEPENDS= freetype.6:${PORTSDIR}/print/freetype2 - WRKSRC= ${WRKDIR}/${DIST_SUBDIR} .if (${MACHINE} != "alpha") #NO_PACKAGE= package available from XFree86 @@ -31,6 +30,7 @@ MTREE_FILE= /etc/mtree/BSD.x11-4.dist .ifdef DISTRIB DESTDIR= ${WRKDIR}/distrib MAKE_ENV+= DESTDIR=${DESTDIR} +MAKE_ARGS= WORLDOPTS= NO_PKG_REGISTER=yes SCRIPTS_ENV+= NO_INPUT=yes .endif |