diff options
author | sf <sf@FreeBSD.org> | 2001-03-26 07:04:52 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-26 07:04:52 +0800 |
commit | 6396ac698d244fb6ea823070223a75ecb9b909c2 (patch) | |
tree | b19a966ff00ebf46230c8f844f7c2d67a5fad2cc /x11-fonts/XFree86-4-fontEncodings/Makefile | |
parent | 8cbd5e5e70535df6ff2b6144664f3d73a958050c (diff) | |
download | freebsd-ports-gnome-6396ac698d244fb6ea823070223a75ecb9b909c2.tar.gz freebsd-ports-gnome-6396ac698d244fb6ea823070223a75ecb9b909c2.tar.zst freebsd-ports-gnome-6396ac698d244fb6ea823070223a75ecb9b909c2.zip |
update to 4.0.3.
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).
PR: 24338(4.0.2)
Submitted by: maintainer, keith
Diffstat (limited to 'x11-fonts/XFree86-4-fontEncodings/Makefile')
-rw-r--r-- | x11-fonts/XFree86-4-fontEncodings/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-fonts/XFree86-4-fontEncodings/Makefile b/x11-fonts/XFree86-4-fontEncodings/Makefile index 86332c1a53fb..acc884cfc203 100644 --- a/x11-fonts/XFree86-4-fontEncodings/Makefile +++ b/x11-fonts/XFree86-4-fontEncodings/Makefile @@ -6,15 +6,11 @@ # PORTNAME= fontEncodings -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.3 CATEGORIES= x11-fonts -MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \ - ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \ - ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \ - ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \ - ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/ +MASTER_SITES= ${MASTER_SITE_XFREE} PKGNAMEPREFIX= XFree86- -DISTFILES= X401src-2.tgz +DISTFILES= X402src-2.tgz MAINTAINER= taguchi@tohoku.iij.ad.jp |