diff options
Diffstat (limited to 'devel')
66 files changed, 130 insertions, 0 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile index 847854e82740..b5a48fbd79d5 100644 --- a/devel/ace/Makefile +++ b/devel/ace/Makefile @@ -16,6 +16,8 @@ LICENSE_NAME= ACE LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_powerpc64= Does not build + WRKSRC= ${WRKDIR}/ACE_wrappers USES= gmake perl5 pkgconfig shebangfix tar:bzip2 diff --git a/devel/amd64-gcc/Makefile b/devel/amd64-gcc/Makefile index cec7dfe98415..4ecb4428b5c2 100644 --- a/devel/amd64-gcc/Makefile +++ b/devel/amd64-gcc/Makefile @@ -8,4 +8,6 @@ GCC_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} BU_PREFIX= x86_64-${OPSYS:tl} FREEBSD_EXTENSION= yes +BROKEN_powerpc64= Does not build + .include "${MASTERDIR}/Makefile" diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index f70258c1700c..39bd5ea1d23a 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Data serialization system for C++ +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= cmake python:build diff --git a/devel/caf/Makefile b/devel/caf/Makefile index 2ba26ddcd1b9..e392edc6b074 100644 --- a/devel/caf/Makefile +++ b/devel/caf/Makefile @@ -11,6 +11,8 @@ COMMENT= C++ actor framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic LDFLAGS+= -pthread USES= cmake:outsource compiler:c++11-lang diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index b9aa7756fdac..1696d265bd00 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= LOCAL/brooks MAINTAINER= brooks@FreeBSD.org COMMENT= Compiler runtime library with Blocks support +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= cmake:devel/cmake CONFIGURE_WRKSRC= ${WRKDIR}/build diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 04537640ff55..1bf8d8d3fefe 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -14,6 +14,8 @@ COMMENT= Cross-platform, standards compliant networking library LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= cmake:outsource diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index a808875b8bcd..974e5210978e 100644 --- a/devel/cssc/Makefile +++ b/devel/cssc/Makefile @@ -12,6 +12,7 @@ COMMENT= Workalike for the source code control system SCCS LICENSE= GPLv3 +BROKEN_powerpc64= Does not build BROKEN_FreeBSD_9= does not build on FreeBSD 9.x GNU_CONFIGURE= yes diff --git a/devel/e2fsprogs-libss/Makefile b/devel/e2fsprogs-libss/Makefile index 77284590fe2a..d5469f8006b6 100644 --- a/devel/e2fsprogs-libss/Makefile +++ b/devel/e2fsprogs-libss/Makefile @@ -8,6 +8,8 @@ PKGNAMESUFFIX= -libss MAINTAINER= kaduk-fbsd@mit.edu COMMENT= Command-line interface parsing library from e2fsprogs +BROKEN_powerpc64= Does not build + CONFLICTS= heimdal-[0-9]* CONFLICTS+= krb4-[0-9]* diff --git a/devel/eblob/Makefile b/devel/eblob/Makefile index e31847afa7e2..3cc7be5352b5 100644 --- a/devel/eblob/Makefile +++ b/devel/eblob/Makefile @@ -11,6 +11,8 @@ COMMENT= Append-only low-level I/O library LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USE_GITHUB= yes diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile index 78d99af7a103..39cf68cdfd0d 100644 --- a/devel/fb-adb/Makefile +++ b/devel/fb-adb/Makefile @@ -11,6 +11,8 @@ COMMENT= Better shell for Android devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= xxd:editors/vim-lite \ ${BASH_CMD}:shells/${BASH_CMD:T} RUN_DEPENDS= adb:devel/android-tools-adb diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 83a12051b724..2a4fc08ad8a8 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -12,6 +12,8 @@ COMMENT= Foreign function call libraries LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + GNU_CONFIGURE= yes USES= gmake libtool diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile index 44a5802d9588..178f0bcca713 100644 --- a/devel/flatbuffers/Makefile +++ b/devel/flatbuffers/Makefile @@ -12,6 +12,8 @@ COMMENT= Memory efficient serialization library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_powerpc64= Does not build + USE_GITHUB= yes GH_ACCOUNT= google diff --git a/devel/flyspray/Makefile b/devel/flyspray/Makefile index 860b6f074229..a2e6cf0cc118 100644 --- a/devel/flyspray/Makefile +++ b/devel/flyspray/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://flyspray.org/packed/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, easy-to-use web based bug tracking system +BROKEN_powerpc64= Does not build + RUN_DEPENDS= ${LOCALBASE}/share/adodb/adodb.inc.php:databases/adodb USE_PHP= pcre session zlib xml gd diff --git a/devel/freeocl/Makefile b/devel/freeocl/Makefile index dd740307e728..fc1c001ea1ab 100644 --- a/devel/freeocl/Makefile +++ b/devel/freeocl/Makefile @@ -13,6 +13,8 @@ COMMENT= Free Open Computing Language (OpenCL) implementation for CPU LICENSE= LGPL3 +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \ ${LOCALBASE}/include/CL/opencl.h:devel/opencl diff --git a/devel/gcc-arm-embedded/Makefile b/devel/gcc-arm-embedded/Makefile index 0822a7d0a8d4..6af041dc7d8f 100644 --- a/devel/gcc-arm-embedded/Makefile +++ b/devel/gcc-arm-embedded/Makefile @@ -13,6 +13,8 @@ COMMENT= Complete gcc-based toolcahin for embedded ARM development LICENSE= GPLv2 LGPL20 LGPL21 GPLv3 LGPL3 LICENSE_COMB= multi +BROKEN_powerpc64= Does not build + OPTIONS_DEFINE= PURE PYGDB EXAMPLES HTML PDF DOCS OPTIONS_DEFAULT=EXAMPLES PYGDB PURE_DESC= Use all libraries from bundle, do not depend on anything diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index ccfdc1a24315..7528fb8b3d17 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -12,6 +12,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mi@aldan.algebra.com COMMENT?= GNU GDB of newer version than comes with the system +BROKEN_powerpc64= Does not build + PKGNAMESUFFIX= 66 OPTIONS_DEFINE= INSIGHT diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 97a0e08a01f8..953be228b099 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -12,6 +12,8 @@ COMMENT= Grassroots DICOM library LICENSE= BSD3CLAUSE +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 \ libexpat.so:textproc/expat2 diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index 973e492a2222..0afd8b6125a5 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Gearman C Server and Library +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= boost-libs>=0:devel/boost-libs \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx LIB_DEPENDS= libevent.so:devel/libevent2 \ diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index 44417ad3f809..6347137e4ccf 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Gearman C Server and Library +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libevent.so:devel/libevent2 \ diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index 5f7c63feb8a5..f026d9a3d00b 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -13,6 +13,8 @@ COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libunwind.so:devel/libunwind WRKSRC= ${WRKDIR}/gperftools-${PORTVERSION} diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile index 6fc717cd4e8e..0d8cb4c0762f 100644 --- a/devel/guile-lib/Makefile +++ b/devel/guile-lib/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Repository of useful code written in Guile Scheme +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= guile:lang/guile RUN_DEPENDS= guile:lang/guile diff --git a/devel/insight/Makefile b/devel/insight/Makefile index 12671cbe61c4..360e9e4bf3be 100644 --- a/devel/insight/Makefile +++ b/devel/insight/Makefile @@ -6,6 +6,8 @@ PORTREVISION= 2 MAINTAINER= mi@aldan.algebra.com COMMENT= Gnu debugger with the Insight GUI front-end +BROKEN_powerpc64= Does not build + MASTERDIR= ${.CURDIR:H}/gdb66 OPTIONS_SLAVE= INSIGHT CONFLICTS= gdb-[6-9]* diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index 8142797a2ebf..2575d57759e8 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}r2695-src MAINTAINER= vbox@FreeBSD.org COMMENT= Makefile framework +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex USES= autoreconf:build gmake makeinfo diff --git a/devel/libcutl/Makefile b/devel/libcutl/Makefile index 70051aa1fccf..eae4f13edf65 100644 --- a/devel/libcutl/Makefile +++ b/devel/libcutl/Makefile @@ -11,6 +11,8 @@ COMMENT= C++ utility library with generic and independent components LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index c1b0369604fc..d310b7ee0890 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -13,6 +13,8 @@ COMMENT= SDK which contains an implementation of DAP 2.0 and 3.1 LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid \ libxml2.so:textproc/libxml2 diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index 133a56109328..00fc7a19c36d 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -10,6 +10,8 @@ COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libconfuse.so:devel/libconfuse OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES diff --git a/devel/libgpkg/Makefile b/devel/libgpkg/Makefile index 14ee336dee32..94078d892d76 100644 --- a/devel/libgpkg/Makefile +++ b/devel/libgpkg/Makefile @@ -15,6 +15,8 @@ COMMENT= SQLite 3 extension of minimal OGC GeoPackage implementation LICENSE= APACHE20 +BROKEN_powerpc64= Does not build + OPTIONS_DEFINE= GEOS OPTIONS_DEFAULT=GEOS diff --git a/devel/libhoard/Makefile b/devel/libhoard/Makefile index b74aa93b6167..7b48ac7c4b40 100644 --- a/devel/libhoard/Makefile +++ b/devel/libhoard/Makefile @@ -13,6 +13,8 @@ COMMENT= Fast, scalable, and memory-efficient allocator for MP LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../COPYING +BROKEN_powerpc64= Does not build + BROKEN_mips= no spin lock implementation is available for this platform BROKEN_mips64= no spin lock implementation is available for this platform diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index 95d076eac631..ef9593fe6f53 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -12,6 +12,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs LICENSE= BSD2CLAUSE +BROKEN_powerpc64= Does not build + CONFLICTS= liblas12-1.2* USES= cmake libtool diff --git a/devel/liborcus07/Makefile b/devel/liborcus07/Makefile index 3cfb352b8875..74a7de364c39 100644 --- a/devel/liborcus07/Makefile +++ b/devel/liborcus07/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 LIB_DEPENDS= libboost_system.so:devel/boost-libs BROKEN_sparc64= cannot link with boost +BROKEN_powerpc64= Does not build GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig tar:xz diff --git a/devel/libosmo-netif/Makefile b/devel/libosmo-netif/Makefile index da5e0148dc5c..b712f80b879f 100644 --- a/devel/libosmo-netif/Makefile +++ b/devel/libosmo-netif/Makefile @@ -12,6 +12,8 @@ COMMENT= Library containing common/shared code regarding network interface LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libosmocore.so:devel/libosmocore \ libosmoabis.so:devel/libosmo-abis diff --git a/devel/libphutil/Makefile b/devel/libphutil/Makefile index c0450d0340e4..2430858b07da 100644 --- a/devel/libphutil/Makefile +++ b/devel/libphutil/Makefile @@ -11,6 +11,8 @@ COMMENT= Collection of PHP utility classes LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + PHP_DESTDIR= lib/php/libphutil USE_PHP= xml USE_GITHUB= yes diff --git a/devel/libpru/Makefile b/devel/libpru/Makefile index a83a03231338..bb49123d0e76 100644 --- a/devel/libpru/Makefile +++ b/devel/libpru/Makefile @@ -10,6 +10,8 @@ COMMENT= Library to interface with PRUs LICENSE= BSD2CLAUSE +BROKEN_powerpc64= Does not build + .include <bsd.port.options.mk> .if ${OPSYS} != FreeBSD diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile index ebdbbd37344d..1b4c02d2b8d5 100644 --- a/devel/llvm-cheri/Makefile +++ b/devel/llvm-cheri/Makefile @@ -8,6 +8,8 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang with support for the CHERI architecture +BROKEN_powerpc64= Does not build + LLVM_SUFFIX= -cheri LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} COMMAND_SUFFIX= ${LLVM_SUFFIX} diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index 05b988f4bfc3..3b9ff82a171c 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -9,6 +9,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang +BROKEN_powerpc64= Does not build + LLVM_SUFFIX= -devel LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile index 3ec30f1786c8..7be33630737d 100644 --- a/devel/llvm33/Makefile +++ b/devel/llvm33/Makefile @@ -11,6 +11,8 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= Low Level Virtual Machine +BROKEN_powerpc64= Does not build + LLVM_SUFFIX= ${PORTVERSION:S/.//g} LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile index bba4898c4bb6..f16417456a2d 100644 --- a/devel/llvm34/Makefile +++ b/devel/llvm34/Makefile @@ -11,6 +11,8 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= Low Level Virtual Machine +BROKEN_powerpc64= Does not build + LLVM_SUFFIX= ${PORTVERSION:C/([0-9]\.[0-9]).*/\1/:S/.//g:C/r.//} LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} diff --git a/devel/llvm38/Makefile b/devel/llvm38/Makefile index 6dcc04987255..cd3936f6b247 100644 --- a/devel/llvm38/Makefile +++ b/devel/llvm38/Makefile @@ -12,6 +12,8 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang +BROKEN_powerpc64= Does not build + LLVM_RELEASE= ${DISTVERSION:C/rc.*//} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} PRE_= ${DISTVERSION:C/.*rc.*/pre-/:N*[0-9]*} diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile index 3b09f086162f..4d8787bf6b86 100644 --- a/devel/mongo-cxx-driver/Makefile +++ b/devel/mongo-cxx-driver/Makefile @@ -11,6 +11,8 @@ COMMENT= C++ Driver for MongoDB LICENSE= APACHE20 +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_system.so:devel/boost-libs MAKE_JOBS_UNSAFE= yes diff --git a/devel/objecthash/Makefile b/devel/objecthash/Makefile index a1c29a230bd6..b437fb6c812f 100644 --- a/devel/objecthash/Makefile +++ b/devel/objecthash/Makefile @@ -10,6 +10,8 @@ COMMENT= Cross-language way to cryptographically hash JSON objects LICENSE= APACHE20 +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libicudata.so:devel/icu \ libjson-c.so:devel/json-c diff --git a/devel/openvex/Makefile b/devel/openvex/Makefile index 355ab06d05b1..3bf345400041 100644 --- a/devel/openvex/Makefile +++ b/devel/openvex/Makefile @@ -11,6 +11,8 @@ COMMENT= Open source firmware for Vex robotics controllers LICENSE= GPLv3 +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= sdcc:lang/sdcc \ gpasm:devel/gputils RUN_DEPENDS= vexctl:devel/roboctl \ diff --git a/devel/pear/Makefile b/devel/pear/Makefile index bde125d6affd..62cd1c990697 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -11,6 +11,8 @@ COMMENT= PEAR framework for PHP LICENSE= PHP301 +BROKEN_powerpc64= Does not build + USES= cpe tar:bzip2 CPE_VENDOR= php NO_BUILD= yes diff --git a/devel/pecl-event/Makefile b/devel/pecl-event/Makefile index 1f0128df56ea..1514fa57f98f 100644 --- a/devel/pecl-event/Makefile +++ b/devel/pecl-event/Makefile @@ -13,6 +13,8 @@ COMMENT= Provides interface to libevent library LICENSE= PHP301 +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libevent.so:devel/libevent2 USES= tar:tgz diff --git a/devel/pecl-json_post/Makefile b/devel/pecl-json_post/Makefile index 991dafe970bd..36cf0799c9b6 100644 --- a/devel/pecl-json_post/Makefile +++ b/devel/pecl-json_post/Makefile @@ -14,6 +14,8 @@ COMMENT= JSON POST handler in PHP LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + USES= tar:tgz USE_PHP= json USE_PHP_BUILD= yes diff --git a/devel/pecl-jsonnet/Makefile b/devel/pecl-jsonnet/Makefile index 4a66cd30d8fe..ab51552fccb5 100644 --- a/devel/pecl-jsonnet/Makefile +++ b/devel/pecl-jsonnet/Makefile @@ -15,6 +15,8 @@ COMMENT= Google JsonNet for PHP LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libjsonnet.so:devel/jsonnet USES= tar:tgz diff --git a/devel/pecl-msgpack/Makefile b/devel/pecl-msgpack/Makefile index 0bf73c9381c3..e825db526658 100644 --- a/devel/pecl-msgpack/Makefile +++ b/devel/pecl-msgpack/Makefile @@ -13,6 +13,8 @@ COMMENT= Provides API for communicating with MessagePack serialization LICENSE= BSD3CLAUSE +BROKEN_powerpc64= Does not build + USES= tar:tgz USE_PHP= session USE_PHPEXT= yes diff --git a/devel/php-uprofiler/Makefile b/devel/php-uprofiler/Makefile index 0e3b82866d0e..0edb67f3925a 100644 --- a/devel/php-uprofiler/Makefile +++ b/devel/php-uprofiler/Makefile @@ -11,6 +11,8 @@ COMMENT= Lightweight profiler for PHP LICENSE= APACHE20 +BROKEN_powerpc64= Does not build + USE_GITHUB= yes GH_ACCOUNT= FriendsOfPHP GH_TAGNAME= 483c1e5 diff --git a/devel/php5-msgpack/Makefile b/devel/php5-msgpack/Makefile index 18cefee20ccd..11eafcedda1c 100644 --- a/devel/php5-msgpack/Makefile +++ b/devel/php5-msgpack/Makefile @@ -9,6 +9,8 @@ PKGNAMEPREFIX= php5- MAINTAINER= komarov@valerka.net COMMENT= PHP extension for interfacing with MessagePack +BROKEN_powerpc64= Does not build + USE_GITHUB= yes GH_TAGNAME= 980a652 WRKSRC_SUBDIR= php diff --git a/devel/phpsh/Makefile b/devel/phpsh/Makefile index 13232c760cfe..8b79de7a9ce1 100644 --- a/devel/phpsh/Makefile +++ b/devel/phpsh/Makefile @@ -14,6 +14,8 @@ COMMENT= Interactive shell for PHP LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= Does not build + USES= python tar:bzip2 USE_PYTHON= distutils autoplist USE_PHP= pcre posix tokenizer diff --git a/devel/poco/Makefile b/devel/poco/Makefile index eff36fd64035..c10e576cff22 100644 --- a/devel/poco/Makefile +++ b/devel/poco/Makefile @@ -12,6 +12,8 @@ COMMENT= C++ libraries with a network/internet focus LICENSE= BSL +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libpcre.so:devel/pcre \ libexpat.so:textproc/expat2 diff --git a/devel/psptoolchain-binutils/Makefile b/devel/psptoolchain-binutils/Makefile index 6ca3a1362de5..8a1c55b161bf 100644 --- a/devel/psptoolchain-binutils/Makefile +++ b/devel/psptoolchain-binutils/Makefile @@ -12,6 +12,8 @@ PKGNAMEPREFIX= psptoolchain- MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain ${PORTNAME} +BROKEN_powerpc64= Does not build + USES= gmake tar:bzip2 libtool HAS_CONFIGURE= yes diff --git a/devel/py-llfuse/Makefile b/devel/py-llfuse/Makefile index 16f65adaaa3a..08dc41e2749d 100644 --- a/devel/py-llfuse/Makefile +++ b/devel/py-llfuse/Makefile @@ -11,6 +11,8 @@ COMMENT= Python bindings for low-level FUSE API LICENSE= LGPL20+ +BROKEN_powerpc64= Does not build + USES= compiler:c++11-lang fuse pkgconfig python tar:bz2 USE_PYTHON= autoplist distutils diff --git a/devel/py-pyinstaller/Makefile b/devel/py-pyinstaller/Makefile index c26d1aaef34a..1f0c4f252856 100644 --- a/devel/py-pyinstaller/Makefile +++ b/devel/py-pyinstaller/Makefile @@ -14,6 +14,8 @@ COMMENT= Program to create standalone executables from Python scripts LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + OPTIONS_DEFINE= DOCS EXTRACT_AFTER_ARGS= --exclude doc/source --no-same-owner --no-same-permissions diff --git a/devel/qt4-script/Makefile b/devel/qt4-script/Makefile index 7b22871d4291..a5e6dd436601 100644 --- a/devel/qt4-script/Makefile +++ b/devel/qt4-script/Makefile @@ -9,6 +9,8 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt scripting module +BROKEN_powerpc64= Does not build + USES= pkgconfig USE_QT4= qmake_build moc_build corelib QT_DIST= yes diff --git a/devel/qt5-script/Makefile b/devel/qt5-script/Makefile index d07a4e8f0934..75f45afe9b34 100644 --- a/devel/qt5-script/Makefile +++ b/devel/qt5-script/Makefile @@ -8,6 +8,8 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt 4-compatible scripting module +BROKEN_powerpc64= Does not build + USE_QT5= core buildtools_build QT_DIST= ${PORTNAME} USES= qmake diff --git a/devel/radare2/Makefile b/devel/radare2/Makefile index a8694dafc9f1..f9682d619f1d 100644 --- a/devel/radare2/Makefile +++ b/devel/radare2/Makefile @@ -12,6 +12,8 @@ COMMENT= Tools to disasm, debug, analyze, and manipulate binary files LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + CONFLICTS_BUILD=capstone-* USES= gmake pkgconfig tar:xz diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 0f7b6dd9ef58..c7f649a45436 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= RapidJSON LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +BROKEN_powerpc64= Does not build + USE_GITHUB= yes GH_ACCOUNT= miloyip diff --git a/devel/rth/Makefile b/devel/rth/Makefile index 6f0abd8f4367..66ff698bb5d0 100644 --- a/devel/rth/Makefile +++ b/devel/rth/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Web-based requirement, test, and bugtracking system +BROKEN_powerpc64= Does not build + USES= zip NO_BUILD= yes USE_PHP= mysqli gd diff --git a/devel/tex-libtexluajit/Makefile b/devel/tex-libtexluajit/Makefile index ef637a4cb2fa..a7f6599201e5 100644 --- a/devel/tex-libtexluajit/Makefile +++ b/devel/tex-libtexluajit/Makefile @@ -14,6 +14,8 @@ COMMENT= LuaJIT library for TeXLive LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LuaJIT-2.0.3/COPYRIGHT +BROKEN_powerpc64= Does not build + USES= tar:xz libtool pkgconfig USE_LDCONFIG= yes EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} diff --git a/devel/thrift-c_glib/Makefile b/devel/thrift-c_glib/Makefile index 74e33d5104f1..efbfbe2e9c6a 100644 --- a/devel/thrift-c_glib/Makefile +++ b/devel/thrift-c_glib/Makefile @@ -12,6 +12,8 @@ DISTNAME= thrift-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C glib interface to Thrift +BROKEN_powerpc64= Does not build + PKGNAMESUFFIX= -c_glib BUILDIR= ${WRKDIR}/${DISTNAME}/lib/c_glib diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index 1a88bf3f2f71..af61297301bf 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -15,6 +15,8 @@ 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 + USE_GCC= any USES= bison gmake tar:bzip2 NO_WRKSUBDIR= yes diff --git a/devel/truc/Makefile b/devel/truc/Makefile index 6565cb1281ca..b2ee303d6d5e 100644 --- a/devel/truc/Makefile +++ b/devel/truc/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jsi@jules.de COMMENT= Web-based tool for requirement and use case tracking +BROKEN_powerpc64= Does not build + NO_BUILD= yes USE_PHP= mysqli gd diff --git a/devel/uatraits/Makefile b/devel/uatraits/Makefile index ef6d48eda03c..2b7414e505de 100644 --- a/devel/uatraits/Makefile +++ b/devel/uatraits/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://people.freebsd.org/~demon/ MAINTAINER= demon@FreeBSD.org COMMENT= User-Agent detection library +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2 diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile index 897d535214e7..80524591318a 100644 --- a/devel/vera++/Makefile +++ b/devel/vera++/Makefile @@ -14,6 +14,8 @@ COMMENT= Tool for verification of C++ source code LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= boost-libs>=0:devel/boost-libs USES= cmake:outsource tk diff --git a/devel/websvn/Makefile b/devel/websvn/Makefile index 08f8ed9a12bd..6cf8f79d1bf5 100644 --- a/devel/websvn/Makefile +++ b/devel/websvn/Makefile @@ -13,6 +13,8 @@ COMMENT= Subversion repository web frontend LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN_powerpc64= Does not build + USES= cpe USE_PHP= iconv pcre xml NO_BUILD= yes diff --git a/devel/zpu-gcc/Makefile b/devel/zpu-gcc/Makefile index 233246cab56c..632e59f42dca 100644 --- a/devel/zpu-gcc/Makefile +++ b/devel/zpu-gcc/Makefile @@ -12,6 +12,8 @@ COMMENT= ZPU gcc compiler LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils RUN_DEPENDS:= ${BUILD_DEPENDS} |