diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 23:50:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 23:50:49 +0000 |
commit | 17509a431f18b24f95c5e079f1b267178407b763 (patch) | |
tree | f3481f814fcfabace3fa053c9d94cb7c96c690bf | |
parent | Mark some ports failing on power64. In cases where the error message (diff) |
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)
Notes
Notes:
svn path=/head/; revision=440860
-rw-r--r-- | sysutils/dateutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 | ||||
-rw-r--r-- | sysutils/fluent-bit/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fswatch-mon/Makefile | 2 | ||||
-rw-r--r-- | sysutils/jobd/Makefile | 7 | ||||
-rw-r--r-- | sysutils/lttng-tools/Makefile | 2 | ||||
-rw-r--r-- | sysutils/moosefs3-client/Makefile | 2 | ||||
-rw-r--r-- | sysutils/rovclock/Makefile | 1 | ||||
-rw-r--r-- | sysutils/sample/Makefile | 8 | ||||
-rw-r--r-- | sysutils/sformat/Makefile | 7 | ||||
-rw-r--r-- | sysutils/syslog-ng36/Makefile | 5 | ||||
-rw-r--r-- | sysutils/tmux-mem-cpu-load/Makefile | 2 | ||||
-rw-r--r-- | textproc/ansifilter/Makefile | 2 | ||||
-rw-r--r-- | textproc/kiss-templates/Makefile | 2 | ||||
-rw-r--r-- | www/gatling/Makefile | 2 | ||||
-rw-r--r-- | www/logtools/Makefile | 2 | ||||
-rw-r--r-- | www/pear-XML_GRDDL/Makefile | 2 | ||||
-rw-r--r-- | www/py-libsass/Makefile | 2 | ||||
-rw-r--r-- | x11/hsetroot/Makefile | 2 |
19 files changed, 43 insertions, 13 deletions
diff --git a/sysutils/dateutils/Makefile b/sysutils/dateutils/Makefile index bf99b83396ad..326390398acb 100644 --- a/sysutils/dateutils/Makefile +++ b/sysutils/dateutils/Makefile @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= help2man:misc/help2man +BROKEN_powerpc64= fails to compile: sysctl.h: expected declaration specifiers or ... before u_int + USES= pathfix tar:xz GNU_CONFIGURE= yes diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 7c808dde72da..f60d6d99092b 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -14,7 +14,8 @@ LICENSE= GPLv2 PORTSCOUT= ignore # cannot handle the version in the directory -BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_aarch64= fails to link: missing sbrk +BROKEN_powerpc64= fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 562038945150..63a0551484d0 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -15,6 +15,7 @@ BROKEN_aarch64= fails to build: error: unknown type name thread_local BROKEN_armv6= fails to configure: failure in cmake BROKEN_mips= fails to build: conflicting types for 'restrict' BROKEN_mips64= fails to build: conflicting types for 'restrict' +BROKEN_powerpc64= fails to build: cast from pointer to integer of different size USES= cmake diff --git a/sysutils/fswatch-mon/Makefile b/sysutils/fswatch-mon/Makefile index 38422d9b9c2a..059527748b2a 100644 --- a/sysutils/fswatch-mon/Makefile +++ b/sysutils/fswatch-mon/Makefile @@ -11,6 +11,8 @@ COMMENT= Cross-platform file change monitor LICENSE= GPLv3 +BROKEN_powerpc64= fails to configure: A compiler with support for C++11 language features is required + USES= autoreconf gettext libtool makeinfo USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index 97d23945e697..339d138d3621 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -17,8 +17,9 @@ USE_GITHUB= YES USE_LDCONFIG= YES GH_ACCOUNT= mheily -BROKEN_aarch64= Fails to compile: comparison of constant -1 with expression of type char is always true -BROKEN_mips64= Fails to configure: unrecognized command line option -std=c++11 -BROKEN_sparc64= Fails to configure: unrecognized command line option -std=c++11 +BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of type char is always true +BROKEN_mips64= fails to configure: unrecognized command line option -std=c++11 +BROKEN_powerpc64= fails to configure: Unable to run configure in ./src/ +BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11 .include <bsd.port.mk> diff --git a/sysutils/lttng-tools/Makefile b/sysutils/lttng-tools/Makefile index 3a78690b4662..3241325ea730 100644 --- a/sysutils/lttng-tools/Makefile +++ b/sysutils/lttng-tools/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= libpopt.so:devel/popt \ liburcu.so:sysutils/liburcu \ liblttng-ust-ctl.so:sysutils/lttng-ust +BROKEN_powerpc64= fails to compile: cc: Internal error: Segmentation fault (program ld) + USES= autoreconf bison libtool localbase pathfix pkgconfig \ shebangfix tar:bzip2 USE_LDCONFIG= yes diff --git a/sysutils/moosefs3-client/Makefile b/sysutils/moosefs3-client/Makefile index 1e49c12097fa..2ae04dbdfcfb 100644 --- a/sysutils/moosefs3-client/Makefile +++ b/sysutils/moosefs3-client/Makefile @@ -9,6 +9,8 @@ LICENSE= GPLv2 MFS_COMPONENT= client +BROKEN_powerpc64= fails to compile: mfs_fuse.c: internal compiler error: Segmentation fault + MASTERDIR= ${.CURDIR}/../moosefs3-master .include "${MASTERDIR}/Makefile" diff --git a/sysutils/rovclock/Makefile b/sysutils/rovclock/Makefile index 6481501bb577..fb7985cf8f0f 100644 --- a/sysutils/rovclock/Makefile +++ b/sysutils/rovclock/Makefile @@ -15,6 +15,7 @@ BROKEN_aarch64= fails to install: undefined reference to outl BROKEN_armv6= fails to install: undefined reference to outl BROKEN_mips= fails to install: undefined reference to outl BROKEN_mips64= fails to install: undefined reference to outl +BROKEN_powerpc64= fails to install: undefined reference to outl USES= tar:bzip2 diff --git a/sysutils/sample/Makefile b/sysutils/sample/Makefile index 0c91d4a65a41..d40f0ae08154 100644 --- a/sysutils/sample/Makefile +++ b/sysutils/sample/Makefile @@ -10,16 +10,16 @@ COMMENT= Examine periodic stack traces of all running processes LICENSE= BSD3CLAUSE -BROKEN_i386= does not build: don't know how to make sample_support_i386.c -BROKEN_powerpc64= does not build -BROKEN_sparc64= does not build: don't know how to make sample_support_sparc64.c - BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/libbfd \ ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \ ${LOCALBASE}/lib/libxo.a:devel/libxo \ ${LOCALBASE}/bin/cython:lang/cython \ ${LOCALBASE}/bin/python:lang/python +BROKEN_i386= does not build: don't know how to make sample_support_i386.c +BROKEN_powerpc64= does not build: don't know how to make sample_support_powerpc64.c +BROKEN_sparc64= does not build: don't know how to make sample_support_sparc64.c + USE_GITHUB= yes GH_ACCOUNT= freenas GH_TAGNAME= 45e2b86 diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile index 37e067cdba30..02901b9d0fec 100644 --- a/sysutils/sformat/Makefile +++ b/sysutils/sformat/Makefile @@ -14,9 +14,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= marius@FreeBSD.org COMMENT= Allows formatting/partitioning/analysis/repairing of SCSI disks -BROKEN_aarch64= Does not build: No rule to make target RULES/arm64-freebsd-cc.rul -BROKEN_mips64= Does not build: No rule to make target RULES/mips-freebsd-cc.rul -BROKEN_powerpc64= Does not build +BROKEN_aarch64= does not build: No rule to make target RULES/arm64-freebsd-cc.rul +BROKEN_armv6= does not build: No rule to make target RULES/arm64-freebsd-cc.rul +BROKEN_mips64= does not build: No rule to make target RULES/mips-freebsd-cc.rul +BROKEN_powerpc64= does not install: powerpc-freebsd-cc/sformat: No such file or directory LIBSCHILY= libschily-2.01.01a07.tar.gz USES= gmake diff --git a/sysutils/syslog-ng36/Makefile b/sysutils/syslog-ng36/Makefile index 8c0472ead8ec..8a1b58c6b6aa 100644 --- a/sysutils/syslog-ng36/Makefile +++ b/sysutils/syslog-ng36/Makefile @@ -14,11 +14,12 @@ MASTER_SITES= https://github.com/balabit/${PORTNAME}/releases/download/${PORTNAM MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement -BROKEN_sparc64= Does not compile on sparc64: gcc core dump - LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libpcre.so:devel/pcre +BROKEN_powerpc64= fails to link: cc: Internal error: Segmentation fault (program ld) +BROKEN_sparc64= fails to compile: gcc core dump + CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* diff --git a/sysutils/tmux-mem-cpu-load/Makefile b/sysutils/tmux-mem-cpu-load/Makefile index 12672f933d0d..a9dc85373fe2 100644 --- a/sysutils/tmux-mem-cpu-load/Makefile +++ b/sysutils/tmux-mem-cpu-load/Makefile @@ -13,6 +13,8 @@ LICENSE= APACHE20 RUN_DEPENDS= tmux:sysutils/tmux +BROKEN_powerpc64= fails to compile: Compiler GNU 4.2.1 has no C++11 support + USE_GITHUB= yes GH_ACCOUNT= thewtex diff --git a/textproc/ansifilter/Makefile b/textproc/ansifilter/Makefile index 5be17ae4cf90..29a02bbaad8f 100644 --- a/textproc/ansifilter/Makefile +++ b/textproc/ansifilter/Makefile @@ -12,6 +12,8 @@ COMMENT= Customizable ANSI Code Converter LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++11 + USES= gmake tar:bzip2 MAKEFILE= makefile diff --git a/textproc/kiss-templates/Makefile b/textproc/kiss-templates/Makefile index 2d82c71a323c..520b23de9014 100644 --- a/textproc/kiss-templates/Makefile +++ b/textproc/kiss-templates/Makefile @@ -12,6 +12,8 @@ COMMENT= Type safe "Keep it simple, stupid" text templates for C++ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: No known features for CXX compiler GNU + USE_GITHUB= yes GH_ACCOUNT= rbock diff --git a/www/gatling/Makefile b/www/gatling/Makefile index 8f761f660602..c607d5527d6e 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= libowfat>=0.31:devel/libowfat +BROKEN_powerpc64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key' + USES= gmake ssl tar:xz USE_RC_SUBR= gatling diff --git a/www/logtools/Makefile b/www/logtools/Makefile index 6e3199dd60e1..74f768930070 100644 --- a/www/logtools/Makefile +++ b/www/logtools/Makefile @@ -11,6 +11,8 @@ COMMENT= Useful tools to deal with CLF files (Common Log File format) LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory + USES= tar:tgz GNU_CONFIGURE= yes diff --git a/www/pear-XML_GRDDL/Makefile b/www/pear-XML_GRDDL/Makefile index fd9b38996050..f17e7deb2db3 100644 --- a/www/pear-XML_GRDDL/Makefile +++ b/www/pear-XML_GRDDL/Makefile @@ -17,6 +17,8 @@ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \ ${PEARDIR}/Log.php:sysutils/pear-Log \ ${PEARDIR}/Validate.php:devel/pear-Validate +BROKEN_powerpc64= fails to package: Generating packing list with pear: Signal 11 + USES= pear USE_PHP+= xsl tidy diff --git a/www/py-libsass/Makefile b/www/py-libsass/Makefile index 32195d1acef2..f7258d872fbf 100644 --- a/www/py-libsass/Makefile +++ b/www/py-libsass/Makefile @@ -14,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++0x + USES= python USE_PYTHON= distutils autoplist diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile index 1a76fd86f999..fa206f8e155b 100644 --- a/x11/hsetroot/Makefile +++ b/x11/hsetroot/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libImlib2.so:graphics/imlib2 +BROKEN_powerpc64= fails to compile: hsetroot.c: error: 'for' loop initial declaration used outside C99 mode + USE_GITHUB= yes GH_ACCOUNT= himdel GH_TAGNAME= 47d887b |