Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2016 19:47:10 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408956 - in head/emulators/qemu-sbruno: . files
Message-ID:  <201602151947.u1FJlAsC096719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Mon Feb 15 19:47:09 2016
New Revision: 408956
URL: https://svnweb.freebsd.org/changeset/ports/408956

Log:
  A couple of portlint nits for tabs/spaces and a proper WWW note in a
  URL in the pkg-descr.
  
  Install stripped enabled for ivshmem* and the palcode-clipper utility.
  
  Drop patch for procctl() and commit it upstream.

Deleted:
  head/emulators/qemu-sbruno/files/patch-bsd-user-freebsd-os-proc.c
Modified:
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-sbruno/distinfo
  head/emulators/qemu-sbruno/pkg-descr

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Mon Feb 15 19:33:01 2016	(r408955)
+++ head/emulators/qemu-sbruno/Makefile	Mon Feb 15 19:47:09 2016	(r408956)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.5.50.g20160213
+PORTVERSION=	2.5.50.g20160215
 CATEGORIES=	emulators
 MASTER_SITES=	GH \
 		LOCAL/nox:dtc \
@@ -18,7 +18,7 @@ COMMENT?=	QEMU CPU Emulator - github bsd
 USE_GITHUB=	yes
 GH_ACCOUNT=	seanbruno
 GH_PROJECT=	${PORTNAME}-bsd-user
-GH_TAGNAME=	9522a30
+GH_TAGNAME=	cada59f
 HAS_CONFIGURE=	yes
 USES=		gmake pkgconfig bison perl5 python:2,build
 USE_PERL5=	build
@@ -118,10 +118,6 @@ PLIST_SUB+=	SOFTMMU=""
 PLIST_SUB+=	STATIC=""
 .endif
 
-#.if ${PORT_OPTIONS:MGNS3}
-#EXTRA_PATCHES+=	${FILESDIR}/hw_e1000_c.patch
-#.endif
-
 WITHOUT_CPU_CFLAGS=yes	#to avoid problems with register allocation
 CFLAGS:=	${CFLAGS:C/-fno-tree-vrp//}
 CONFIGURE_ARGS+=	--prefix=${PREFIX} --cc=${CC} --enable-docs \
@@ -197,7 +193,7 @@ CONFIGURE_ARGS+=	--disable-pcap
 
 .if ${PORT_OPTIONS:MSTATIC_LINK}
 .if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MX11}
-IGNORE=		X11 ui cannot be built static
+IGNORE=		the X11 ui cannot be built static
 .endif
 CONFIGURE_ARGS+=	--static
 .endif
@@ -230,10 +226,10 @@ MAKE_ARGS+=	ARCH=ppc64
 .endif
 
 .if ${ARCH} == "sparc64"
-CONFIGURE_ARGS+= --sparc_cpu=v9
+CONFIGURE_ARGS+=	--sparc_cpu=v9
 .endif
 
-CONFIGURE_ARGS+= --python=${PYTHON_CMD}
+CONFIGURE_ARGS+=	--python=${PYTHON_CMD}
 
 # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC)
 # but it shouldn't matter much
@@ -278,6 +274,8 @@ post-install:
 	${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc
 	${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-*
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ivshmem-*
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/qemu/palcode-clipper
 .endif
 
 .include <bsd.port.mk>

Modified: head/emulators/qemu-sbruno/distinfo
==============================================================================
--- head/emulators/qemu-sbruno/distinfo	Mon Feb 15 19:33:01 2016	(r408955)
+++ head/emulators/qemu-sbruno/distinfo	Mon Feb 15 19:47:09 2016	(r408956)
@@ -1,4 +1,4 @@
-SHA256 (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 99b85c461cf12e7098ace4d7a964b579a80dd90d3036f75788f8d81d674f9d6c
-SIZE (qemu/2.5.50.g20160213/seanbruno-qemu-bsd-user-2.5.50.g20160213-9522a30_GH0.tar.gz) = 11850660
-SHA256 (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
-SIZE (qemu/2.5.50.g20160213/dtc-v1.4.0.tar.gz) = 131893
+SHA256 (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = b685dda3b52eaa2041a88635de1c7d165f430f8ebd978dc2f4708e088bc86537
+SIZE (qemu/2.5.50.g20160215/seanbruno-qemu-bsd-user-2.5.50.g20160215-cada59f_GH0.tar.gz) = 11849937
+SHA256 (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
+SIZE (qemu/2.5.50.g20160215/dtc-v1.4.0.tar.gz) = 131893

Modified: head/emulators/qemu-sbruno/pkg-descr
==============================================================================
--- head/emulators/qemu-sbruno/pkg-descr	Mon Feb 15 19:33:01 2016	(r408955)
+++ head/emulators/qemu-sbruno/pkg-descr	Mon Feb 15 19:47:09 2016	(r408956)
@@ -13,7 +13,7 @@ cross-debugging.
 
 As QEMU requires no host kernel patches to run, it is very safe and easy to use.
 
-http://wiki.qemu.org/Main_Page
+WWW: http://wiki.qemu.org/Main_Page
 
 This is building sbruno's bsd-user github branch:
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602151947.u1FJlAsC096719>