Date: Sat, 13 May 2017 03:35:51 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440746 - in head: audio/festival audio/funktrackergold benchmarks/fio benchmarks/libmicro benchmarks/sipp biology/avida biology/bwa biology/gmap biology/iolib biology/plinkseq chinese/... Message-ID: <201705130335.v4D3Zp3h098383@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat May 13 03:35:51 2017 New Revision: 440746 URL: https://svnweb.freebsd.org/changeset/ports/440746 Log: Mark some ports failing on power64. In cases where the error message was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/audio/festival/Makefile head/audio/funktrackergold/Makefile head/benchmarks/fio/Makefile head/benchmarks/libmicro/Makefile head/benchmarks/sipp/Makefile head/biology/avida/Makefile head/biology/bwa/Makefile head/biology/gmap/Makefile head/biology/iolib/Makefile head/biology/plinkseq/Makefile head/chinese/librime/Makefile head/comms/libfec/Makefile head/comms/uhd/Makefile head/databases/cassandra-cpp-driver/Makefile head/databases/tarantool-c/Makefile head/devel/kore/Makefile head/devel/libepoll-shim/Makefile head/devel/libgpkg/Makefile head/devel/libopkele/Makefile head/devel/liborcus/Makefile head/devel/libpololu-avr/Makefile head/devel/openocd/Makefile head/devel/pear-PHP_UML/Makefile head/devel/pear-TheSeer_fXSL/Makefile head/devel/pecl-qb/Makefile head/devel/pecl-swoole/Makefile head/devel/py-greenlet/Makefile head/devel/py-libzfs/Makefile head/devel/py-pycapsicum/Makefile head/devel/radare2/Makefile head/devel/spdlog/Makefile head/devel/talloc/Makefile head/devel/thrift-cpp/Makefile head/dns/dnscrypt-proxy/Makefile Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/audio/festival/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -28,7 +28,7 @@ COMMENT= Multi-lingual speech synthesis BROKEN_aarch64= Fails to link: arm64_unknown.mak: No such file or directory BROKEN_armv6= Fails to link: cc.mak: No such file or directory BROKEN_mips64= Fails to link: cc.mak: No such file or directory -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Fails to link: powerpc_unknown.mak: No such file or directory OPTIONS_DEFINE= NAS ESD OPTIONS_DEFAULT=NAS ESD Modified: head/audio/funktrackergold/Makefile ============================================================================== --- head/audio/funktrackergold/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/audio/funktrackergold/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -10,10 +10,10 @@ MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= Curses MOD/FNK music tracker -OPTIONS_DEFINE= DOCS - LICENSE= GPLv2 +OPTIONS_DEFINE= DOCS + USES= compiler:nestedfct ncurses tar:tgz WRKSRC= ${WRKDIR}/funkgold @@ -22,7 +22,7 @@ MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" PORTDOCS= INSTALL PLIST_FILES= bin/funkgold -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable do-install: ${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/benchmarks/fio/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -20,7 +20,7 @@ GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/ BROKEN_aarch64= Fails to compile: error: sys/auxv.h file not found BROKEN_armv6= Fails to compile: error: use of undeclared identifier nop -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Fails to compile: verify.c:1574: undefined reference to bswap64 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin Modified: head/benchmarks/libmicro/Makefile ============================================================================== --- head/benchmarks/libmicro/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/benchmarks/libmicro/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -15,7 +15,7 @@ LICENSE= CDDL BROKEN_aarch64= Fails to build: bin-aarch64: no such file or directory BROKEN_armv6= Fails to build: bin-armv6: no such file or directory BROKEN_mips64= Fails to build: bin-mips64: no such file or directory -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Fails to build: bin-powerpc64: no such file or directory USES= gmake WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION} Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/benchmarks/sipp/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -14,6 +14,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= help2man:misc/help2man +BROKEN_powerpc64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long + PLIST_FILES= bin/sipp man/man1/sipp.1.gz USES= autoreconf gmake ncurses Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/biology/avida/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -17,7 +17,7 @@ BROKEN_armv6= invokes x86 asm BROKEN_mips= invokes x86 asm BROKEN_mips64= invokes x86 asm BROKEN_sparc64= missing atomics implementation -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= fails to compile: sibling call optimization does not allow automatic multiple TOCs USES= cmake:outsource ncurses CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF \ Modified: head/biology/bwa/Makefile ============================================================================== --- head/biology/bwa/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/biology/bwa/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -12,6 +12,7 @@ COMMENT= Burrows-Wheeler sequence aligne LICENSE= GPLv3 BROKEN_aarch64= fails to compile: error: invalid conversion between vector type and integer type +BROKEN_powerpc64= fails to compile: ksw.c: error: emmintrin.h: No such file or directory USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= qualfa2fq.pl xa2multi.pl Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/biology/gmap/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -27,7 +27,7 @@ SIMD_CONFIGURE_OFF= --disable-builtin-po BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_armv6= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Does not build: invokes x86 asm BROKEN_sparc64= Does not build: invokes x86 asm # shebang_fix operates during patch. Modified: head/biology/iolib/Makefile ============================================================================== --- head/biology/iolib/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/biology/iolib/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcurl.so:ftp/curl +BROKEN_powerpc64= fails to compile: bgzip.c: error: invalid operands to binary & + USE_GITHUB= yes GH_ACCOUNT= jkbonfield Modified: head/biology/plinkseq/Makefile ============================================================================== --- head/biology/plinkseq/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/biology/plinkseq/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -16,7 +16,7 @@ LICENSE= GPLv2 BROKEN_aarch64= Does not build: Host architecture was not detected as supported by protobuf BROKEN_mips64= Does not build: Host architecture was not detected as supported by protobuf -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: atomicops.h: error: stray '\#' in program USES= libtool gmake Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/chinese/librime/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -30,7 +30,7 @@ GH_ACCOUNT= rime PLIST_SUB= VER=${PORTVERSION} -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Does not link: undefined reference to YAML::detail::node_data::empty_scalar[abi:cxx11] .include <bsd.port.options.mk> Modified: head/comms/libfec/Makefile ============================================================================== --- head/comms/libfec/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/comms/libfec/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -14,6 +14,8 @@ COMMENT= Several forward error correctio LICENSE= LGPL21 +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -faltivec + MAKEFILE= makefile GNU_CONFIGURE= yes Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/comms/uhd/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -11,12 +11,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= mr@FreeBSD.org COMMENT= Ettus Research UHD driver framework -USE_GITHUB= yes -GH_ACCOUNT= EttusResearch -GH_TAGNAME= 32951af2f3e7b1ddb56486c9f15b2e1033605bd6 - -CONFLICTS= usrp-[0-9]* - LIB_DEPENDS= libboost_python.so:devel/boost-python-libs BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ cheetah-analyze:devel/py-cheetah \ @@ -24,6 +18,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos orcc:devel/orc \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako +USE_GITHUB= yes +GH_ACCOUNT= EttusResearch +GH_TAGNAME= 32951af2f3e7b1ddb56486c9f15b2e1033605bd6 + +CONFLICTS= usrp-[0-9]* + +BROKEN_powerpc64= fails to link: undefined reference to boost function + USES= compiler:c++0x cmake:outsource gmake ncurses pkgconfig \ dos2unix python:2.7 USE_LDCONFIG= yes Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/databases/cassandra-cpp-driver/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -12,6 +12,8 @@ LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv +BROKEN_powerpc64= fails to compile: reader.h: warning: comparison is always true due to limited range of data type + USE_GITHUB= yes GH_ACCOUNT= datastax GH_PROJECT= cpp-driver Modified: head/databases/tarantool-c/Makefile ============================================================================== --- head/databases/tarantool-c/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/databases/tarantool-c/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -19,6 +19,7 @@ CMAKE_ARGS= -DENABLE_BUNDLED_MSGPUCK=fal BROKEN_aarch64= Fails to compile: clang compiler does not support -march=native BROKEN_mips64= Fails to compile: clang compiler does not support -march=native +BROKEN_powerpc64= Fails to compile: clang compiler does not support -march=native BROKEN_sparc64= Fails to compile: clang compiler does not support -march=native .include <bsd.port.mk> Modified: head/devel/kore/Makefile ============================================================================== --- head/devel/kore/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/kore/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -13,6 +13,8 @@ COMMENT= Web application framework for w LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: cc1: error: -Werror=c11-extensions: No option -Wc11-extensions + USES= compiler gmake USE_GITHUB= yes Modified: head/devel/libepoll-shim/Makefile ============================================================================== --- head/devel/libepoll-shim/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/libepoll-shim/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -10,6 +10,8 @@ COMMENT= epoll shim implemented using ke LICENSE= MIT +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -Wno-missing-variable-declarations + USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= epoll-shim Modified: head/devel/libgpkg/Makefile ============================================================================== --- head/devel/libgpkg/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/libgpkg/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -14,6 +14,8 @@ COMMENT= SQLite 3 extension of minimal O LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to link: cc: Internal error: Segmentation fault (program ld) + OPTIONS_DEFINE= GEOS OPTIONS_DEFAULT=GEOS Modified: head/devel/libopkele/Makefile ============================================================================== --- head/devel/libopkele/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/libopkele/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -18,6 +18,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libtidy.so:www/tidy-lib \ libxslt.so:textproc/libxslt +BROKEN_powerpc64= fails to compile: iterator.h: error: invalid abstract return type + USE_LDCONFIG= yes USES= libtool gmake pathfix pkgconfig compiler:c++11-lang ssl GNU_CONFIGURE= yes Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/liborcus/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -14,6 +14,8 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs +BROKEN_powerpc64= fails to configure: checking for the Boost program_options library... no + GNU_CONFIGURE= yes USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes Modified: head/devel/libpololu-avr/Makefile ============================================================================== --- head/devel/libpololu-avr/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/libpololu-avr/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -12,6 +12,8 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/avr/lib/libc.a:devel/avr-libc RUN_DEPENDS= ${LOCALBASE}/avr/lib/libc.a:devel/avr-libc +BROKEN_powerpc64= fails to build: OrangutanAnalog.h: internal compiler error: Segmentation fault + USES= gmake USE_GITHUB= yes GH_ACCOUNT= pololu Modified: head/devel/openocd/Makefile ============================================================================== --- head/devel/openocd/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/openocd/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -11,6 +11,8 @@ COMMENT= Open On-Chip Debugger BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:print/texinfo +BROKEN_powerpc64= fails to configure: error: C compiler cannot create executables + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-werror CONFIGURE_ENV= MAKEINFO=${LOCALBASE}/bin/makeinfo Modified: head/devel/pear-PHP_UML/Makefile ============================================================================== --- head/devel/pear-PHP_UML/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/pear-PHP_UML/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -14,6 +14,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:devel ${PEARDIR}/Console/CommandLine.php:devel/pear-Console_CommandLine RUN_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear +BROKEN_powerpc64= fails to package: Signal 11 + USES= pear USE_PHP= spl xsl Modified: head/devel/pear-TheSeer_fXSL/Makefile ============================================================================== --- head/devel/pear-TheSeer_fXSL/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/pear-TheSeer_fXSL/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -16,6 +16,8 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer RUN_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer +BROKEN_powerpc64= fails to package: Signal 11 + USE_PHP= dom xml xsl PEAR_CHANNEL= theseer USES= pear Modified: head/devel/pecl-qb/Makefile ============================================================================== --- head/devel/pecl-qb/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/pecl-qb/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -11,6 +11,8 @@ COMMENT= PHP Accelerator designed mainly LICENSE= PHP301 +BROKEN_powerpc64= fails to build: Killing runaway build after 7200 seconds with no output + USES= php:pecl IGNORE_WITH_PHP= 70 Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/pecl-swoole/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -11,6 +11,8 @@ COMMENT= Asynchronous & concurrent & dis LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: swoole_config.h: error GCC 4.4 or later required + USES= execinfo php:pecl ssl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/py-greenlet/Makefile ============================================================================== --- head/devel/py-greenlet/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/py-greenlet/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -13,6 +13,9 @@ COMMENT= Light-weight microthreads for P LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= powerpc64 +NOT_FOR_ARCHS_REASON= greenlet needs to be ported to this platform + DO_MAKE_TEST= ${PYTHON_CMD} TEST_TARGET= run-tests.py USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-libzfs/Makefile ============================================================================== --- head/devel/py-libzfs/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/py-libzfs/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -11,6 +11,8 @@ COMMENT= Python libzfs bindings LICENSE= BSD2CLAUSE +BROKEN_powerpc64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle + USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-libzfs Modified: head/devel/py-pycapsicum/Makefile ============================================================================== --- head/devel/py-pycapsicum/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/py-pycapsicum/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -12,6 +12,8 @@ COMMENT= Python interface to capsicum se LICENSE= BSD3CLAUSE +BROKEN_powerpc64= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode + USES= python USE_PYTHON= autoplist distutils Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/radare2/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -12,14 +12,12 @@ COMMENT= Tools to disasm, debug, analyze LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= Does not build: Unsupported BSD architecture -BROKEN_mips64= Does not build: Unsupported BSD architecture -BROKEN_powerpc64= Does not build -BROKEN_sparc64= Does not build - BUILD_DEPENDS+= pkg-config:devel/pkgconf LIB_DEPENDS+= libcapstone.so:devel/capstone4 +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture + CONFIGURE_ARGS+= --with-syscapstone USES= gmake pathfix pkgconfig tar:xz Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/spdlog/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -13,6 +13,8 @@ COMMENT= Super fast C++ logging library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: includes.h: error: chrono: No such file or directory + USE_GITHUB= yes GH_ACCOUNT= gabime Modified: head/devel/talloc/Makefile ============================================================================== --- head/devel/talloc/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/talloc/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -14,6 +14,8 @@ LICENSE= LGPL3 CONFLICTS= samba33-3.* +BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-format-length" + USES= compiler pkgconfig waf USE_LDCONFIG= yes WAF_CMD= buildtools/bin/waf Modified: head/devel/thrift-cpp/Makefile ============================================================================== --- head/devel/thrift-cpp/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/devel/thrift-cpp/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -6,18 +6,20 @@ PORTVERSION= ${THRIFT_PORTVERSION} # to PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= devel +MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMESUFFIX= -cpp -MASTER_SITES= APACHE/thrift/${PORTVERSION} -DISTNAME= thrift-${PORTVERSION} +DISTNAME= thrift-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= C++ interface to Thrift -DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo - LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libevent.so:devel/libevent +DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo + +BROKEN_powerpc64= fails to compile: undefined reference to std::__throw_out_of_range_fmt + USES= autoreconf pkgconfig gmake compiler:c++11-lang \ libtool pathfix ssl GNU_CONFIGURE= yes @@ -55,7 +57,7 @@ USE_CXXSTD= c++11 .endif .if ${SSL_DEFAULT} == openssl-devel -BROKEN= Cannot find libcrypto. +BROKEN= cannot find libcrypto .endif post-install: Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Sat May 13 01:44:11 2017 (r440745) +++ head/dns/dnscrypt-proxy/Makefile Sat May 13 03:35:51 2017 (r440746) @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsodium.so:security/libsodium +BROKEN_powerpc64= fails to compile: fpst.c: error: redefinition of typedef 'FPST' + USERS= _dnscrypt-proxy GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705130335.v4D3Zp3h098383>