Date: Sun, 18 Jan 2015 16:27:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196840] audio/filter_audio: fix build Message-ID: <bug-196840-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196840 Bug ID: 196840 Summary: audio/filter_audio: fix build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: igor.ostapenko@gmail.com CC: yuri@rawbw.com Flags: maintainer-feedback?(yuri@rawbw.com) CC: yuri@rawbw.com Created attachment 151790 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151790&action=edit filter_audio-0.1.diff I think there are at least two points: 1. I noticed it's not buildable on previous OS versions which have old "install" without "-D" option, e.g. it may end up like this: install -Dm755 libfilteraudio.so /usr/ports/audio/filter_audio/work/stage//usr/local/lib/libfilteraudio.so install: illegal option -- D usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... Makefile:19: recipe for target 'install' failed gmake: *** [install] Error 64 *** [do-install] Error code 2 Stop in /usr/ports/audio/filter_audio. 2. It looks like meaning of "-D" option in new "install" differs from "-D" of non-BSD "install" and as a result "-m" option doesn't take effect. Checked on 10.0. See patch example. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainer CC'd -- 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-196840-13>