Bug 67235 - [PATCH] x11-toolkits/p5-Tk: update to 804.027
Summary: [PATCH] x11-toolkits/p5-Tk: update to 804.027
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-26 22:20 UTC by Michael Johnson
Modified: 2004-06-11 11:02 UTC (History)
1 user (show)

See Also:


Attachments
p5-Tk-804.027.patch (2.78 KB, patch)
2004-05-26 22:20 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-05-26 22:20:13 UTC
- Update to 804.027
- new knob to support Xft, used for anti-aliased fonts.

Port maintainer (yinjieh@csie.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.50
Comment 1 Michael Johnson 2004-05-26 22:50:36 UTC
Oops, I messed up on XFT, it doesn't enable it like I thought it did..

Makefile
.if defined(WITH_XFT)
-CONFIGURE_ENV+=        XFT="1" CFLAGS="-I${LOCALBASE}/include"

.if defined(WITH_XFT
+MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ARGS+= XFT=1

Michael
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2004-06-11 11:02:35 UTC
State Changed
From-To: open->closed

Committed, thanks.