Bug 87380

Summary: incorrect use of WITH_LIBMATROSA vs WITH_MATROSKA in some
Product: Ports & Packages Reporter: Zahemszky@, Gábor <gabor>
Component: Individual Port(s)Assignee: Michael Johnson <ahze>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Zahemszky@, Gábor 2005-10-13 17:40:15 UTC
In the FreeBSD ports tree, there are some programs, which has libmatroska
dependency. multimedia/vlc, vlc-devel and mplayer. vlc and vlc-devel use
the WITH(OUT)?_LIBMATROSKA, but mplayer uses the WITH(OUT)?_MATROSKA
make-variable. As the other similar variables, I think the correct name
would be WITH(OUT)?_MATROSKA.

Fix: 

In multimedia/vlc{,-devel}/Makefile, chanege the WITH_LIBMATROSKA (and
WITHOUT_LIBMATROSKA) variables to WITH(OUT)?_MATROSKA.
How-To-Repeat: 	egrep -R 'WITH(OUT?)_(LIB)?MATROSKA' /usr/ports
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-10-14 11:22:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer of multimedia/vlc{,-devel} for further reasoning
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2005-10-15 05:31:39 UTC
State Changed
From-To: open->closed

Close this pr, see ports/87398