Josh Ruehlig proposed the following patch:
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172812&action=diff
I'm no ports committer, so I need review and then approval.
NOTE: this is very similar to https://reviews.freebsd.org/D7304
Thanks!
Differential D7305
Improvements for www/madsonic-standalone (Bug 210651) Authored by jlh on Jul 25 2016, 9:49 AM. Tags None Referenced Files
Subscribers
Details
Josh Ruehlig proposed the following patch: I'm no ports committer, so I need review and then approval. NOTE: this is very similar to https://reviews.freebsd.org/D7304
Thanks!
Diff Detail
Event TimelineComment Actions Lines 82-90 should be replaced with the following... post-install-FFMPEG-on:
${LN} -sf ${PREFIX}/bin/ffmpeg ${STAGEDIR}${SUBSONIC_HOME}/transcode/ffmpeg
post-install-FLAC-on:
${LN} -sf ${PREFIX}/bin/flac ${STAGEDIR}${SUBSONIC_HOME}/transcode/flac
post-install-LAME-on:
${LN} -sf ${PREFIX}/bin/lame ${STAGEDIR}${SUBSONIC_HOME}/transcode/lame |