svn commit: r432900 - in head: devel/qt4-moc devel/qt4-rcc devel/qt4-uic net-p2p/rtorrent www/varnish4 www/varnish5

Mark Linimon linimon at FreeBSD.org
Tue Jan 31 05:43:57 UTC 2017


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 at 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 at 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 at 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


More information about the svn-ports-all mailing list