[Bug 231262] [patch] math/coinmp: use INSTALL_TARGET=install-strip, fix 'present but cannot be compiled' warnings

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 9 11:46:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231262

            Bug ID: 231262
           Summary: [patch] math/coinmp: use INSTALL_TARGET=install-strip,
                    fix 'present but cannot be compiled' warnings
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cpm at freebsd.org
          Reporter: avos at freebsd.org
             Flags: maintainer-feedback?(cpm at freebsd.org)
          Assignee: cpm at freebsd.org

Created attachment 196985
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196985&action=edit
Makefile.diff

The warning is caused by another exit(3) definition in configure (without
_Noreturn attribute); it may be fixed by running ln -s ${WRKSRC}/BuildTools
<into all directories with configure.ac> && 'autoreconf -fi
-I${WRKSRC}/BuildTools', but 'sed' approach seems to be faster and less
complicated.

While here, replace manual stripping with INSTALL_TARGET=install-strip.

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


More information about the freebsd-ports-bugs mailing list