Date: Mon, 25 Aug 2014 21:03:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366152 - head/ports-mgmt/pkg-devel Message-ID: <201408252103.s7PL385j034529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Aug 25 21:03:08 2014 New Revision: 366152 URL: http://svnweb.freebsd.org/changeset/ports/366152 QAT: https://qat.redports.org/buildarchive/r366152/ Log: Do not strip binaries at all this port is a developement ports and should remain with symbols While here remove remnant code from the pkg pre 1.3 build system. Modified: head/ports-mgmt/pkg-devel/Makefile Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Mon Aug 25 20:58:30 2014 (r366151) +++ head/ports-mgmt/pkg-devel/Makefile Mon Aug 25 21:03:08 2014 (r366152) @@ -23,6 +23,7 @@ USE_LDCONFIG= yes USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode +INSTALL_TARGET= install-strip # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD # so that pkg-static is used from the wrkdir @@ -34,10 +35,6 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-d .include <bsd.port.pre.mk> -.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) -MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}" -.endif - .if defined(WITH_PKGNG) .if ${WITH_PKGNG} != devel NO_LATEST_LINK= yes @@ -94,6 +91,5 @@ PKG_BIN= ${WRKSRC}/src/pkg-static post-install: @${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \ ${STAGEDIR}${PREFIX}/lib/libpkg.a - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpkg.so.3 .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408252103.s7PL385j034529>