Bug 44362 - MPlayer port provides no mechanism to enable Freetype support
Summary: MPlayer port provides no mechanism to enable Freetype support
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 00:10 UTC by Pat Lashley
Modified: 2002-11-02 02:24 UTC (History)
0 users

See Also:


Attachments
file.diff (722 bytes, patch)
2002-10-22 00:10 UTC, Pat Lashley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Lashley 2002-10-22 00:10:01 UTC
	The basic MPlayer build includes optional support for using
	Freetype version 2.0.9 or later; however it is disabled by
	default.  The mplayer port's Makefile has mechanisms to enable
	various of the other optional support packages; but no way
	to enable freetype.

Fix: The patch below adds optional freetype support to the mplayer
	port's Makefile; following that file's apparent philosophy of
	'if it is already installed, use it; and if it isn't, provide
	a knob to make it a dependancy'.
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-10-22 02:23:46 UTC
Responsible Changed
From-To: freebsd-ports->lioux

I will handle this
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-11-02 02:24:14 UTC
State Changed
From-To: open->closed

Committed, thanks!