Teach fontconfig about gs fonts

Jose M Rodriguez freebsd at wanadoo.es
Thu Jun 3 23:50:53 GMT 2004


>Submitter-Id:	current-users
>Originator:	Jose M Rodriguez
>Organization:	Redes JM
>Confidential:	no
>Synopsis:	Teach fontconfig about gs fonts
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 4.10-STABLE i386
>Environment:
System: FreeBSD orion.animas.redesjm.local 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Jun 3 15:48:44 CEST 2004 root at orion.animas.redesjm.local:/usr/obj/usr/src/sys/ORION i386


>Description:
	Teach fontconfig about where to find gs fonts, in the way
	to make print/gsfonts de only fontpack needed to get URW
	type1 fonts

>How-To-Repeat:
>Fix:

--- patch-fontconfig begins here ---
diff -Nru ../FreeBSD/ports/x11-fonts/fontconfig/Makefile x11-fonts/fontconfig/Makefile
--- ../FreeBSD/ports/x11-fonts/fontconfig/Makefile	Wed May 12 07:35:12 2004
+++ x11-fonts/fontconfig/Makefile	Mon May 17 20:37:48 2004
@@ -25,7 +25,8 @@
 CONFIGURE_ARGS=	--with-confdir=${PREFIX}/etc/fonts \
 		--with-expat-includes=${LOCALBASE}/include \
 		--with-expat-lib=${LOCALBASE}/lib \
-		--with-default-fonts=${X11BASE}/lib/X11/fonts
+		--with-default-fonts=${X11BASE}/lib/X11/fonts \
+		--with-add-fonts=${LOCALBASE}/share/ghostscript/fonts
 MAKE_ENV=	LC_ALL=C
 PKGINSTALL=	${WRKDIR}/pkg-install
 
--- patch-fontconfig ends here ---




More information about the freebsd-gnome mailing list