Created attachment 160218 [details] respect ogg option Currently the OGG option is not respected: (19:57) novel@kloomba:/usr/ports/audio/deadbeef %> sudo make showconfig|grep OGG OGG=off: Ogg media format support (19:57) novel@kloomba:/usr/ports/audio/deadbeef %> sudo make clean configure 2>/dev/null|grep vorbis vorbis: yes - ogg vorbis player config.status: creating plugins/vorbis/Makefile (19:58) novel@kloomba:/usr/ports/audio/deadbeef %> It was fixed upstream: https://github.com/Alexey-Yakovenko/deadbeef/commit/f58d6e38ac9725fd1fe7760232a36bcefa940ee4 I have reproduced this fix using sed(1) (19:59) novel@kloomba:~/ports_stuff/deadbeef %> make showconfig|grep OGG OGG=off: Ogg media format support (19:59) novel@kloomba:~/ports_stuff/deadbeef %> make clean configure 2>/dev/null|grep vorbis vorbis: no - ogg vorbis player config.status: creating plugins/vorbis/Makefile (19:59) novel@kloomba:~/ports_stuff/deadbeef %>
Approved, commit it.
A commit references this bug: Author: novel Date: Tue Sep 1 16:22:12 UTC 2015 New revision: 395778 URL: https://svnweb.freebsd.org/changeset/ports/395778 Log: Respect disabling OGG option. Fix is based on an upstream commit [1]. Do not bump PORTREVISION as OGG option is enabled by default. 1: https://github.com/Alexey-Yakovenko/deadbeef/commit/f58d6e38ac9725fd1fe7760232a36bcefa940ee4 PR: 202576 Approved by: vg (maintainer) Changes: head/audio/deadbeef/Makefile
Committed, thanks!