Page MenuHomeFreeBSD

Improvements for www/madsonic-standalone (Bug 210651)
ClosedPublic

Authored by jlh on Jul 25 2016, 9:49 AM.
Tags
None
Referenced Files
F113984071: D7305.id18729.diff
Sun, Apr 6, 1:15 PM
Unknown Object (File)
Sun, Mar 30, 7:16 AM
Unknown Object (File)
Feb 16 2025, 12:35 PM
Unknown Object (File)
Jan 7 2025, 6:45 AM
Unknown Object (File)
Jan 7 2025, 6:41 AM
Unknown Object (File)
Dec 8 2024, 11:34 AM
Unknown Object (File)
Nov 25 2024, 6:29 PM
Unknown Object (File)
Nov 8 2024, 1:24 AM

Details

Reviewers
crees
Group Reviewers
Ports Committers
Commits
rP420614: Minor improvements.
Summary

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!

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jlh retitled this revision from to Improvements for www/madsonic-standalone (Bug 210651).
jlh updated this object.
jlh edited the test plan for this revision. (Show Details)
jlh added a reviewer: Ports Committers.
jlh set the repository for this revision to rP FreeBSD ports repository.

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
crees added a reviewer: crees.
crees added a subscriber: crees.

Please see notes, but approved.

Cheers!

Chris

madsonic-standalone/pkg-plist
6 ↗(On Diff #18729)

Please add

|| true

to the end of this line, as explained in D7304

This revision is now accepted and ready to land.Aug 11 2016, 8:12 PM
jlh edited edge metadata.
jlh marked an inline comment as done.

Comments fulfilled.

This revision now requires review to proceed.Aug 16 2016, 8:38 PM
crees edited edge metadata.

Great, please commit.

This revision is now accepted and ready to land.Aug 16 2016, 9:29 PM
This revision was automatically updated to reflect the committed changes.