Date: Fri, 15 Nov 2013 21:51:43 +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: r333937 - head/devel/bufferpool Message-ID: <201311152151.rAFLpiM2096881@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Nov 15 21:51:43 2013 New Revision: 333937 URL: http://svnweb.freebsd.org/changeset/ports/333937 Log: Support stage Convert USE_GMAKE to USES=gmake strip binary Modified: head/devel/bufferpool/Makefile Modified: head/devel/bufferpool/Makefile ============================================================================== --- head/devel/bufferpool/Makefile Fri Nov 15 20:56:05 2013 (r333936) +++ head/devel/bufferpool/Makefile Fri Nov 15 21:51:43 2013 (r333937) @@ -10,10 +10,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Bufferpool - the memory management library Feng and Felix depend upon GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbufferpool.so.4 -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311152151.rAFLpiM2096881>