mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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.
This commit is contained in:
parent
999739c2d4
commit
b41ddd0635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365340
3 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 2.0.0
|
PORTVERSION= 2.0.2
|
||||||
PORTREVISION= 10
|
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://wiki.qemu.org/download/:release \
|
MASTER_SITES= http://wiki.qemu.org/download/:release \
|
||||||
LOCAL/nox:snapshot
|
LOCAL/nox:snapshot
|
||||||
|
@ -15,9 +14,8 @@ MAINTAINER= nox@FreeBSD.org
|
||||||
COMMENT?= QEMU CPU Emulator - development version
|
COMMENT?= QEMU CPU Emulator - development version
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
USES= gmake pkgconfig bison perl5 tar:bzip2
|
USES= gmake pkgconfig bison perl5 python:2,build tar:bzip2
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_PYTHON_BUILD= 2
|
|
||||||
USE_XORG= pixman
|
USE_XORG= pixman
|
||||||
USE_GNOME+= glib20
|
USE_GNOME+= glib20
|
||||||
PATCH_STRIP= -p1
|
PATCH_STRIP= -p1
|
||||||
|
@ -313,6 +311,7 @@ post-install:
|
||||||
@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc
|
@${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc
|
||||||
@(cd ${STAGEDIR}${PREFIX}/etc/qemu && \
|
@(cd ${STAGEDIR}${PREFIX}/etc/qemu && \
|
||||||
${MV} -i target-x86_64.conf target-x86_64.conf.sample)
|
${MV} -i target-x86_64.conf target-x86_64.conf.sample)
|
||||||
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-*
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (qemu/2.0.0/qemu-2.0.0.tar.bz2) = 60cc1aa0cad39cec891f970bed60ca8a484f071adad4943123599ac223543a3b
|
SHA256 (qemu/2.0.2/qemu-2.0.2.tar.bz2) = 20b207238015b773a8b8752801397bac2bb284b157a4999fb7a1039625d282cc
|
||||||
SIZE (qemu/2.0.0/qemu-2.0.0.tar.bz2) = 12839647
|
SIZE (qemu/2.0.2/qemu-2.0.2.tar.bz2) = 12841893
|
||||||
|
|
|
@ -21,6 +21,7 @@ post-install:
|
||||||
@${RM} -r ${STAGEDIR}${PREFIX}/etc
|
@${RM} -r ${STAGEDIR}${PREFIX}/etc
|
||||||
@${RM} -r ${STAGEDIR}${PREFIX}/man
|
@${RM} -r ${STAGEDIR}${PREFIX}/man
|
||||||
@${RM} -r ${STAGEDIR}${DATADIR}
|
@${RM} -r ${STAGEDIR}${DATADIR}
|
||||||
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-*
|
||||||
@(cd ${STAGEDIR}${PREFIX}/bin && \
|
@(cd ${STAGEDIR}${PREFIX}/bin && \
|
||||||
for i in qemu-*; do ${MV} -i $$i $$i-static; done)
|
for i in qemu-*; do ${MV} -i $$i $$i-static; done)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue