Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Sep 2018 11:46:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231262] [patch] math/coinmp: use INSTALL_TARGET=install-strip, fix 'present but cannot be compiled' warnings
Message-ID:  <bug-231262-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231262

            Bug ID: 231262
           Summary: [patch] math/coinmp: use INSTALL_TARGET=3Dinstall-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@freebsd.org
          Reporter: avos@freebsd.org
             Flags: maintainer-feedback?(cpm@freebsd.org)
          Assignee: cpm@freebsd.org

Created attachment 196985
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196985&action=
=3Dedit
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=3Dinstall-strip.

--=20
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-231262-7788>