Bug 125424

Summary: Add USE_FREETYPE2 knob to bsd.port.mk
Product: Ports & Packages Reporter: Sunpoet Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sunpoet Po-Chuan Hsieh 2008-07-09 09:20:01 UTC
Add USE_FREETYPE2 knob for port using freetype 2.x.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-09 09:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-16 14:12:34 UTC
State Changed
From-To: open->feedback

What is the point of having this variable?  What functionality it brings over 
explicit listing of the dependency in the port Makefile?
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-17 09:00:16 UTC
> Indeed, USE_FREETYPE2 does not bring any improvements. IMHO, these knobs
> (USE_xxx/WITH_xxx/WITHOUT_xxx) are used to simplify port Makefile.
> Since we have USE_FREETYPE (for freetype 1.x) already, why not add one for
> freetype 2.x ports?

I'd rather see USE_FREETYPE removed. It's not simplifying the ports,
we're talking about replacing one LIB_DEPENDS line with one USE_* line.

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

It's now using GIFs instead of JPEGs. This is similar to replacing
triangular wheels with round ones.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2009-01-11 11:39:32 UTC
State Changed
From-To: feedback->closed

I don't want this in the tree