Subject: pkg/36685: Xft2 in sysutils/torsmo
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <joel@carnat.net>
List: pkgsrc-bugs
Date: 07/23/2007 19:15:01
>Number:         36685
>Category:       pkg
>Synopsis:       Add Xft2 support to sysutils/torsmo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 23 19:15:01 +0000 2007
>Originator:     ptiJo
>Release:        NetBSD 4.99.24
>Organization:
	
>Environment:
	<The sollowing information is extracted from your kernel. Please>
	
System: NetBSD atheria.tumfatig.net 4.99.24 NetBSD 4.99.24 (D420-$Revision: 1.838 $) #1: Mon Jul 23 11:07:48 CEST 2007 ptijo@atheria.tumfatig.net:/home/cvs/src-HEAD/sys/arch/i386/compile/D420 i386
Architecture: i386
Machine: i386
>Description:
	Add Xft2 support for sysutils/torsmo
>How-To-Repeat:
	Compile and set xftfont. The error message is:
torsmo: Xft not enabled
>Fix:
	Patch Makefile as follow:
--- sysutils/torsmo/Makefile.orig	2007-07-23 19:51:28.000000000 +0200
+++ sysutils/torsmo/Makefile	2007-07-23 21:05:49.000000000 +0200
@@ -12,4 +12,5 @@
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--enable-xft
 
 EGDIR=		${PREFIX}/share/examples/torsmo
@@ -38,3 +39,4 @@
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

>Unformatted: