diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
commit | 984a75e189f8032fdc9c22cb74ee524c9c5f229b (patch) | |
tree | 9d805fa2f35da750e77d677f6098022710d037b6 /x11-fonts/XFree86-4-font75dpi/Makefile | |
parent | 142f65210852bc655ce7e4c7c22b2623ec78ba6a (diff) | |
download | ports-984a75e189f8032fdc9c22cb74ee524c9c5f229b.tar.gz ports-984a75e189f8032fdc9c22cb74ee524c9c5f229b.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
Notes
Notes:
svn path=/head/; revision=40377
Diffstat (limited to 'x11-fonts/XFree86-4-font75dpi/Makefile')
-rw-r--r-- | x11-fonts/XFree86-4-font75dpi/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-fonts/XFree86-4-font75dpi/Makefile b/x11-fonts/XFree86-4-font75dpi/Makefile index 6b9cbf9d54ec..27e1c8893349 100644 --- a/x11-fonts/XFree86-4-font75dpi/Makefile +++ b/x11-fonts/XFree86-4-font75dpi/Makefile @@ -6,15 +6,11 @@ # PORTNAME= font75dpi -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 |