From owner-svn-ports-head@freebsd.org Tue Dec 11 17:03:58 2018 Return-Path: Delivered-To: svn-ports-head@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 75C8B130ABED; Tue, 11 Dec 2018 17:03:58 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C19381044; Tue, 11 Dec 2018 17:03:58 +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 E21492955; Tue, 11 Dec 2018 17:03:57 +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 wBBH3v0G090690; Tue, 11 Dec 2018 17:03:57 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBBH3qwd090664; Tue, 11 Dec 2018 17:03:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812111703.wBBH3qwd090664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 11 Dec 2018 17:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487243 - in head: audio/caps-lv2 audio/ncmpcpp comms/uarduno emulators/hatari graphics/aseprite graphics/kix-kmod math/acalc math/blis math/flint2 math/gap math/qalculate multimedia/cu... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: audio/caps-lv2 audio/ncmpcpp comms/uarduno emulators/hatari graphics/aseprite graphics/kix-kmod math/acalc math/blis math/flint2 math/gap math/qalculate multimedia/cuse4bsd-kmod multimedia/no... X-SVN-Commit-Revision: 487243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0C19381044 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.57 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.57)[-0.567,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 11 Dec 2018 17:03:58 -0000 Author: linimon Date: Tue Dec 11 17:03:52 2018 New Revision: 487243 URL: https://svnweb.freebsd.org/changeset/ports/487243 Log: These ports now build on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/audio/caps-lv2/Makefile head/audio/ncmpcpp/Makefile head/comms/uarduno/Makefile head/emulators/hatari/Makefile head/graphics/aseprite/Makefile head/graphics/kix-kmod/Makefile head/math/acalc/Makefile head/math/blis/Makefile head/math/flint2/Makefile head/math/gap/Makefile head/math/qalculate/Makefile head/multimedia/cuse4bsd-kmod/Makefile head/multimedia/nordlicht/Makefile head/multimedia/pwcbsd/Makefile head/net-mgmt/pmacct/Makefile head/net/aoe/Makefile head/net/intel-em-kmod/Makefile head/net/isboot-kmod/Makefile head/net/ng_mikrotik_eoip/Makefile head/news/nntpcache/Makefile head/print/pecl-pdflib/Makefile head/textproc/ffe/Makefile head/textproc/rubygem-cld3/Makefile Modified: head/audio/caps-lv2/Makefile ============================================================================== --- head/audio/caps-lv2/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/audio/caps-lv2/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -12,8 +12,6 @@ COMMENT= LV2 version of the C* Audio Plugin Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11 - BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake localbase Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/audio/ncmpcpp/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -19,8 +19,6 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl -BROKEN_powerpc64= fails to compile: tags.cpp: undefined reference to TagLib::String::to8Bit - USES= compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 Modified: head/comms/uarduno/Makefile ============================================================================== --- head/comms/uarduno/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/comms/uarduno/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -12,8 +12,6 @@ COMMENT= FreeBSD Kernel Driver for the Arduino Uno USB LICENSE= BSD4CLAUSE -BROKEN_powerpc64= fails to compile: pcpu.h: error: size of array '__assert_0' is negative - USES= kmod uidfix # some test targets need a predictable source directory Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/emulators/hatari/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt BROKEN_aarch64= fails to configure: error: unrecognized CPU type BROKEN_armv6= fails to configure: CMake Error: Generator: execution of make failed -BROKEN_powerpc64= fails to compile: sysdeps.h: redefinition of typedef 'uae_u8' LIB_DEPENDS= libportaudio.so:audio/portaudio \ libpng.so:graphics/png Modified: head/graphics/aseprite/Makefile ============================================================================== --- head/graphics/aseprite/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/graphics/aseprite/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -15,6 +15,11 @@ LICENSE_NAME= END-USER LICENSE AGREEMENT FOR ASEPRITE LICENSE_FILE= ${WRKSRC}/EULA.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +BROKEN_aarch64= fails to compile: undefined reference to __va_copy +BROKEN_armv6= fails to compile: undefined reference to __va_copy +BROKEN_armv7= fails to compile: undefined reference to __va_copy +BROKEN_sparc64= fails to compile: vsnprintf is not a member of std + EXTRACT_DEPENDS= ${NONEXISTENT}:x11/pixman:extract LIB_DEPENDS= liballeg.so:devel/allegro \ libcmark.so:textproc/cmark \ @@ -29,12 +34,6 @@ LIB_DEPENDS= liballeg.so:devel/allegro \ libpng.so:graphics/png \ libtinyxml.so:textproc/tinyxml \ libzstd.so:archivers/zstd - -BROKEN_aarch64= fails to compile: undefined reference to __va_copy -BROKEN_armv6= fails to compile: undefined reference to __va_copy -BROKEN_armv7= fails to compile: undefined reference to __va_copy -BROKEN_powerpc64= fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0" -BROKEN_sparc64= fails to compile: vsnprintf is not a member of std USES= cmake:outsource compiler:c++11-lib iconv:wchar_t jpeg localbase:ldflags pkgconfig ssl USE_GITHUB= yes Modified: head/graphics/kix-kmod/Makefile ============================================================================== --- head/graphics/kix-kmod/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/graphics/kix-kmod/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -12,8 +12,6 @@ PKGNAMESUFFIX= -kmod MAINTAINER= jon@witchspace.com COMMENT= Graphical screensaver kernel module -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative - USES= kmod MAKE_ENV+= WERROR= Modified: head/math/acalc/Makefile ============================================================================== --- head/math/acalc/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/math/acalc/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -13,8 +13,6 @@ LICENSE= BSD4CLAUSE DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" - USE_GITHUB= yes GH_ACCOUNT= anpp Modified: head/math/blis/Makefile ============================================================================== --- head/math/blis/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/math/blis/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ llvm60>=0:devel/llvm60 -BROKEN_powerpc64= fails to configure: common.mk:118: Unable to determine compiler vendor - OPTIONS_DEFINE= PARA CBLAS PARA_DESC= use pthread parallelization CBLAS_DESC= build the CBLAS compatibility layer Modified: head/math/flint2/Makefile ============================================================================== --- head/math/flint2/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/math/flint2/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -19,7 +19,6 @@ BROKEN_armv6= fails to compile: invokes x86 assembler BROKEN_armv7= fails to compile: invokes x86 assembler BROKEN_mips= fails to compile: invokes x86 assembler BROKEN_mips64= fails to compile: invokes x86 assembler -BROKEN_powerpc64= fails to compile: invokes x86 assembler LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr Modified: head/math/gap/Makefile ============================================================================== --- head/math/gap/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/math/gap/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -14,10 +14,9 @@ COMMENT= GAP is a system for computational discrete al LICENSE= GPLv2+ -LIB_DEPENDS= libgmp.so:math/gmp - BROKEN_aarch64= fails to link: undefined reference to SyAllocBags -BROKEN_powerpc64= fails to package: 2_manifolds_54.scb: No such file or directory + +LIB_DEPENDS= libgmp.so:math/gmp USES= gmake shebangfix tar:bzip2 SHEBANG_FILES= configure \ Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/math/qalculate/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -14,8 +14,6 @@ COMMENT= Multi-purpose desktop calculator (GTK+3 front LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: main.cc: undefined reference to Calculator::temporaryCategory[abi:cxx11]() - LIB_DEPENDS= libqalculate.so:math/libqalculate RUN_DEPENDS= gnuplot:math/gnuplot Modified: head/multimedia/cuse4bsd-kmod/Makefile ============================================================================== --- head/multimedia/cuse4bsd-kmod/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/multimedia/cuse4bsd-kmod/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -9,15 +9,15 @@ MASTER_SITES= http://www.selasky.org/hans_petter/distf MAINTAINER= hselasky@FreeBSD.org COMMENT= Cuse4BSD character device loopback driver for userspace -CONFLICTS= video4bsd-kmod* - BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 -BROKEN_powerpc64= fails to compile: pcpu.h: error: size of array '__assert_0' is negative +CONFLICTS= video4bsd-kmod* + KMODNAME= cuse4bsd LIBDIR= ${PREFIX}/lib INCLUDEDIR= ${PREFIX}/include MANDIR= ${PREFIX}/man/man +USES= kmod tar:bzip2 uidfix USE_LDCONFIG= yes PLIST_SUB= KMODNAME="${KMODNAME}" \ @@ -26,8 +26,6 @@ PLIST_SUB= KMODNAME="${KMODNAME}" \ MANDIR="${MANDIR}" OPTIONS_DEFINE= DEBUG - -USES= kmod tar:bzip2 uidfix .include Modified: head/multimedia/nordlicht/Makefile ============================================================================== --- head/multimedia/nordlicht/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/multimedia/nordlicht/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -13,6 +13,8 @@ COMMENT= Create moodbars from video files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_aarch64= Fails to install: runaway process + BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libpopt.so:devel/popt \ @@ -24,9 +26,6 @@ USES= cmake:outsource pkgconfig shebangfix USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} - -BROKEN_aarch64= Fails to install: runaway process -BROKEN_powerpc64= Does not build SHEBANG_FILES= utils/mpv-nordlicht Modified: head/multimedia/pwcbsd/Makefile ============================================================================== --- head/multimedia/pwcbsd/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/multimedia/pwcbsd/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -14,8 +14,6 @@ COMMENT= The Linux pwc webcam driver ported to FreeBSD LICENSE= GPLv2 -BROKEN_powerpc64= fails to compile: pcpu.h:187: error: size of array '__assert_0' is negative - CONFLICTS= pwcview-[0-9]* SSP_UNSAFE= kernel module does not support ssp Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/net-mgmt/pmacct/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -13,7 +13,6 @@ COMMENT= Accounting and aggregation tool for IPv4 and LICENSE= GPLv2 BROKEN_aarch64= fails to build: undefined reference to sbrk -BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld) USE_RC_SUBR= pmacctd nfacctd sfacctd SUB_FILES= pkg-message Modified: head/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/net/aoe/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -14,7 +14,6 @@ COMMENT= FreeBSD driver for ATA over Ethernet (AoE) BROKEN_aarch64= fails to compile: redefinition of frame BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_armv7= fails to compile: redefinition of frame -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative BROKEN_sparc64= fails to compile: redefinition of frame USES= kmod Modified: head/net/intel-em-kmod/Makefile ============================================================================== --- head/net/intel-em-kmod/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/net/intel-em-kmod/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -11,7 +11,6 @@ MAINTAINER= freebsd@intel.com COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative MAX_NETMAP_OSVERSION= 1199999 # Doesn't build w/NETMAP on 12 Modified: head/net/isboot-kmod/Makefile ============================================================================== --- head/net/isboot-kmod/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/net/isboot-kmod/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -15,7 +15,6 @@ LICENSE= BSD2CLAUSE BROKEN_aarch64= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_armv7= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative USES= kmod uidfix SUB_FILES= pkg-message Modified: head/net/ng_mikrotik_eoip/Makefile ============================================================================== --- head/net/ng_mikrotik_eoip/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/net/ng_mikrotik_eoip/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -11,8 +11,6 @@ COMMENT= Netgraph node for Mikrotik EoIP tunneling LICENSE= BSD2CLAUSE -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative - SSP_UNSAFE= kernel module does not support ssp OPTIONS_DEFINE= PTABLE Modified: head/news/nntpcache/Makefile ============================================================================== --- head/news/nntpcache/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/news/nntpcache/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -12,7 +12,6 @@ COMMENT= News caching/anti-spam/server-merging system BROKEN_aarch64= fails to link: missing sbrk BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped -BROKEN_powerpc64= fails to install: ./mmap_tests: Quit (core dumped) NO_CDROM= Free for individuals and non-military, non-profit organisations only Modified: head/print/pecl-pdflib/Makefile ============================================================================== --- head/print/pecl-pdflib/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/print/pecl-pdflib/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -12,8 +12,6 @@ LICENSE= PHP30 LIB_DEPENDS= libpdf.so:print/pdflib -BROKEN_powerpc64= Does not build - USES= php:pecl USE_PHP= gd:build PHP_MODNAME= pdf Modified: head/textproc/ffe/Makefile ============================================================================== --- head/textproc/ffe/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/textproc/ffe/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -13,8 +13,6 @@ COMMENT= Flat file extractor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" - USES= makeinfo localbase GNU_CONFIGURE= yes Modified: head/textproc/rubygem-cld3/Makefile ============================================================================== --- head/textproc/rubygem-cld3/Makefile Tue Dec 11 16:38:44 2018 (r487242) +++ head/textproc/rubygem-cld3/Makefile Tue Dec 11 17:03:52 2018 (r487243) @@ -11,13 +11,11 @@ COMMENT= Compact Language Detection for Ruby LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to install: Error installing cld3-3.1.2.gem: Failed to build gem native extension - RUN_DEPENDS= protobuf>0:devel/protobuf \ rubygem-ffi>0:devel/rubygem-ffi -USE_RUBY= yes USES= gem pkgconfig +USE_RUBY= yes ## do-install here to prevent removal of ext do-install: