These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-12-11 17:03:52 +00:00
parent 68cfee0d22
commit e19c44cecf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487243
23 changed files with 13 additions and 49 deletions

View file

@ -12,8 +12,6 @@ COMMENT= LV2 version of the C* Audio Plugin Suite
LICENSE= GPLv3 LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11
BUILD_DEPENDS= lv2>0:audio/lv2 BUILD_DEPENDS= lv2>0:audio/lv2
USES= gmake localbase USES= gmake localbase

View file

@ -19,8 +19,6 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
libboost_filesystem.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \
libcurl.so:ftp/curl 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 USES= compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GNOME= glib20 USE_GNOME= glib20

View file

@ -12,8 +12,6 @@ COMMENT= FreeBSD Kernel Driver for the Arduino Uno USB interface
LICENSE= BSD4CLAUSE LICENSE= BSD4CLAUSE
BROKEN_powerpc64= fails to compile: pcpu.h: error: size of array '__assert_0' is negative
USES= kmod uidfix USES= kmod uidfix
# some test targets need a predictable source directory # some test targets need a predictable source directory

View file

@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt
BROKEN_aarch64= fails to configure: error: unrecognized CPU type BROKEN_aarch64= fails to configure: error: unrecognized CPU type
BROKEN_armv6= fails to configure: CMake Error: Generator: execution of make failed 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 \ LIB_DEPENDS= libportaudio.so:audio/portaudio \
libpng.so:graphics/png libpng.so:graphics/png

View file

@ -15,6 +15,11 @@ LICENSE_NAME= END-USER LICENSE AGREEMENT FOR ASEPRITE
LICENSE_FILE= ${WRKSRC}/EULA.txt LICENSE_FILE= ${WRKSRC}/EULA.txt
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept 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 EXTRACT_DEPENDS= ${NONEXISTENT}:x11/pixman:extract
LIB_DEPENDS= liballeg.so:devel/allegro \ LIB_DEPENDS= liballeg.so:devel/allegro \
libcmark.so:textproc/cmark \ libcmark.so:textproc/cmark \
@ -30,12 +35,6 @@ LIB_DEPENDS= liballeg.so:devel/allegro \
libtinyxml.so:textproc/tinyxml \ libtinyxml.so:textproc/tinyxml \
libzstd.so:archivers/zstd 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 USES= cmake:outsource compiler:c++11-lib iconv:wchar_t jpeg localbase:ldflags pkgconfig ssl
USE_GITHUB= yes USE_GITHUB= yes
GH_TUPLE= aseprite:libarchive:c51dbfc:libarchive/third_party/libarchive GH_TUPLE= aseprite:libarchive:c51dbfc:libarchive/third_party/libarchive

View file

@ -12,8 +12,6 @@ PKGNAMESUFFIX= -kmod
MAINTAINER= jon@witchspace.com MAINTAINER= jon@witchspace.com
COMMENT= Graphical screensaver kernel module COMMENT= Graphical screensaver kernel module
BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
USES= kmod USES= kmod
MAKE_ENV+= WERROR= MAKE_ENV+= WERROR=

View file

@ -13,8 +13,6 @@ LICENSE= BSD4CLAUSE
DEPRECATED= Qt4 has been EOL since december 2015 DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2019-03-15 EXPIRATION_DATE= 2019-03-15
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= anpp GH_ACCOUNT= anpp

View file

@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:shells/bash \ BUILD_DEPENDS= bash:shells/bash \
llvm60>=0:devel/llvm60 llvm60>=0:devel/llvm60
BROKEN_powerpc64= fails to configure: common.mk:118: Unable to determine compiler vendor
OPTIONS_DEFINE= PARA CBLAS OPTIONS_DEFINE= PARA CBLAS
PARA_DESC= use pthread parallelization PARA_DESC= use pthread parallelization
CBLAS_DESC= build the CBLAS compatibility layer CBLAS_DESC= build the CBLAS compatibility layer

View file

@ -19,7 +19,6 @@ BROKEN_armv6= fails to compile: invokes x86 assembler
BROKEN_armv7= fails to compile: invokes x86 assembler BROKEN_armv7= fails to compile: invokes x86 assembler
BROKEN_mips= fails to compile: invokes x86 assembler BROKEN_mips= fails to compile: invokes x86 assembler
BROKEN_mips64= 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 \ LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr libmpfr.so:math/mpfr

View file

@ -14,10 +14,9 @@ COMMENT= GAP is a system for computational discrete algebra
LICENSE= GPLv2+ LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
BROKEN_aarch64= fails to link: undefined reference to SyAllocBags 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 USES= gmake shebangfix tar:bzip2
SHEBANG_FILES= configure \ SHEBANG_FILES= configure \

View file

@ -14,8 +14,6 @@ COMMENT= Multi-purpose desktop calculator (GTK+3 frontend)
LICENSE= GPLv2+ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to compile: main.cc: undefined reference to Calculator::temporaryCategory[abi:cxx11]()
LIB_DEPENDS= libqalculate.so:math/libqalculate LIB_DEPENDS= libqalculate.so:math/libqalculate
RUN_DEPENDS= gnuplot:math/gnuplot RUN_DEPENDS= gnuplot:math/gnuplot

View file

