[Bug 186860] [New Port] www/madsonic network media streamer
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 8 14:18:29 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186860
John Marino <marino at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|marino at FreeBSD.org |
--- Comment #15 from John Marino <marino at FreeBSD.org> ---
Looks much better. The only thing I notice was this line:
@${TAR} xf ${WRKDIR}/${PORTNAME}.war -C ${WRKSRC}
While tar on FreeBSD will accept "xf", it's a legacy thing and it's not
documented in the man page. It's supposed to be "-xf". This is important
because tar on DragonFly only supports what the man page says it does and thus
"tar xf" results in an error there.
Whoever fixes this, please change "xf" to "-xf".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list