Summary: | x11-toolkits/p5-Tk: XFT=1 should be default | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Slaven Rezic <slaven> | ||||
Component: | Individual Port(s) | Assignee: | Chris Rees <crees> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Slaven Rezic
2013-01-01 13:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: perl->crees I'll take it. State Changed From-To: open->closed Committed. Thanks! Author: crees Date: Sun Mar 3 10:58:48 2013 New Revision: 313341 URL: http://svnweb.freebsd.org/changeset/ports/313341 Log: Since Perl/Tk 804.030, freetype support is not considered experimental anymore and XFT=1 is turned on by default. PR: ports/174881 Submitted by: Slaven Rezic <slaven@rezic.de> Modified: head/x11-toolkits/p5-Tk/Makefile Modified: head/x11-toolkits/p5-Tk/Makefile ============================================================================== --- head/x11-toolkits/p5-Tk/Makefile Sun Mar 3 10:44:26 2013 (r313340) +++ head/x11-toolkits/p5-Tk/Makefile Sun Mar 3 10:58:48 2013 (r313341) @@ -19,7 +19,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphic png15:${PORTSDIR}/graphics/png OPTIONS_DEFINE= XFT -XFT_DESC= Client-side fonts via libXft (experimental) +OPTIONS_DEFAULT= XFT +XFT_DESC= Client-side fonts via libXft CONFIGURE_ARGS= X11INC=${LOCALBASE}/include X11LIB=${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes @@ -151,6 +152,8 @@ MAN3= Tie::Watch.3 \ .if ${PORT_OPTIONS:MXFT} CONFIGURE_ARGS= XFT=1 USE_XORG+= xft +.else +CONFIGURE_ARGS= XFT=0 .endif post-patch: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |