From owner-svn-ports-all@freebsd.org Tue Jan 31 05:43:57 2017 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 A3BF6CC9282; Tue, 31 Jan 2017 05:43:57 +0000 (UTC) (envelope-from linimon@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 7E61E9E; Tue, 31 Jan 2017 05:43:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0V5huP2081397; Tue, 31 Jan 2017 05:43:56 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0V5huAl081390; Tue, 31 Jan 2017 05:43:56 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201701310543.v0V5huAl081390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 31 Jan 2017 05:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432900 - in head: devel/qt4-moc devel/qt4-rcc devel/qt4-uic net-p2p/rtorrent www/varnish4 www/varnish5 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.23 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: Tue, 31 Jan 2017 05:43:57 -0000 Author: linimon Date: Tue Jan 31 05:43:55 2017 New Revision: 432900 URL: https://svnweb.freebsd.org/changeset/ports/432900 Log: Remove vestigial BROKEN_arm. It does not do anything. These ports all build on aarch64 in any case. Approved by: portmgr (tier-2 blanket) Modified: head/devel/qt4-moc/Makefile head/devel/qt4-rcc/Makefile head/devel/qt4-uic/Makefile head/net-p2p/rtorrent/Makefile head/www/varnish4/Makefile head/www/varnish5/Makefile Modified: head/devel/qt4-moc/Makefile ============================================================================== --- head/devel/qt4-moc/Makefile Tue Jan 31 04:25:13 2017 (r432899) +++ head/devel/qt4-moc/Makefile Tue Jan 31 05:43:55 2017 (r432900) @@ -10,8 +10,6 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt Meta-Object Compiler -BROKEN_arm= does not compile - USE_QT4= qmake_build QT_DIST= yes Modified: head/devel/qt4-rcc/Makefile ============================================================================== --- head/devel/qt4-rcc/Makefile Tue Jan 31 04:25:13 2017 (r432899) +++ head/devel/qt4-rcc/Makefile Tue Jan 31 05:43:55 2017 (r432900) @@ -9,8 +9,6 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt Resource Compiler -BROKEN_arm= does not compile - USE_QT4= qmake_build QT_DIST= yes Modified: head/devel/qt4-uic/Makefile ============================================================================== --- head/devel/qt4-uic/Makefile Tue Jan 31 04:25:13 2017 (r432899) +++ head/devel/qt4-uic/Makefile Tue Jan 31 05:43:55 2017 (r432900) @@ -9,8 +9,6 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt User Interface Compiler -BROKEN_arm= does not compile - USE_QT4= qmake_build QT_DIST= yes Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Tue Jan 31 04:25:13 2017 (r432899) +++ head/net-p2p/rtorrent/Makefile Tue Jan 31 05:43:55 2017 (r432900) @@ -16,8 +16,6 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libtorrent.so:net-p2p/libtorrent -BROKEN_arm= does not configure on arm - USES= compiler:c++11-lang ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug Modified: head/www/varnish4/Makefile ============================================================================== --- head/www/varnish4/Makefile Tue Jan 31 04:25:13 2017 (r432899) +++ head/www/varnish4/Makefile Tue Jan 31 05:43:55 2017 (r432900) @@ -15,7 +15,6 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* -BROKEN_arm= does not configure USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ pkgconfig python:2,build readline shebangfix Modified: head/www/varnish5/Makefile ============================================================================== --- head/www/varnish5/Makefile Tue Jan 31 04:25:13 2017 (r432899) +++ head/www/varnish5/Makefile Tue Jan 31 05:43:55 2017 (r432900) @@ -15,7 +15,6 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* -BROKEN_arm= does not configure USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ pkgconfig python:2,build readline shebangfix