diff options
author | nox <nox@FreeBSD.org> | 2014-08-19 02:53:16 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-08-19 02:53:16 +0800 |
commit | 76fb58357a75ffd6c833d51007f6faf52c03d554 (patch) | |
tree | f609733df028e2bf4bafd4f5b2becad50c725e05 /emulators | |
parent | 86415f605f2afce0f387d1327479514a6b552561 (diff) | |
download | freebsd-ports-gnome-76fb58357a75ffd6c833d51007f6faf52c03d554.tar.gz freebsd-ports-gnome-76fb58357a75ffd6c833d51007f6faf52c03d554.tar.zst freebsd-ports-gnome-76fb58357a75ffd6c833d51007f6faf52c03d554.zip |
- Update to 2.0.2, announce message is here:
http://thread.gmane.org/gmane.comp.emulators.qemu/291585
- Strip executables by default.
- Switch to USES=python:2,build.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 7 | ||||
-rw-r--r-- | emulators/qemu-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/qemu-user-static/Makefile | 1 |
3 files changed, 6 insertions, 6 deletions
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 <bsd.port.mk> 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) |