svn commit: r356267 - head/emulators/bochs

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 00:40:14 UTC 2014


Author: amdmi3
Date: Tue Jun  3 00:40:13 2014
New Revision: 356267
URL: http://svnweb.freebsd.org/changeset/ports/356267
QAT: https://qat.redports.org/buildarchive/r356267/

Log:
  - Add USES=libtool
  - Strip binaries

Modified:
  head/emulators/bochs/Makefile

Modified: head/emulators/bochs/Makefile
==============================================================================
--- head/emulators/bochs/Makefile	Tue Jun  3 00:40:11 2014	(r356266)
+++ head/emulators/bochs/Makefile	Tue Jun  3 00:40:13 2014	(r356267)
@@ -74,8 +74,8 @@ VMX_DESC=	Enable Virtialization extensio
 VOODOO_DESC=	Enable 3dfx Voodoo Graphics emulation
 X86_64_DESC=	Enable x86-64 instructions support
 
-USES=		gmake pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gmake pkgconfig libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_alsa_asoundlib_h=no
 CONFIGURE_ARGS=	--disable-docbook --disable-instrumentation
 
@@ -288,6 +288,9 @@ post-patch:
 		 ${WRKSRC}/gui/Makefile.in
 
 post-install:
+.for f in bochs bxcommit bximage
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
+.endfor
 .if ${PORT_OPTIONS:MPLUGINS}
 	@${FIND} ${STAGEDIR}${PREFIX}/lib/bochs ! -type d | \
 		${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}


More information about the svn-ports-head mailing list