@ -9,15 +9,15 @@ MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
MAINTAINER= hselasky@FreeBSD.org MAINTAINER= hselasky@FreeBSD.org
COMMENT= Cuse4BSD character device loopback driver for userspace 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_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 KMODNAME= cuse4bsd
LIBDIR= ${PREFIX}/lib LIBDIR= ${PREFIX}/lib
INCLUDEDIR= ${PREFIX}/include INCLUDEDIR= ${PREFIX}/include
MANDIR= ${PREFIX}/man/man MANDIR= ${PREFIX}/man/man
USES= kmod tar:bzip2 uidfix
USE_LDCONFIG= yes USE_LDCONFIG= yes
PLIST_SUB= KMODNAME="${KMODNAME}" \ PLIST_SUB= KMODNAME="${KMODNAME}" \
@ -27,8 +27,6 @@ PLIST_SUB= KMODNAME="${KMODNAME}" \
OPTIONS_DEFINE= DEBUG OPTIONS_DEFINE= DEBUG
USES= kmod tar:bzip2 uidfix
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
MAKE_ARGS+= PTHREAD_LIBS="-lpthread" MAKE_ARGS+= PTHREAD_LIBS="-lpthread"

View file

@ -13,6 +13,8 @@ COMMENT= Create moodbars from video files
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.md LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_aarch64= Fails to install: runaway process
BUILD_DEPENDS= help2man:misc/help2man BUILD_DEPENDS= help2man:misc/help2man
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libpopt.so:devel/popt \ libpopt.so:devel/popt \
@ -25,9 +27,6 @@ USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION} PLIST_SUB= PORTVERSION=${PORTVERSION}
BROKEN_aarch64= Fails to install: runaway process
BROKEN_powerpc64= Does not build
SHEBANG_FILES= utils/mpv-nordlicht SHEBANG_FILES= utils/mpv-nordlicht
OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFINE= EXAMPLES

View file

@ -14,8 +14,6 @@ COMMENT= The Linux pwc webcam driver ported to FreeBSD
LICENSE= GPLv2 LICENSE= GPLv2
BROKEN_powerpc64= fails to compile: pcpu.h:187: error: size of array '__assert_0' is negative
CONFLICTS= pwcview-[0-9]* CONFLICTS= pwcview-[0-9]*
SSP_UNSAFE= kernel module does not support ssp SSP_UNSAFE= kernel module does not support ssp

View file

@ -13,7 +13,6 @@ COMMENT= Accounting and aggregation tool for IPv4 and IPv6 traffic
LICENSE= GPLv2 LICENSE= GPLv2
BROKEN_aarch64= fails to build: undefined reference to sbrk 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 USE_RC_SUBR= pmacctd nfacctd sfacctd
SUB_FILES= pkg-message SUB_FILES= pkg-message

View file

@ -14,7 +14,6 @@ COMMENT= FreeBSD driver for ATA over Ethernet (AoE)
BROKEN_aarch64= fails to compile: redefinition of frame 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_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
BROKEN_armv7= fails to compile: redefinition of frame 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 BROKEN_sparc64= fails to compile: redefinition of frame
USES= kmod USES= kmod

View file

@ -11,7 +11,6 @@ MAINTAINER= freebsd@intel.com
COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet 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_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 MAX_NETMAP_OSVERSION= 1199999 # Doesn't build w/NETMAP on 12

View file

@ -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_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_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_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 USES= kmod uidfix
SUB_FILES= pkg-message SUB_FILES= pkg-message

View file

@ -11,8 +11,6 @@ COMMENT= Netgraph node for Mikrotik EoIP tunneling
LICENSE= BSD2CLAUSE LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
SSP_UNSAFE= kernel module does not support ssp SSP_UNSAFE= kernel module does not support ssp
OPTIONS_DEFINE= PTABLE OPTIONS_DEFINE= PTABLE

View file

@ -12,7 +12,6 @@ COMMENT= News caching/anti-spam/server-merging system
BROKEN_aarch64= fails to link: missing sbrk BROKEN_aarch64= fails to link: missing sbrk
BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped 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 NO_CDROM= Free for individuals and non-military, non-profit organisations only

View file

@ -12,8 +12,6 @@ LICENSE= PHP30
LIB_DEPENDS= libpdf.so:print/pdflib LIB_DEPENDS= libpdf.so:print/pdflib
BROKEN_powerpc64= Does not build
USES= php:pecl USES= php:pecl
USE_PHP= gd:build USE_PHP= gd:build
PHP_MODNAME= pdf PHP_MODNAME= pdf

View file

@ -13,8 +13,6 @@ COMMENT= Flat file extractor
LICENSE= GPLv2+ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
USES= makeinfo localbase USES= makeinfo localbase
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -11,13 +11,11 @@ COMMENT= Compact Language Detection for Ruby
LICENSE= APACHE20 LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE 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 \ RUN_DEPENDS= protobuf>0:devel/protobuf \
rubygem-ffi>0:devel/rubygem-ffi rubygem-ffi>0:devel/rubygem-ffi
USE_RUBY= yes
USES= gem pkgconfig USES= gem pkgconfig
USE_RUBY= yes
## do-install here to prevent removal of ext ## do-install here to prevent removal of ext
do-install: do-install: