Date: Wed, 08 Oct 2014 14:18:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 186860] [New Port] www/madsonic network media streamer Message-ID: <bug-186860-13-yux7jjcj9z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-186860-13@https.bugs.freebsd.org/bugzilla/> References: <bug-186860-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186860 John Marino <marino@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|marino@FreeBSD.org | --- Comment #15 from John Marino <marino@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-186860-13-yux7jjcj9z>