[Bug 196840] audio/filter_audio: fix build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 18 16:27:50 UTC 2015


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 at FreeBSD.org
          Reporter: igor.ostapenko at gmail.com
                CC: yuri at rawbw.com
             Flags: maintainer-feedback?(yuri at rawbw.com)
                CC: yuri at 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 at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list