Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2019 05:55:24 +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: r498995 - in head: astro/libosmpbf comms/airspy devel/amd64-gcc devel/bcc devel/ccache-memcached-static devel/k8048 devel/pear-PHP_UML devel/pear-TheSeer_fXSL devel/py-ice37 devel/ruby-...
Message-ID:  <201904150555.x3F5tOU9004460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Apr 15 05:55:23 2019
New Revision: 498995
URL: https://svnweb.freebsd.org/changeset/ports/498995

Log:
  These ports now build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/astro/libosmpbf/Makefile
  head/comms/airspy/Makefile
  head/devel/amd64-gcc/Makefile
  head/devel/bcc/Makefile
  head/devel/ccache-memcached-static/Makefile
  head/devel/k8048/Makefile
  head/devel/pear-PHP_UML/Makefile
  head/devel/pear-TheSeer_fXSL/Makefile
  head/devel/py-ice37/Makefile
  head/devel/ruby-subversion/Makefile
  head/net-mgmt/ng_ipacct/Makefile
  head/net/mosh/Makefile
  head/net/zerotier/Makefile
  head/science/colt/Makefile
  head/security/iaikpkcs11wrapper/Makefile
  head/sysutils/lttng-tools/Makefile
  head/textproc/heirloom-doctools/Makefile
  head/www/jericho-html/Makefile
  head/www/pear-XML_GRDDL/Makefile

Modified: head/astro/libosmpbf/Makefile
==============================================================================
--- head/astro/libosmpbf/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/astro/libosmpbf/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -15,8 +15,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING.osmpbf
 
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf
 
-BROKEN_powerpc64=	fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	scrosby
 GH_PROJECT=	OSM-binary

Modified: head/comms/airspy/Makefile
==============================================================================
--- head/comms/airspy/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/comms/airspy/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -13,8 +13,6 @@ COMMENT=	AirSpy's usemode driver and associated tools
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/airspy-tools/LICENSE.md
 
-BROKEN_aarch64=		fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
-
 USES=		cmake pkgconfig
 USE_GITHUB=	yes
 GH_PROJECT=	airspyone_host

Modified: head/devel/amd64-gcc/Makefile
==============================================================================
--- head/devel/amd64-gcc/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/amd64-gcc/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -10,6 +10,5 @@ BROKEN_armv6=		invalid output constraint '=a' in assem
 BROKEN_armv7=		invalid output constraint '=a' in assembler
 BROKEN_mips=		configure: cannot compute suffix of object files: cannot compile
 BROKEN_mips64=		configure: cannot compute suffix of object files: cannot compile
-BROKEN_powerpc64=	invalid output constraint in assembler
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/bcc/Makefile
==============================================================================
--- head/devel/bcc/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/bcc/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -16,7 +16,6 @@ LICENSE=	GPLv2
 BROKEN_aarch64=		fails to link: error adding symbols: File in wrong format
 BROKEN_mips=		fails to compile: unrecognized command line option "-m32"
 BROKEN_mips64=		fails to compile: unrecognized command line option "-m32"
-BROKEN_powerpc64=	fails to link: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc
 
 USES=		uidfix
 

Modified: head/devel/ccache-memcached-static/Makefile
==============================================================================
--- head/devel/ccache-memcached-static/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/ccache-memcached-static/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -8,6 +8,4 @@ OPTIONS_SLAVE=	MEMCACHED STATIC
 
 CONFLICTS_INSTALL=	ccache-[0-9]* ccache-memcached[0-9]* ccache-static[0-9]*
 
-BROKEN_powerpc64=	fails to configure: checking for memcached in -lmemcached... no
-
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/k8048/Makefile
==============================================================================
--- head/devel/k8048/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/k8048/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -17,7 +17,6 @@ BROKEN_armv7=		invokes x86 assembler
 BROKEN_mips=		invokes x86 assembler
 BROKEN_mips64=		invokes x86 assembler
 BROKEN_sparc64=		invokes x86 assembler
-BROKEN_powerpc64=	invokes x86 assembler
 
 USES=		gmake
 

Modified: head/devel/pear-PHP_UML/Makefile
==============================================================================
--- head/devel/pear-PHP_UML/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/pear-PHP_UML/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -14,8 +14,6 @@ BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FL
 		${PEARDIR}/Console/CommandLine.php:devel/pear-Console_CommandLine@${PHP_FLAVOR}
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
 
-BROKEN_powerpc64=	fails to package: Signal 11
-
 USES=		pear php
 USE_PHP=	spl xsl
 

Modified: head/devel/pear-TheSeer_fXSL/Makefile
==============================================================================
--- head/devel/pear-TheSeer_fXSL/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/pear-TheSeer_fXSL/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -13,8 +13,6 @@ COMMENT=	XSL wrapper / extension to the PHP 5.x XSLTPr
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_powerpc64=	fails to package: Signal 11
-
 USE_PHP=	dom xml xsl
 PEAR_CHANNEL=	theseer
 USES=	pear

Modified: head/devel/py-ice37/Makefile
==============================================================================
--- head/devel/py-ice37/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/py-ice37/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -8,8 +8,6 @@ COMMENT=	Ice (Internet Communications Engine) language
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	fails to compile: gmake: Ice_BuiltinSequences_ice.py: Segmentation fault (core dumped)
-
 BUILD_DEPENDS=	mcpp:devel/mcpp
 LIB_DEPENDS=	libIce.so.${LIB_VRS}:devel/ice37 \
 		libmcpp.so:devel/mcpp

