From owner-svn-ports-head@freebsd.org Fri Apr 28 01:32:33 2017 Return-Path: Delivered-To: svn-ports-head@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 D362DD53C7D; Fri, 28 Apr 2017 01:32:33 +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 874C7148F; Fri, 28 Apr 2017 01:32:33 +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 v3S1WWZJ077552; Fri, 28 Apr 2017 01:32:32 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3S1WWnw077548; Fri, 28 Apr 2017 01:32:32 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704280132.v3S1WWnw077548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 28 Apr 2017 01:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439591 - in head: devel/uatraits devel/vera++ security/spass textproc/xmlwrapp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 01:32:33 -0000 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@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