diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 77f95229aff2..bb21aa417a38 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.0.0 -PORTREVISION= 10 +PORTVERSION= 2.0.2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot @@ -15,9 +14,8 @@ MAINTAINER= nox@FreeBSD.org COMMENT?= QEMU CPU Emulator - development version HAS_CONFIGURE= yes -USES= gmake pkgconfig bison perl5 tar:bzip2 +USES= gmake pkgconfig bison perl5 python:2,build tar:bzip2 USE_PERL5= build -USE_PYTHON_BUILD= 2 USE_XORG= pixman USE_GNOME+= glib20 PATCH_STRIP= -p1 @@ -313,6 +311,7 @@ post-install: @${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc @(cd ${STAGEDIR}${PREFIX}/etc/qemu && \ ${MV} -i target-x86_64.conf target-x86_64.conf.sample) + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* .endif .include diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index 71faa8a40180..d2aff4a18e54 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (qemu/2.0.0/qemu-2.0.0.tar.bz2) = 60cc1aa0cad39cec891f970bed60ca8a484f071adad4943123599ac223543a3b -SIZE (qemu/2.0.0/qemu-2.0.0.tar.bz2) = 12839647 +SHA256 (qemu/2.0.2/qemu-2.0.2.tar.bz2) = 20b207238015b773a8b8752801397bac2bb284b157a4999fb7a1039625d282cc +SIZE (qemu/2.0.2/qemu-2.0.2.tar.bz2) = 12841893 diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index d04ab4aff218..b097eb8c3934 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -21,6 +21,7 @@ post-install: @${RM} -r ${STAGEDIR}${PREFIX}/etc @${RM} -r ${STAGEDIR}${PREFIX}/man @${RM} -r ${STAGEDIR}${DATADIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* @(cd ${STAGEDIR}${PREFIX}/bin && \ for i in qemu-*; do ${MV} -i $$i $$i-static; done)