[Midnightbsd-cvs] mports: x11-fonts/xorg-fonts-75dpi: Updated for xorg7.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Tue Oct 9 21:16:05 EDT 2007


Log Message:
-----------
Updated for xorg7.

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

Removed Files:
-------------
    mports/x11-fonts/xorg-fonts-75dpi/scripts:
        configure

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/xorg-fonts-75dpi/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lx11-fonts/xorg-fonts-75dpi/Makefile -Lx11-fonts/xorg-fonts-75dpi/Makefile -u -r1.2 -r1.3
--- x11-fonts/xorg-fonts-75dpi/Makefile
+++ x11-fonts/xorg-fonts-75dpi/Makefile
@@ -2,39 +2,41 @@
 # Date created:		30 May 2004
 # Whom:			anholt at FreeBSD.org
 #
+# $FreeBSD: ports/x11-fonts/xorg-fonts-75dpi/Makefile,v 1.11 2007/09/13 19:44:52 flz Exp $
 # $MidnightBSD$
-# $FreeBSD: ports/x11-fonts/xorg-fonts-75dpi/Makefile,v 1.9 2006/02/06 03:38:28 lesi Exp $
 #
 
 PORTNAME=	xorg-fonts-75dpi
-PORTVERSION=	6.9.0
-PORTREVISION=	1
+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 75dpi bitmap fonts
+LICENSE=	agg
 
-BUILD_DEPENDS=	ucs2any:${PORTSDIR}/x11/xorg-clients
-RUN_DEPENDS=	${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/xorg-fonts-encodings
+RUN_DEPENDS=	${FONTDIR}/75dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-75dpi \
+		${FONTDIR}/75dpi/UTBI__10.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-utopia-75dpi \
+		${FONTDIR}/75dpi/luBIS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-75dpi \
+		${FONTDIR}/75dpi/lutBS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-lucidatypewriter-75dpi \
+		${FONTDIR}/75dpi/charB08.pcf.gz:${PORTSDIR}/x11-fonts/font-bitstream-75dpi \
+		${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
 
 CONFLICTS=	XFree86-font75dpi-*
 
-EXTRA_PATCHES=	${CF_PATCHES}
+NO_BUILD=	# none
+FONTDIR=	${X11BASE}/lib/X11/fonts
 
-XBUILD_DIRS=	fonts/encodings fonts/bdf/75dpi
-XINSTALL_DIRS=	fonts/bdf/75dpi
+do-install:	# empty
 
-post-install:
-	@command fc-cache -v ${PREFIX}/lib/X11/fonts/75dpi || 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-75dpi/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