svn commit: r439591 - in head: devel/uatraits devel/vera++ security/spass textproc/xmlwrapp

Mark Linimon linimon at FreeBSD.org
Fri Apr 28 01:32:33 UTC 2017


Author: linimon
Date: Fri Apr 28 01:32:31 2017
New Revision: 439591
URL: https://svnweb.freebsd.org/changeset/ports/439591

Log:
  These ports now build on powerpc64.

Modified:
  head/devel/uatraits/Makefile
  head/devel/vera++/Makefile
  head/security/spass/Makefile
  head/textproc/xmlwrapp/Makefile

Modified: head/devel/uatraits/Makefile
==============================================================================
--- head/devel/uatraits/Makefile	Fri Apr 28 00:33:21 2017	(r439590)
+++ head/devel/uatraits/Makefile	Fri Apr 28 01:32:31 2017	(r439591)
@@ -10,8 +10,6 @@ MASTER_SITES=	http://people.freebsd.org/
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	User-Agent detection library
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs \
 		libpcre.so:devel/pcre \
 		libxml2.so:textproc/libxml2

Modified: head/devel/vera++/Makefile
==============================================================================
--- head/devel/vera++/Makefile	Fri Apr 28 00:33:21 2017	(r439590)
+++ head/devel/vera++/Makefile	Fri Apr 28 01:32:31 2017	(r439591)
@@ -15,8 +15,6 @@ COMMENT=	Tool for verification of C++ so
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
-BROKEN_powerpc64=	Does not build
-
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
 
 USES=		cmake:outsource tk

Modified: head/security/spass/Makefile
==============================================================================
--- head/security/spass/Makefile	Fri Apr 28 00:33:21 2017	(r439590)
+++ head/security/spass/Makefile	Fri Apr 28 01:32:31 2017	(r439591)
@@ -10,8 +10,6 @@ COMMENT=	Secure password generator with 
 
 LICENSE=	GPLv3
 
-BROKEN_powerpc64=	Does not build
-
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libboost_program_options.so:devel/boost-libs

Modified: head/textproc/xmlwrapp/Makefile
==============================================================================
--- head/textproc/xmlwrapp/Makefile	Fri Apr 28 00:33:21 2017	(r439590)
+++ head/textproc/xmlwrapp/Makefile	Fri Apr 28 01:32:31 2017	(r439591)
@@ -13,8 +13,6 @@ COMMENT=	Modern style C++ library for wo
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs
 
 OPTIONS_DEFINE=	XSLT DOCS


More information about the svn-ports-head mailing list