svn commit: r409146 - head/emulators/qemu-sbruno

Sean Bruno sbruno at FreeBSD.org
Fri Feb 19 03:16:04 UTC 2016


Author: sbruno
Date: Fri Feb 19 03:16:02 2016
New Revision: 409146
URL: https://svnweb.freebsd.org/changeset/ports/409146

Log:
  Bump PORTREVISION:
  
  palcode-clipper is an alpha binary for use with qemu, not something that
  should be stripped.

Modified:
  head/emulators/qemu-sbruno/Makefile

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Fri Feb 19 02:57:21 2016	(r409145)
+++ head/emulators/qemu-sbruno/Makefile	Fri Feb 19 03:16:02 2016	(r409146)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	2.5.50.g20160215
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	GH \
 		LOCAL/nox:dtc \
@@ -276,7 +276,6 @@ post-install:
 	${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-*
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ivshmem-*
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/qemu/palcode-clipper
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list