Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 00:40:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356267 - head/emulators/bochs
Message-ID:  <201406030040.s530eDoS020481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406030040.s530eDoS020481>