diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-17 14:19:05 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-17 14:19:05 +0000 |
commit | 2c360ba7c9a4d7ca5d4ede4193d92caa7188fa94 (patch) | |
tree | 4c57055c0f7717df4ee7f5df23528156dc646421 /chat/xchat2 | |
parent | 7c7119c595749f136aba9b0be9404b0251e721df (diff) | |
download | pkgsrc-2c360ba7c9a4d7ca5d4ede4193d92caa7188fa94.tar.gz |
Disable XFT support, as requested in PR pkg/20387 by Marc Recht.
Quoting xchat 2.0.0 announcement:
* By default, xchat will use Pango to render text. This is usually quite
fast, if you have Pango 1.1 and Xft2 on your system. If you need to use
Pango 1.0, or find text rendering slow, you can use the ./configure switch
--enable-xft, which will bypass Pango. NB: --enable-xft will also remove
some of Pango's nice i18n features, such as multiple fonts and bidi.
If the text is still unbearably slow, disable font smoothing in Gnome2
Font Preferences.
With the actual pango's buildlink2.mk, xchat2 will use, at least, pango
1.2.0, so XFT is useless.
Bump PKGREVISION to 1.
Diffstat (limited to 'chat/xchat2')
-rw-r--r-- | chat/xchat2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 0a9b8cfd3ca..c9bac5668ee 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 16:00:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/17 14:19:05 jmmv Exp $ # DISTNAME= xchat-2.0.0 +PKGREVISION= 1 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.0/ EXTRACT_SUFX= .tar.bz2 @@ -23,7 +24,6 @@ USE_X11= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --enable-tcl=no -CONFIGURE_ARGS+= --enable-xft CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python @@ -51,6 +51,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins .include "../../devel/pkgconfig/buildlink2.mk" -.include "../../fonts/Xft2/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |