Date: Fri, 4 Jun 2004 01:49:05 +0200 (CEST) From: Jose M Rodriguez <freebsd@wanadoo.es> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org Subject: Teach fontconfig about gs fonts Message-ID: <200406032349.i53Nn5Sb008049@orion.animas.redesjm.local>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406032349.i53Nn5Sb008049>