Modified: head/devel/ruby-subversion/Makefile
==============================================================================
--- head/devel/ruby-subversion/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/devel/ruby-subversion/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -6,8 +6,6 @@ PKGNAMEPREFIX=	ruby-
 MAINTAINER=	lev@FreeBSD.org
 COMMENT=	Ruby bindings for version control system
 
-BROKEN_powerpc64=	fails to compile: swigutil_rb.c: 'ruby_errinfo' undeclared
-
 USE_RUBY=	yes
 
 PORTREVISION_111=	0

Modified: head/net-mgmt/ng_ipacct/Makefile
==============================================================================
--- head/net-mgmt/ng_ipacct/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/net-mgmt/ng_ipacct/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -12,7 +12,6 @@ LICENSE=	BSD2CLAUSE
 
 BROKEN_armv6=		fails to build: ng_ipacct_hash.h:52:2: implicit declaration of function 'MALLOC' is invalid in C99
 BROKEN_armv7=		fails to build: ng_ipacct_hash.h:52:2: implicit declaration of function 'MALLOC' is invalid in C99
-BROKEN_powerpc64=	fails to build: pcpu.h: error: size of array '__assert_0' is negative
 
 USE_GITHUB=	yes
 USES=		kmod uidfix

Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/net/mosh/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -15,8 +15,6 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf
 
-BROKEN_powerpc64=	fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
-
 USE_PERL5=	run
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-utempter --without-ncurses

Modified: head/net/zerotier/Makefile
==============================================================================
--- head/net/zerotier/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/net/zerotier/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -14,8 +14,6 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3+ =${WRKSRC}/LICENSE.GPL-3
 LICENSE_FILE_MIT=${WRKSRC}/ext/json/LICENSE.MIT
 
-BROKEN_powerpc64=	fails to compile: clang: not found
-
 USES=		gmake compiler:c++14-lang
 USE_RC_SUBR=	zerotier
 

Modified: head/science/colt/Makefile
==============================================================================
--- head/science/colt/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/science/colt/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -10,8 +10,6 @@ MASTER_SITES=	http://acs.lbl.gov/software/colt/colt-do
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java package for scalable scientific and technical computing
 
-BROKEN_powerpc64=	fails to compile: src/cern/clhep/PhysicalConstants.java:2: unmappable character for encoding ASCII
-
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/security/iaikpkcs11wrapper/Makefile
==============================================================================
--- head/security/iaikpkcs11wrapper/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/security/iaikpkcs11wrapper/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -11,7 +11,6 @@ MAINTAINER=	ale@FreeBSD.org
 COMMENT=	PKCS\#11 Java wrapper
 
 BROKEN_aarch64=		fails to link: /tmp/pkcs11wrapper-01d033.o is incompatible with /usr/lib/crti.o
-BROKEN_powerpc64=	fails to link: cannot find -lgcc
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 

Modified: head/sysutils/lttng-tools/Makefile
==============================================================================
--- head/sysutils/lttng-tools/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/sysutils/lttng-tools/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -19,8 +19,6 @@ LIB_DEPENDS=	libpopt.so:devel/popt \
 	    liburcu.so:sysutils/liburcu \
 	    liblttng-ust-ctl.so:sysutils/lttng-ust
 
-BROKEN_powerpc64=	fails to compile: cc: Internal error: Segmentation fault (program ld)
-
 USES=		autoreconf bison compiler:c11 gnome libtool localbase pathfix \
 		pkgconfig shebangfix tar:bzip2
 USE_LDCONFIG=	yes

Modified: head/textproc/heirloom-doctools/Makefile
==============================================================================
--- head/textproc/heirloom-doctools/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/textproc/heirloom-doctools/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -10,8 +10,6 @@ COMMENT=	Portable and enhanced troff, nroff, and relat
 
 LICENSE=	CDDL
 
-BROKEN_powerpc64=	fails to package: Unable to access file pub/utf-8: No such file or directory
-
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	n-t-roff

Modified: head/www/jericho-html/Makefile
==============================================================================
--- head/www/jericho-html/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/www/jericho-html/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -9,8 +9,6 @@ MASTER_SITES=	SF/jerichohtml/${PORTNAME}/${PORTVERSION
 MAINTAINER=	saper@saper.info
 COMMENT=	Java library to analyse and manipulate HTML
 
-BROKEN_powerpc64=	fails to compile: src/java/net/htmlparser/jericho/Renderer.java:372: unmappable character for encoding ASCII
-
 USES=		zip
 USE_JAVA=	yes
 

Modified: head/www/pear-XML_GRDDL/Makefile
==============================================================================
--- head/www/pear-XML_GRDDL/Makefile	Mon Apr 15 04:21:32 2019	(r498994)
+++ head/www/pear-XML_GRDDL/Makefile	Mon Apr 15 05:55:23 2019	(r498995)
@@ -17,8 +17,6 @@ RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP
 		${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} \
 		${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}
 
-BROKEN_powerpc64=	fails to package: Generating packing list with pear: Signal 11
-
 USES=		pear php
 USE_PHP=	xsl tidy
 



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