Bug 67235

Summary: [PATCH] x11-toolkits/p5-Tk: update to 804.027
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: yinjieh
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Tk-804.027.patch none

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.