Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2017 05:43:56 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
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
Message-ID:  <201701310543.v0V5huAl081390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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