Date: Mon, 18 Aug 2014 18:53:16 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365340 - in head/emulators: qemu-devel qemu-user-static Message-ID: <201408181853.s7IIrGiK033420@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Mon Aug 18 18:53:16 2014 New Revision: 365340 URL: http://svnweb.freebsd.org/changeset/ports/365340 QAT: https://qat.redports.org/buildarchive/r365340/ Log: - 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. Modified: head/emulators/qemu-devel/Makefile head/emulators/qemu-devel/distinfo head/emulators/qemu-user-static/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Mon Aug 18 18:44:28 2014 (r365339) +++ head/emulators/qemu-devel/Makefile Mon Aug 18 18:53:16 2014 (r365340) @@ -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> Modified: head/emulators/qemu-devel/distinfo ============================================================================== --- head/emulators/qemu-devel/distinfo Mon Aug 18 18:44:28 2014 (r365339) +++ head/emulators/qemu-devel/distinfo Mon Aug 18 18:53:16 2014 (r365340) @@ -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 Modified: head/emulators/qemu-user-static/Makefile ============================================================================== --- head/emulators/qemu-user-static/Makefile Mon Aug 18 18:44:28 2014 (r365339) +++ head/emulators/qemu-user-static/Makefile Mon Aug 18 18:53:16 2014 (r365340) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181853.s7IIrGiK033420>