svn commit: r441468 - in head: graphics/copperspice graphics/gexiv2 graphics/kix-kmod graphics/libjxr graphics/luminance graphics/mapnik graphics/perceptualdiff graphics/plasma-kmod graphics/pngwri...
Mark Linimon
linimon at FreeBSD.org
Mon May 22 16:04:25 UTC 2017
Author: linimon
Date: Mon May 22 16:04:19 2017
New Revision: 441468
URL: https://svnweb.freebsd.org/changeset/ports/441468
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)
Reported by: swills
Modified:
head/graphics/copperspice/Makefile
head/graphics/gexiv2/Makefile
head/graphics/kix-kmod/Makefile
head/graphics/libjxr/Makefile
head/graphics/luminance/Makefile
head/graphics/mapnik/Makefile
head/graphics/perceptualdiff/Makefile
head/graphics/plasma-kmod/Makefile
head/graphics/pngwriter/Makefile
head/graphics/py-pivy/Makefile
head/graphics/rawstudio/Makefile
head/graphics/simpleviewer/Makefile
head/graphics/tulip/Makefile
head/irc/lostirc/Makefile
head/irc/weechat/Makefile
head/japanese/mozc-server/Makefile
head/japanese/nethack34/Makefile
head/lang/cling/Makefile
head/lang/gcc47/Makefile
head/lang/gcc6/Makefile
head/lang/hugs/Makefile
head/lang/racket-minimal/Makefile
head/lang/racket/Makefile
head/mail/cyrus-imapd30/Makefile
head/mail/rmilter/Makefile
head/math/acalc/Makefile
head/math/clblas/Makefile
head/math/gap/Makefile
head/math/reduce/Makefile
head/multimedia/libvdpau-va-gl/Makefile
head/multimedia/oggvideotools/Makefile
head/net-mgmt/netdata/Makefile
head/net-mgmt/ng_ipacct/Makefile
head/net-p2p/bitcoin/Makefile
head/net-p2p/dogecoin/Makefile
head/net-p2p/litecoin/Makefile
head/net-p2p/namecoin/Makefile
head/net-p2p/zetacoin/Makefile
head/net/aoe/Makefile
head/net/freediameter/Makefile
head/net/intel-em-kmod/Makefile
head/net/isboot-kmod/Makefile
head/net/kea/Makefile
head/net/lft/Makefile
Modified: head/graphics/copperspice/Makefile
==============================================================================
--- head/graphics/copperspice/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/copperspice/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -45,10 +45,11 @@ CONFIGURE_ARGS= ${OVERRIDE_INS}
MAKE_ARGS= ${OVERRIDE_INS}
PLIST_SUB= LONG_VER=1.3
-BROKEN_aarch64= Fails to build: Unable to detect architecture, please update
BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\
cannot be narrowed from type 'unsigned int' to 'long'\
in initializer list [-Wc++11-narrowing]
+NOT_FOR_ARCHS= aarch64 armv6 powerpc64
+NOT_FOR_ARCHS_REASON= fails to build: Unable to detect architecture, please update
post-patch:
# fix something wrong with v1.3.2 generatior
Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/gexiv2/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -16,6 +16,8 @@ BUILD_DEPENDS= gm4:devel/m4 \
vala>=0:lang/vala
LIB_DEPENDS= libexiv2.so:graphics/exiv2
+BROKEN_powerpc64= fails to compile: gexiv2-metadata-gps.cpp: 'overflow_error' is not a member of 'std'
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-introspection=yes \
--enable-vala=yes
Modified: head/graphics/kix-kmod/Makefile
==============================================================================
--- head/graphics/kix-kmod/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/kix-kmod/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -12,6 +12,8 @@ PKGNAMESUFFIX= -kmod
MAINTAINER= jon at 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/graphics/libjxr/Makefile
==============================================================================
--- head/graphics/libjxr/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/libjxr/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -13,8 +13,10 @@ COMMENT= Library for JPEG XR, a.k.a. Win
LICENSE= BSD
-BROKEN_aarch64= fails to link: cc: error: linker command failed with exit code 1 (use -v to see invocation)
-BROKEN_mips64= fails to build
+BROKEN_aarch64= fails to link: cc: linker command failed with exit code 1 (use -v to see invocation)
+BROKEN_mips= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
+BROKEN_mips64= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
+BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
USES= dos2unix uidfix
USE_LDCONFIG= yes
Modified: head/graphics/luminance/Makefile
==============================================================================
--- head/graphics/luminance/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/luminance/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -21,6 +21,8 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-flo
libraw_r.so:graphics/libraw \
libboost_system.so:devel/boost-libs
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-msse2"
+
USES= cmake jpeg tar:bzip2
USE_QT4= gui sql webkit xml linguist_build moc_build qmake_build \
rcc_build uic_build imageformats_run
Modified: head/graphics/mapnik/Makefile
==============================================================================
--- head/graphics/mapnik/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/mapnik/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -19,7 +19,8 @@ LIB_DEPENDS= libicuuc.so:devel/icu \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
-BROKEN_powerpc= does not install: runs out of virtual memory
+BROKEN_powerpc= fails to install: runs out of virtual memory
+BROKEN_powerpc64= fails to link: libmapnik.so: undefined reference to boost::match_results
USES= compiler:c++11-lib pkgconfig python scons tar:bzip2
USE_GNOME= libxml2
Modified: head/graphics/perceptualdiff/Makefile
==============================================================================
--- head/graphics/perceptualdiff/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/perceptualdiff/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -13,6 +13,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++0x"
+
PLIST_FILES= bin/perceptualdiff
USE_GITHUB= yes
Modified: head/graphics/plasma-kmod/Makefile
==============================================================================
--- head/graphics/plasma-kmod/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/plasma-kmod/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -13,6 +13,8 @@ COMMENT= Plasma-effect screensaver kerne
LICENSE= BSD3CLAUSE
+BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
+
PLIST_FILES= ${KMODDIR}/plasma_saver.ko
USES= kmod uidfix
Modified: head/graphics/pngwriter/Makefile
==============================================================================
--- head/graphics/pngwriter/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/pngwriter/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -14,6 +14,10 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE
LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2
+BROKEN_mips= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
+BROKEN_mips64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
+BROKEN_powerpc64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
+
USES= cmake:outsource
USE_GITHUB= yes
USE_LDCONFIG= yes
Modified: head/graphics/py-pivy/Makefile
==============================================================================
--- head/graphics/py-pivy/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/py-pivy/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -15,6 +15,8 @@ LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13
LIB_DEPENDS= libSoQt.so:x11-toolkits/soqt
+BROKEN_powerpc64= fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS
+
USES= zip python:2
USE_PYTHON= autoplist distutils
Modified: head/graphics/rawstudio/Makefile
==============================================================================
--- head/graphics/rawstudio/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/rawstudio/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -22,6 +22,8 @@ LIB_DEPENDS= libpng.so:graphics/png \
libgphoto2.so:graphics/libgphoto2
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
+BROKEN_powerpc64= fails to link: libicuuc.so. undefined reference to __cxa_throw_bad_array_new_length
+
USES= desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig \
sqlite
GNU_CONFIGURE= yes
Modified: head/graphics/simpleviewer/Makefile
==============================================================================
--- head/graphics/simpleviewer/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/simpleviewer/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -24,6 +24,8 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenE
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp
+BROKEN_powerpc64= fails to build: fileslist.cpp: '::printf' has not been declared
+
USES= cmake compiler:c++11-lang jpeg pkgconfig tar:bzip2
USE_GL= glu
USE_XORG= ice sm x11 xcursor xext xinerama xrandr xxf86vm
Modified: head/graphics/tulip/Makefile
==============================================================================
--- head/graphics/tulip/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/graphics/tulip/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -18,6 +18,8 @@ LIB_DEPENDS= libquazip.so:archivers/quaz
libOGDF.so:math/ogdf \
libfreetype.so:print/freetype2
+BROKEN_powerpc64= fails to link: libOGDF.so: undefined reference to CoinPackedVector::CoinPackedVector
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= cmake:outsource compiler:c++11-lib dos2unix execinfo jpeg python \
Modified: head/irc/lostirc/Makefile
==============================================================================
--- head/irc/lostirc/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/irc/lostirc/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
+BROKEN_powerpc64= fails to build: Socket.cpp: 'strerror' was not declared in this scope
+
USES= compiler:c++11-lang pathfix pkgconfig gettext
USE_CXXSTD= c++11
USE_GNOME= gnomeprefix
Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/irc/weechat/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -26,6 +26,9 @@ OPTIONS_DEFINE= BACKTRACE DOCS CA_BUNDL
OPTIONS_DEFAULT= ASPELL BACKTRACE CA_BUNDLE CHARSET GNUTLS ICON LUA MANPAGES PERL PYTHON RUBY TCL
OPTIONS_SUB= yes
+# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
+OPTIONS_EXCLUDE_powerpc64= RUBY
+
OPTIONS_GROUP= PLUGINS
OPTIONS_GROUP_PLUGINS= ASPELL CHARSET JAVASCRIPT LUA PERL PYTHON RUBY TCL
Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/japanese/mozc-server/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -20,6 +20,10 @@ LIB_DEPENDS= libprotobuf.so:devel/protob
libzinnia.so:japanese/zinnia
RUN_DEPENDS= xdg-open:devel/xdg-utils
+BROKEN_powerpc= fails to compile: segfault
+BROKEN_powerpc64= fails to install: gyp: Call to 'which clang' returned exit status 1 while in client/client.gyp
+BROKEN_sparc64= fails to compile: segfault
+
USE_GITHUB= yes
GH_TUPLE= hrs-allbsd:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION} \
hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic
@@ -68,10 +72,6 @@ _CCTYPE= gcc
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile: segfault
-.endif
-
GYP_DEFINES= use_libprotobuf=1 \
channel_dev=0 \
enable_unittest=0 \
Modified: head/japanese/nethack34/Makefile
==============================================================================
--- head/japanese/nethack34/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/japanese/nethack34/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -15,6 +15,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ports at FreeBSD.org
COMMENT= Japanized NetHack
+BROKEN_FreeBSD_12= fails to build: stdlib.h: conflicting types for 'srandom'
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= gmake tar:tgz
Modified: head/lang/cling/Makefile
==============================================================================
--- head/lang/cling/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/lang/cling/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -18,6 +18,9 @@ LICENSE_FILE_LLVM= ${WRKSRC}/LICENSE.TXT
LICENSE_FILE_NCSA= ${WRKSRC}/tools/cling/LICENSE.TXT
LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+BROKEN_armv6= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod'
+BROKEN_powerpc64= fails to compile: IncrementalParser.cpp: 'to_string' is not a member of 'std'
+
WRKSRC= ${WRKDIR}/src
LLVM_RELEASE= 3.9.0
Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/lang/gcc47/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -21,6 +21,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
+BROKEN_powerpc64= fails to compile: libgcc2.c: In function '__powisf2': internal compiler error: Segmentation fault
+
.if defined(MAINTAINER_MODE)
BUILD_DEPENDS+= runtest:misc/dejagnu
.endif
Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/lang/gcc6/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -20,6 +20,9 @@ LIB_DEPENDS= libgmp.so:math/gmp \
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
+BROKEN_powerpc64= fails to build: close.c: implicit declaration of function 'strdup'
+BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile
+
.if defined(MAINTAINER_MODE)
BUILD_DEPENDS+= runtest:misc/dejagnu
.endif
Modified: head/lang/hugs/Makefile
==============================================================================
--- head/lang/hugs/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/lang/hugs/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -13,6 +13,9 @@ COMMENT= Interpreter for the functional
BUILD_DEPENDS= bash:shells/bash
+BROKEN_armv6= fails to compile: cppinput.c: invalid preprocessing directive \#!
+BROKEN_powerpc64= fails to compile: cppinput.c: detected recursion whilst expanding macro "vector"
+
WRKSRC= ${WRKDIR}/${DISTNAME}
HUGS_DATE= Sep2006
@@ -26,8 +29,6 @@ CONFIGURE_ARGS+= --with-pthreads
USE_GL= glut
USE_XORG= sm ice xmu xi x11
-BROKEN_ia64= dumps core during build
-
post-patch:
@${REINPLACE_CMD} 's/LIBS/LIBRARIES/' ${WRKSRC}/libraries/Makefile.in
@${REINPLACE_CMD} -e '/^install :: install_notes/d ; \
Modified: head/lang/racket-minimal/Makefile
==============================================================================
--- head/lang/racket-minimal/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/lang/racket-minimal/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -21,11 +21,10 @@ LICENSE= LGPL3
LIB_DEPENDS= libffi.so:devel/libffi
-BROKEN_armv6= does not build: error: GNU lightning does not support the current target
-BROKEN_aarch64= does not build: error: Unported platform
-BROKEN_powerpc64= does not build: jit.c: error: JIT_LOCAL4 undeclared
-BROKEN_sparc64= does not build
BROKEN_i386= does not build on i386 (Seg fault (internal error) at 0x606060a)
+BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
+NOT_FOR_ARCHS= armv6 aarch64 sparc64
+NOT_FOR_ARCHS_REASON= not yet ported to this arch
MAKE_JOBS_UNSAFE=yes
Modified: head/lang/racket/Makefile
==============================================================================
--- head/lang/racket/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/lang/racket/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -22,12 +22,12 @@ LIB_DEPENDS= libffi.so:devel/libffi \
libcairo.so:graphics/cairo \
libpng.so:graphics/png
-BROKEN_armv6= does not build: error: GNU lightning does not support the current target
-BROKEN_aarch64= does not build: error: Unported platform
-BROKEN_sparc64= does not build
+BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
BROKEN_FreeBSD_10_i386= segfaults during build
BROKEN_FreeBSD_11_i386= segfaults during build
BROKEN_FreeBSD_12_i386= segfaults during build
+NOT_FOR_ARCHS= armv6 aarch64 sparc64
+NOT_FOR_ARCHS_REASON= not yet ported to this arch
MAKE_JOBS_UNSAFE=yes
Modified: head/mail/cyrus-imapd30/Makefile
==============================================================================
--- head/mail/cyrus-imapd30/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/mail/cyrus-imapd30/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -19,6 +19,8 @@ LIB_DEPENDS= libsasl2.so:security/cyrus-
libjansson.so:devel/jansson \
libpcre.so:devel/pcre
+BROKEN_powerpc64= fails to compile: mailbox.h: redefinition of typedef 'message_t'
+
CONFLICTS_INSTALL= cyrus-imapd-2.* cyrus-imapd2*
USE_RC_SUBR= imapd
Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/mail/rmilter/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -11,9 +11,10 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libpcre.so:devel/pcre
-BROKEN_armv6= Fails to configure in cmake
-BROKEN_mips= Fails to compile: error: Unsupported word size
-BROKEN_sparc64= Fails to compile: error: Unsupported word size
+BROKEN_armv6= fails to configure in cmake
+BROKEN_powerpc64= fails to build: btrie.c: '__SIZEOF_POINTER__' undeclared here
+NOT_FOR_ARCHS= mips sparc64
+NOT_FOR_ARCHS_REASON= fails to compile: error: Unsupported word size
USE_GITHUB= yes
GH_ACCOUNT= vstakhov
Modified: head/math/acalc/Makefile
==============================================================================
--- head/math/acalc/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/math/acalc/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -10,6 +10,8 @@ COMMENT= Simple and pretty Qt4-based exp
LICENSE= BSD4CLAUSE
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
+
USE_GITHUB= yes
GH_ACCOUNT= anpp
Modified: head/math/clblas/Makefile
==============================================================================
--- head/math/clblas/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/math/clblas/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -18,6 +18,8 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
libboost_program_options.so:devel/boost-libs
RUN_DEPENDS= opencl>=0:devel/opencl
+BROKEN_powerpc64= fails to compile: xgemm.cc: error: extra ';'
+
USE_GITHUB= yes
GH_ACCOUNT= clMathLibraries
GH_PROJECT= clBLAS
Modified: head/math/gap/Makefile
==============================================================================
--- head/math/gap/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/math/gap/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -17,6 +17,9 @@ 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
+
USES= gmake shebangfix tar:bzip2
SHEBANG_FILES= configure \
pkg/GAPDoc-*/*/clean \
@@ -42,8 +45,6 @@ GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION}
WRKSRC= ${WRKDIR}/${GAP_VERSION}
PLIST_FILES= bin/gap
-BROKEN_aarch64= Fails to link: undefined reference to SyAllocBags
-
post-patch:
@${REINPLACE_CMD} -i '' -e '1s|/usr/bin/sh|/bin/sh|' \
${WRKSRC}/pkg/happrime/make_tarball
Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/math/reduce/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -14,6 +14,8 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= gnuplot:math/gnuplot
+BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type
+
USES= autoreconf:build gmake libtool ncurses
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CONFIGURE_ARGS= --build=${TARGET_SDIR}
Modified: head/multimedia/libvdpau-va-gl/Makefile
==============================================================================
--- head/multimedia/libvdpau-va-gl/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/multimedia/libvdpau-va-gl/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libva-x11.so:multimedia/libva
+BROKEN_armv6= fails to configure: CMake Error: Check for working CXX compiler: /nxb-bin/usr/bin/c++ -- broken
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
+
USE_GITHUB= yes
GH_ACCOUNT= i-rinat
Modified: head/multimedia/oggvideotools/Makefile
==============================================================================
--- head/multimedia/oggvideotools/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/multimedia/oggvideotools/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -19,6 +19,8 @@ LIB_DEPENDS= libgd.so:graphics/gd \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis
+BROKEN_powerpc64= fails to build: decoderTest.cpp: 'memset' was not declared in this scope
+
USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig tar:bz2
USE_CXXSTD= c++11
USE_SDL= sdl
Modified: head/net-mgmt/netdata/Makefile
==============================================================================
--- head/net-mgmt/netdata/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net-mgmt/netdata/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -13,6 +13,8 @@ LICENSE= GPLv3
BUILD_DEPENDS+= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid
LIB_DEPENDS+= libuuid.so:misc/e2fsprogs-libuuid
+BROKEN_FreeBSD_12= fails to compile: freebsd_sysctl.c: storage size of 'vmmeter_data' isn't known
+
USE_GITHUB= yes
GH_ACCOUNT= firehol
GH_TAGNAME= f5fa346
Modified: head/net-mgmt/ng_ipacct/Makefile
==============================================================================
--- head/net-mgmt/ng_ipacct/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net-mgmt/ng_ipacct/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -10,6 +10,8 @@ COMMENT= Netgraph IP accounting
LICENSE= BSD2CLAUSE
+BROKEN_powerpc64= fails to build: pcpu.h: error: size of array '__assert_0' is negative
+
USE_GITHUB= yes
USES= kmod uidfix
Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net-p2p/bitcoin/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -15,6 +15,8 @@ LICENSE= MIT
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libevent.so:devel/libevent
+BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal
+
USES= autoreconf compiler:c++0x gmake libtool pkgconfig shebangfix ssl
SHEBANG_FILES= src/test/*.py
USE_GITHUB= yes
Modified: head/net-p2p/dogecoin/Makefile
==============================================================================
--- head/net-p2p/dogecoin/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net-p2p/dogecoin/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -13,9 +13,11 @@ COMMENT= Virtual Peer-to-Peer Currency C
LICENSE= MIT
BUILD_DEPENDS= protoc:devel/protobuf
-
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
+NOT_FOR_ARCHS= powerpc powerpc64 sparc64
+NOT_FOR_ARCHS_REASON= fails to configure: "Big Endian not supported"
+
OPTIONS_DEFINE= GUI UPNP QRCODES
OPTIONS_DEFAULT= GUI QRCODES
Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net-p2p/litecoin/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
+NOT_FOR_ARCHS= powerpc powerpc64 sparc64
+NOT_FOR_ARCHS_REASON= fails to configure: "Big Endian not supported"
+
USES+= autoreconf gmake libtool pkgconfig shebangfix ssl
SHEBANG_FILES= src/test/*.py
USE_GITHUB= yes
@@ -96,7 +99,7 @@ PLIST_FILES?= bin/litecoin-qt share/appl
.if ${SSL_DEFAULT:Mlibressl*}
# The configure script will output this message, so save the user the trouble
-IGNORE= Detected LibreSSL: This is NOT supported, and may break consensus compatibility!
+IGNORE= detected LibreSSL: This is NOT supported, and may break consensus compatibility!
.endif
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
Modified: head/net-p2p/namecoin/Makefile
==============================================================================
--- head/net-p2p/namecoin/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net-p2p/namecoin/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
+BROKEN_powerpc64= fails to build: util.cpp: undefined reference to boost::program_options::to_internal
+
OPTIONS_DEFINE= X11 UPNP QRCODES DBUS
OPTIONS_DEFAULT= X11 QRCODES
Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net-p2p/zetacoin/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -18,7 +18,8 @@ USES+= autoreconf compiler:c++0x gmake
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
-BROKEN_armv6= AtomicPointer not implemented
+BROKEN_armv6= AtomicPointer not implemented
+BROKEN_powerpc64= fails to configure: No working boost sleep implementation found
USE_GITHUB= yes
@@ -98,7 +99,7 @@ GROUPS= ${PORTNAME}
.if ${SSL_DEFAULT:Mlibressl*}
# The configure script will output this message, so save the user the trouble
-IGNORE= Detected LibreSSL: This is NOT supported, and may break consensus compatibility!
+IGNORE= detected LibreSSL: This is NOT supported, and may break consensus compatibility!
.endif
post-patch:
Modified: head/net/aoe/Makefile
==============================================================================
--- head/net/aoe/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net/aoe/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -18,8 +18,10 @@ KMODDIR= ${PREFIX}/lib/aoe
USE_RC_SUBR= aoe
-BROKEN_aarch64= Fails to compile: error: redefinition of frame
-BROKEN_sparc64= Fails to compile: error: redefinition of frame
+BROKEN_aarch64= fails to compile: error: redefinition of frame
+BROKEN_armv6= fails to compile: error: redefinition of frame
+BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
+BROKEN_sparc64= fails to compile: error: redefinition of frame
do-install:
${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe
Modified: head/net/freediameter/Makefile
==============================================================================
--- head/net/freediameter/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net/freediameter/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -16,6 +16,8 @@ LIB_DEPENDS= libgcrypt.so:security/libgc
libgnutls.so:security/gnutls \
libidn.so:dns/libidn
+BROKEN_powerpc64= fails to build: CMake Error at CMakeLists.txt: Unable to find idna.h header or idna_to_ascii_8z function
+
USES= cmake bison
USE_LDCONFIG= yes
CMAKE_ARGS= -DSCTP_USE_MAPPED_ADDRESSES:BOOL=ON
Modified: head/net/intel-em-kmod/Makefile
==============================================================================
--- head/net/intel-em-kmod/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net/intel-em-kmod/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -12,4 +12,7 @@ MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
PKGDIR= ${.CURDIR}
DISTINFO_FILE= ${.CURDIR}/distinfo
+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
+
.include "${MASTERDIR}/Makefile"
Modified: head/net/isboot-kmod/Makefile
==============================================================================
--- head/net/isboot-kmod/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net/isboot-kmod/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -12,6 +12,9 @@ COMMENT= Kernel module enabling iSCSI bo
LICENSE= BSD2CLAUSE
+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
+
USES= kmod uidfix
SUB_FILES= pkg-message
WRKSRC_SUBDIR= src
Modified: head/net/kea/Makefile
==============================================================================
--- head/net/kea/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net/kea/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \
libboost_system.so:devel/boost-libs
+BROKEN_powerpc64= fails to configure: checking for log4cplus library... no
+
USES= autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
Modified: head/net/lft/Makefile
==============================================================================
--- head/net/lft/Makefile Mon May 22 15:42:25 2017 (r441467)
+++ head/net/lft/Makefile Mon May 22 16:04:19 2017 (r441468)
@@ -15,6 +15,8 @@ LICENSE_NAME= VOSTROM
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror auto-accept
+BROKEN_FreeBSD_12= fails to compile: lft_types.h: pcap-int.h: No such file or directory
+
GNU_CONFIGURE= yes
PLIST_FILES= sbin/lft bin/whob man/man8/lft.8.gz man/man8/whob.8.gz
More information about the svn-ports-head
mailing list