Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Feb 2015 10:53:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197323] www/deforaos-surfer : Update to 0.2.7 (and fix break)
Message-ID:  <bug-197323-13-ODmRc7I1bW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197323-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197323-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=197323

--- Comment #4 from John Marino <marino@FreeBSD.org> ---
(In reply to olivier from comment #3)
The warning offers two ways how to fix them.

BEST WAY) If the vendor makefile has the install-strip target, add this line to
the port makefile "INSTALL_TARGET=install-strip"

backup way) add a post-install target and use ${STRIP_CMD} to manually strip
the binary in the stage dir.  Use grep on the ports tree, there are probably
hundreds of examples of this.

-- 
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-197323-13-ODmRc7I1bW>