| 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 | ||
Responsible Changed
From-To: freebsd-ports-bugs->ahze
Over to maintainer of multimedia/vlc{,-devel} for further reasoning
State Changed From-To: open->closed Close this pr, see ports/87398 |
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