mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -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$
|
||||
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue