From owner-svn-ports-all@freebsd.org Mon Apr 15 05:55:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DBB81589D80; Mon, 15 Apr 2019 05:55:29 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3F536A0D1; Mon, 15 Apr 2019 05:55:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A079A3D34; Mon, 15 Apr 2019 05:55:28 +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 x3F5tSCQ004482; Mon, 15 Apr 2019 05:55:28 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3F5tOU9004460; Mon, 15 Apr 2019 05:55:24 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201904150555.x3F5tOU9004460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 15 Apr 2019 05:55:24 +0000 (UTC) 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-... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: 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-subversion net-mgmt/ng_ip... X-SVN-Commit-Revision: 498995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B3F536A0D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2019 05:55:29 -0000 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