diff options
-rw-r--r-- | audio/beast/Makefile | 2 | ||||
-rw-r--r-- | audio/bristol/Makefile | 2 | ||||
-rw-r--r-- | audio/gnomoradio/Makefile | 4 | ||||
-rw-r--r-- | audio/gnuspeechsa/Makefile | 2 | ||||
-rw-r--r-- | audio/mhwaveedit/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/nosqlbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/smhasher/Makefile | 2 | ||||
-rw-r--r-- | cad/repsnapper/Makefile | 4 | ||||
-rw-r--r-- | databases/percona-pam-for-mysql/Makefile | 6 | ||||
-rw-r--r-- | databases/percona56-server/Makefile | 7 | ||||
-rw-r--r-- | databases/riak2/Makefile | 3 | ||||
-rw-r--r-- | devel/art/Makefile | 4 | ||||
-rw-r--r-- | devel/tigcc/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu-riscv/Makefile | 2 | ||||
-rw-r--r-- | games/cheech/Makefile | 4 | ||||
-rw-r--r-- | games/ember/Makefile | 4 | ||||
-rw-r--r-- | games/freedoko/Makefile | 4 | ||||
-rw-r--r-- | games/stonesoup/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimmage/Makefile | 4 | ||||
-rw-r--r-- | math/asir2000/Makefile | 8 | ||||
-rw-r--r-- | math/clp/Makefile | 2 | ||||
-rw-r--r-- | math/vowpal_wabbit/Makefile | 2 | ||||
-rw-r--r-- | multimedia/bombono/Makefile | 4 | ||||
-rw-r--r-- | multimedia/kissdx/Makefile | 2 | ||||
-rw-r--r-- | multimedia/tvheadend/Makefile | 4 | ||||
-rw-r--r-- | net/userfw/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 4 |
27 files changed, 54 insertions, 44 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index c39adf958726..e24a2f97b5e4 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -48,7 +48,7 @@ SSE_VARS= SSE_FLAGS="-mmmx -msse" .include <bsd.port.pre.mk> -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to package: bseblockutils.SSE.so: No such file or directory MAKE_JOBS_UNSAFE= yes diff --git a/audio/bristol/Makefile b/audio/bristol/Makefile index 27fcd8f6b397..d87c9af4f0aa 100644 --- a/audio/bristol/Makefile +++ b/audio/bristol/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-alsa --enable-oss \ BROKEN_aarch64= Does not build: error: unknown FP unit 'sse' BROKEN_armv6= Does not build: error: unknown FP unit 'sse' BROKEN_mips64= Does not build: error: unknown FP unit 'sse' -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: unknown FP unit 'sse' PORTDATA= * diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 37e3fd46b4f8..bcd934021803 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Program for finding and playing free music from the Internet -BROKEN= fails to build - LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libao.so:audio/libao +BROKEN= fails to compile: trackable.h: expected ';' at end of declaration list + USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= gconfmm26 gnomeprefix gtkmm24 diff --git a/audio/gnuspeechsa/Makefile b/audio/gnuspeechsa/Makefile index f77137fdc28f..5cd160483793 100644 --- a/audio/gnuspeechsa/Makefile +++ b/audio/gnuspeechsa/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= Does not build: the clang compiler does not support -march=native -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: the clang compiler does not support -march=native USES= cmake compiler:c++11-lib diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index a7ce8278f51d..c9d071e4e2dc 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -18,8 +18,8 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsalib --without-arts -BROKEN_sparc64= Does not compile on sparc64 -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= fails to compile on powerpc64: convert_inc.c: conflicting types for 'C_FLOAT_PCM32SBEPM' +BROKEN_sparc64= fails to compile on sparc64 OPTIONS_DEFINE= DOUBLE_SAMPLES ESOUND JACK LADSPA OSS PORTAUDIO \ PULSEAUDIO SAMPLERATE SDL SNDFILE NLS diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index 5caf43c33a2e..7e472f6d0bf6 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -19,7 +19,7 @@ USES= cmake tar:bzip2 CONFLICTS= tarantool-c BROKEN_aarch64= Does not build: clang does not support -march=native -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Does not build: clang does not support -march=native post-install: ${INSTALL_DATA} ${WRKSRC}/sources/nosqlbench.conf \ diff --git a/benchmarks/smhasher/Makefile b/benchmarks/smhasher/Makefile index cbfb33950c66..e71ba91ea34c 100644 --- a/benchmarks/smhasher/Makefile +++ b/benchmarks/smhasher/Makefile @@ -12,7 +12,7 @@ COMMENT= Hash Algorithm Benchmarking LICENSE= MIT -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to compile: City.cpp: byteswap.h: No such file or directory USE_GITHUB= yes GH_ACCOUNT= gvnn3 diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile index 051f70c69c12..b64483b1ec42 100644 --- a/cad/repsnapper/Makefile +++ b/cad/repsnapper/Makefile @@ -16,11 +16,11 @@ COMMENT= Controller and GCode generator for RepRap 3D printers LICENSE= GPLv2 BSD3CLAUSE MIT LICENSE_COMB= multi -BROKEN= fails to build - LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ libzip.so:archivers/libzip \ +BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list + USES= autoreconf gmake libtool perl5 pkgconfig USE_GNOME= gtkmm24 intltool libxml++26 USE_GL= gl diff --git a/databases/percona-pam-for-mysql/Makefile b/databases/percona-pam-for-mysql/Makefile index 3e570e6489c7..091df63cc1ce 100644 --- a/databases/percona-pam-for-mysql/Makefile +++ b/databases/percona-pam-for-mysql/Makefile @@ -7,6 +7,12 @@ PKGNAMESUFFIX= -pam-for-mysql COMMENT= PAM plugin for MySQL +BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier +BROKEN_mips= fails to configure: CMake Error: Generator: execution of make failed +BROKEN_mips64= fails to configure: CMake Error: Generator: execution of make failed +NOT_FOR_ARCHS= powerpc64 +NOT_FOR_ARCHS_REASON= unsupported platform + MASTERDIR= ${.CURDIR}/../percona56-server PKGMESSAGE= ${.CURDIR}/pkg-message diff --git a/databases/percona56-server/Makefile b/databases/percona56-server/Makefile index b855e875bb46..a0df827b0a4d 100644 --- a/databases/percona56-server/Makefile +++ b/databases/percona56-server/Makefile @@ -12,7 +12,8 @@ DISTNAME= percona-server-${DISTVERSION} MAINTAINER= flo@FreeBSD.org COMMENT?= Multithreaded SQL database (server) -BROKEN_powerpc64= Does not build: #error Unsupported platform +NOT_FOR_ARCHS= powerpc64 +NOT_FOR_ARCHS_REASON= unsupported platform SLAVEDIRS= databases/percona56-client \ databases/percona-pam-for-mysql @@ -97,10 +98,6 @@ post-patch: .include <bsd.port.pre.mk> -.if ${ARCH} == "arm" -BROKEN= Does not compile on arm -.endif - .if ${PORT_OPTIONS:MTOKUDB} NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= TokuDB not supported on 32-bit platforms, see \ diff --git a/databases/riak2/Makefile b/databases/riak2/Makefile index a194e0e36503..da7d98adac42 100644 --- a/databases/riak2/Makefile +++ b/databases/riak2/Makefile @@ -29,9 +29,8 @@ USE_RC_SUBR= riak USE_GCC= yes BROKEN_i386= does not build -BROKEN_powerpc64= does not build BROKEN_sparc64= does not build: Please implement AtomicPointer for this platform -NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS= aarch64 powerpc64 NOT_FOR_ARCHS_REASON= does not build: error: Unknown CPU architecture USERS= riak diff --git a/devel/art/Makefile b/devel/art/Makefile index 763027accd23..f07394cad779 100644 --- a/devel/art/Makefile +++ b/devel/art/Makefile @@ -13,10 +13,10 @@ COMMENT= Resource tracing, debugging, and profiling tool LICENSE= GPLv3 -BROKEN= fails to build - LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 +BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list + USES= gmake pkgconfig OPTIONS_DEFINE= DOCS diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index 4ff2d6388568..48a2ba904c38 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -15,7 +15,10 @@ DISTFILES= gcc-core-4.1-20060728.tar.bz2:gcc \ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= C compiler for the TI89, 92, and 92+ calculators -BROKEN_powerpc64= Does not build +BROKEN_mips= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_powerpc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_sparc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable USE_CSTD= gnu89 USES= bison compiler:nestedfct gmake tar:bzip2 diff --git a/emulators/qemu-riscv/Makefile b/emulators/qemu-riscv/Makefile index 6a85728ccf2b..15274885bea1 100644 --- a/emulators/qemu-riscv/Makefile +++ b/emulators/qemu-riscv/Makefile @@ -11,6 +11,8 @@ COMMENT= QEMU with RISC-V (RV64GC, RV32GC) emulation support LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: async.c: internal compiler error: Segmentation fault + USE_GITHUB= yes GH_ACCOUNT= riscv GH_PROJECT= riscv-qemu diff --git a/games/cheech/Makefile b/games/cheech/Makefile index 2465face3726..506db1996711 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -13,10 +13,10 @@ COMMENT= Multiplayer Chinese Checkers game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build - LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list + OPTIONS_DEFINE= DOCS USES= gmake pkgconfig tar:tgz diff --git a/games/ember/Makefile b/games/ember/Makefile index d775eb774863..04f55d5a2e84 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -15,8 +15,6 @@ COMMENT= Ember is a WorldForge 3D client using the OGRE 3D library LICENSE= GPLv3 -BROKEN= fails to build - BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ @@ -27,6 +25,8 @@ LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libboost_thread.so:devel/boost-libs \ libCEGUIBase-0.so:graphics/cegui +BROKEN= fails to compile: ServerService.h: 'sigc++/object_slot.h' file not found + CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc \ --program-transform-name= --disable-cppunit --disable-debug \ --with-boost=${LOCALBASE} --with-toluaxx=${TOLUAXX_CMD} diff --git a/games/freedoko/Makefile b/games/freedoko/Makefile index 88bf1db7d8fd..3a209258906f 100644 --- a/games/freedoko/Makefile +++ b/games/freedoko/Makefile @@ -14,10 +14,10 @@ COMMENT= Play the card game Doppelkopf LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../doc/GPL -BROKEN= fails to build - LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN= fails to compile: refptr.h: expected ';' at end of declaration list + WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USES= gmake pkgconfig zip:infozip diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index addfd7ca01e8..391db01f7b4c 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -15,8 +15,9 @@ COMMENT= Dungeon Crawl Stone Soup - a fun, free rogue-like game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../licence.txt -BROKEN_armv6= Does not build: error: Missing platform #define or unsupported compiler -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to compile: tool/tile.h: 'nullptr' was not declared in this scope +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= missing platform \#define or unsupported compiler USES= bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \ shebangfix sqlite tar:xz diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index b8dd9d71c7cc..6fd97150ff81 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -13,10 +13,10 @@ COMMENT= Simple image viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build - LIB_DEPENDS= libcurl.so:ftp/curl +BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list + USES= desktop-file-utils gettext pkgconfig USE_GNOME= gtkmm24 GNU_CONFIGURE= yes diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 8ed76a77eb8d..44ce4acad19d 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -18,10 +18,12 @@ LICENSE_NAME= Risa/Asir Limited Use License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN= does not build - LIB_DEPENDS= libpari.so:math/pari +BROKEN= does not compile: paridecl.h: conflicting types for 'mulreal' +NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS_REASON= fails to compile: the collector has not been ported to this machine/OS combination + MAKE_JOBS_UNSAFE= yes USES= autoreconf readline tar:bz2 USE_XORG= x11 xaw xext xt @@ -35,8 +37,6 @@ ASIR_DOC= asirdoc-${ASIR_DOC_VERSION}${EXTRACT_SUFX} GC_SRC= gc-${GC_VERSION}.tar.gz WRKSRC= ${WRKDIR}/asir2000 -BROKEN_aarch64= Fails to compile: the collector has not been ported to this machine/OS combination - LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata \ fctrtest fff glib gr ifplot katsura launch mat nf num primdec \ primdec_lex primdec_mod ratint robot solve sp sturm sym weight xm diff --git a/math/clp/Makefile b/math/clp/Makefile index fcba01a9a70c..6bba21f44379 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -13,7 +13,7 @@ COMMENT= Linear Programming Solver LICENSE= EPL -BROKEN_powerpc64= does not build +BROKEN_powerpc64= fails to compile: CoinSignal.hpp: ISO C++ forbids declaration of '__decltype' with no type USES= blaslapack fortran libtool tar:tgz pathfix CXXFLAGS+= -ffast-math diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index a5b7533e5c16..b5c8d00220ac 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -11,7 +11,7 @@ COMMENT= Fast out-of-core learning system LIB_DEPENDS= libboost_thread.so:devel/boost-libs -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to compile: network.cc: 'atoi' was not declared in this scope USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes diff --git a/multimedia/bombono/Makefile b/multimedia/bombono/Makefile index 19a4f206da84..3407a7ea7a43 100644 --- a/multimedia/bombono/Makefile +++ b/multimedia/bombono/Makefile @@ -14,8 +14,6 @@ COMMENT= DVD authoring program LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build - BUILD_DEPENDS= gm:graphics/GraphicsMagick LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 \ liblavfile.so:multimedia/mjpegtools \ @@ -27,6 +25,8 @@ RUN_DEPENDS= gm:graphics/GraphicsMagick \ growisofs:sysutils/dvd+rw-tools \ toolame:audio/toolame +BROKEN= fails to compile: weakref.h: macro "static_assert" passed 3 arguments, but takes just 2 + USES= desktop-file-utils gettext pkgconfig scons shared-mime-info \ tar:bzip2 USE_CXXSTD= gnu++98 diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile index defcbd1903a8..728745cf5fa7 100644 --- a/multimedia/kissdx/Makefile +++ b/multimedia/kissdx/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgd.so:graphics/gd \ libdvdread.so:multimedia/libdvdread -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to compile: kissdx.c: nested functions are disabled, use -fnested-functions to re-enable USES= compiler:nestedfct dos2unix iconv jpeg MAKE_ENV= FreeBSD=defined diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index dc3a8464e7c6..d11dfe41fdc2 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -18,7 +18,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ liburiparser.so:net/uriparser RUN_DEPENDS= dtv-scan-tables>=0:multimedia/dtv-scan-tables -BROKEN_powerpc64= Does not build +BROKEN_mips= fails to configure: No C compiler found +BROKEN_mips64= fails to configure: No C compiler found +BROKEN_powerpc64= fails to configure: No C compiler found USE_GITHUB= yes diff --git a/net/userfw/Makefile b/net/userfw/Makefile index 660ea6c30d81..d3129ad9123f 100644 --- a/net/userfw/Makefile +++ b/net/userfw/Makefile @@ -15,7 +15,7 @@ COMMENT= Modular packet filter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative SSP_UNSAFE= kernel module does not support ssp USES= cmake:outsource kmod tar:xz uidfix diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index d3aafdce3964..27f8b51e1a20 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME interface to xcompmgr -BROKEN= fails to build - RUN_DEPENDS= xcompmgr:x11-wm/xcompmgr +BROKEN= fails to compile: ustring.h: expected ';' at end of declaration list + GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 USES= autoreconf libtool pkgconfig |