[Midnightbsd-cvs] mports: x11-fonts/xorg-fonts-truetype: Update to xorg 7.3.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Oct 11 15:21:59 EDT 2007


Log Message:
-----------
Update to xorg 7.3.

Modified Files:
--------------
    mports/x11-fonts/xorg-fonts-truetype:
        Makefile (r1.2 -> r1.3)

Removed Files:
-------------
    mports/x11-fonts/xorg-fonts-truetype:
        distinfo
        pkg-plist
    mports/x11-fonts/xorg-fonts-truetype/files:
        patch-TTF-Imakefile
    mports/x11-fonts/xorg-fonts-truetype/scripts:
        configure

-------------- next part --------------
--- x11-fonts/xorg-fonts-truetype/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-lib/X11/fonts/TTF/encodings.dir
-lib/X11/fonts/TTF/fonts.dir
-lib/X11/fonts/TTF/fonts.scale
-lib/X11/fonts/TTF/luximb.ttf
-lib/X11/fonts/TTF/luximbi.ttf
-lib/X11/fonts/TTF/luximr.ttf
-lib/X11/fonts/TTF/luximri.ttf
-lib/X11/fonts/TTF/luxirb.ttf
-lib/X11/fonts/TTF/luxirbi.ttf
-lib/X11/fonts/TTF/luxirr.ttf
-lib/X11/fonts/TTF/luxirri.ttf
-lib/X11/fonts/TTF/luxisb.ttf
-lib/X11/fonts/TTF/luxisbi.ttf
-lib/X11/fonts/TTF/luxisr.ttf
-lib/X11/fonts/TTF/luxisri.ttf
- at exec command fc-cache -v %D/lib/X11/fonts/TTF 2>/dev/null || true
- at unexec rm %D/lib/X11/fonts/TTF/fonts.cache-1 2>/dev/null || true
- at unexec command fc-cache -v %D/lib/X11/fonts/TTF 2>/dev/null || true
- at unexec if [ -e %D/lib/X11/fonts/TTF/fonts.cache-1 -a ! -s %D/lib/X11/fonts/TTF/fonts.cache-1 ]; then rm %D/lib/X11/fonts/TTF/fonts.cache-1; fi
- at dirrmtry lib/X11/fonts/TTF
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/xorg-fonts-truetype/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lx11-fonts/xorg-fonts-truetype/Makefile -Lx11-fonts/xorg-fonts-truetype/Makefile -u -r1.2 -r1.3
--- x11-fonts/xorg-fonts-truetype/Makefile
+++ x11-fonts/xorg-fonts-truetype/Makefile
@@ -2,41 +2,38 @@
 # Date created:		30 May 2004
 # Whom:			anholt at FreeBSD.org
 #
+# $FreeBSD: ports/x11-fonts/xorg-fonts-truetype/Makefile,v 1.11 2007/09/13 19:44:53 flz Exp $
 # $MidnightBSD$
-# $FreeBSD: ports/x11-fonts/xorg-fonts-truetype/Makefile,v 1.9 2006/02/06 03:38:29 lesi Exp $
 #
 
 PORTNAME=	xorg-fonts-truetype
-PORTVERSION=	6.9.0
+PORTVERSION=	7.3
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITE_XORG}
-MASTER_SITE_SUBDIR=	X11R${PORTVERSION}/src
-DISTNAME=	X11R${PORTVERSION}-src1
+MASTER_SITES=	# none
+DISTFILES=	# none
+EXTRACT_ONLY=	# none
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	X.Org TrueType fonts
+LICENSE=	agg
 
-BUILD_DEPENDS=	ucs2any:${PORTSDIR}/x11/xorg-clients \
-		fc-cache:${PORTSDIR}/x11-fonts/fontconfig
-RUN_DEPENDS=	${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/xorg-fonts-encodings \
+RUN_DEPENDS=	${FONTDIR}/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/font-bh-ttf \
+		${FONTDIR}/OTF/SyrCOMAdiabene.otf:${PORTSDIR}/x11-fonts/font-misc-meltho \
+		${FONTDIR}/TTF/GohaTibebZemen.ttf:${PORTSDIR}/x11-fonts/font-misc-ethiopic \
+		${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
 		${X11BASE}/lib/X11/fonts/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
-		fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
-CONFLICTS=	XFree86-fontScalable-*
+do-install:	# empty
 
-EXTRA_PATCHES=	${CF_PATCHES}
+NO_BUILD=	# none
+FONTDIR=	${X11BASE}/lib/X11/fonts
 
-XBUILD_DIRS=	fonts/encodings fonts/scaled/TTF
-XINSTALL_DIRS=	fonts/scaled/TTF
-
-post-install:
-	@command fc-cache -v ${PREFIX}/lib/X11/fonts/TTF || true
-
-.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc"
 .include <bsd.port.pre.mk>
+
 .if ${X_WINDOW_SYSTEM:L} != xorg
 IGNORE=	is part of X.Org and you have ${X_WINDOW_SYSTEM} set for X11\
 	distribution. See The X Window System and Virtual Consoles chapter\
 	of FAQ for more information
 .endif
+
 .include <bsd.port.post.mk>
--- x11-fonts/xorg-fonts-truetype/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xorg/X11R6.9.0-src1.tar.gz) = 9cd255a090e81e2c62637122794e6150
-SHA256 (xorg/X11R6.9.0-src1.tar.gz) = 30502fd1074ee7d782bae084c8c9b4872dcbf16dc45a2b944c6d0fc0e0c1a60c
-SIZE (xorg/X11R6.9.0-src1.tar.gz) = 33460996
--- x11-fonts/xorg-fonts-truetype/files/patch-TTF-Imakefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- fonts/scaled/TTF/Imakefile.orig	Sun May 30 17:51:49 2004
-+++ fonts/scaled/TTF/Imakefile	Sun May 30 17:52:06 2004
-@@ -8,7 +8,7 @@
- VERAFONTS = Vera.ttf VeraBI.ttf VeraBd.ttf VeraMoBI.ttf VeraMoBd.ttf \
- 	VeraMoIt.ttf VeraMono.ttf VeraSe.ttf VeraSeBd.ttf
- 
--FONTS = $(LUXIFONTS) $(VERAFONTS)
-+FONTS = $(LUXIFONTS)
- OBJS = $(FONTS)
- 
- FONTINSTDIR = $(FONTDIR)/TTF
-@@ -31,6 +31,7 @@
- DependSubdirs($(SUBDIRS))
- #endif
- 
-+.if 0
- LinkSourceFile(Vera.ttf,$(VERASRCDIR))
- LinkSourceFile(VeraBI.ttf,$(VERASRCDIR))
- LinkSourceFile(VeraBd.ttf,$(VERASRCDIR))
-@@ -41,4 +42,4 @@
- LinkSourceFile(VeraMono.ttf,$(VERASRCDIR))
- LinkSourceFile(VeraSe.ttf,$(VERASRCDIR))
- LinkSourceFile(VeraSeBd.ttf,$(VERASRCDIR))
--
-+.endif
--- x11-fonts/xorg-fonts-truetype/scripts/configure
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-LOCALDEF=$WRKDIR/.config
-
-rm -f $LOCALDEF
-echo "#define UseInstalledPrograms YES"			>> $LOCALDEF
-echo "#define UseInstalledClients YES"			>> $LOCALDEF
-echo "#define StandardIncludes -I${PREFIX}/include"	>> $LOCALDEF
-
-sh $PORTSDIR/x11-servers/xorg-server/scripts/configure.gen


More information about the Midnightbsd-cvs mailing list