pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39632: fontconfig w/ modular X11 finds no fonts
The following reply was made to PR pkg/39632; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39632: fontconfig w/ modular X11 finds no fonts
Date: Fri, 26 Sep 2008 09:28:58 -0500 (CDT)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--0-35860617-1222439338=:454
Content-Type: TEXT/PLAIN; charset=X-UNKNOWN
Content-Transfer-Encoding: QUOTED-PRINTABLE
On Fri, 26 Sep 2008, J=F6rn Clausen wrote:
> My complaint is, that I install an application like gimp, start it and=
=20
> no text is visible anywhere. If all other X11 dependecies are resolved=
=20
> automatically, why not this one? The least would be a hint to install a=
=20
> basic set of fonts manually - and a suggestion, which package could be a=
=20
> good starting point.
Yes a MESSAGE seems fine. (And also have it mention running
${PREFIX}/bin/fc-cache.)
Also I think another default path should be added:
diff -u -r1.65 Makefile
--- fonts/fontconfig/Makefile=0921 Jun 2008 18:47:44 -0000=091.65
+++ fonts/fontconfig/Makefile=0926 Sep 2008 14:27:39 -0000
@@ -32,9 +32,9 @@
.include "../../mk/bsd.prefs.mk"
=20
.if ${X11BASE} !=3D ${LOCALBASE}
-CONFIGURE_ARGS+=3D=09--with-add-fonts=3D${X11BASE}/lib/X11/fonts,${PREFIX}=
/share/ghostscript/fonts
+CONFIGURE_ARGS+=3D=09--with-add-fonts=3D${X11BASE}/lib/X11/fonts,${PREFIX}=
/share/ghostscript/fonts,${PREFIX}/share/fonts
.else
-CONFIGURE_ARGS+=3D=09--with-add-fonts=3D${PREFIX}/share/ghostscript/fonts
+CONFIGURE_ARGS+=3D=09--with-add-fonts=3D${PREFIX}/share/ghostscript/fonts,=
${PREFIX}/share/fonts
.endif
=20
.if ${OPSYS} =3D=3D "Darwin"
--0-35860617-1222439338=:454--
Home |
Main Index |
Thread Index |
Old Index