From owner-svn-ports-all@freebsd.org Mon Feb 15 19:47:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B37AAAA2A3; Mon, 15 Feb 2016 19:47:11 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56C501EB0; Mon, 15 Feb 2016 19:47:11 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FJlAPx096722; Mon, 15 Feb 2016 19:47:10 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1FJlAsC096719; Mon, 15 Feb 2016 19:47:10 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201602151947.u1FJlAsC096719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Mon, 15 Feb 2016 19:47:10 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 19:47:11 -0000 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 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: