summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-04-29 05:44:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-04-29 05:44:25 +0000
commite043e9c8d63ff824fc84f0ea1e0ca6653c7f146b (patch)
tree0042eed23a115cfecb4825842c4e68312f6d8ebc
parentUpdate to 1.4.3. (diff)
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=439717
-rw-r--r--lang/afnix/Makefile2
-rw-r--r--lang/angelscript/Makefile2
-rw-r--r--lang/cint/Makefile2
-rw-r--r--lang/dmd2/Makefile2
-rw-r--r--lang/ecl/Makefile2
-rw-r--r--lang/guile2/Makefile4
-rw-r--r--lang/harbour/Makefile6
-rw-r--r--lang/mosml/Makefile2
-rw-r--r--lang/newlisp-devel/Makefile2
-rw-r--r--lang/nim/Makefile2
-rw-r--r--lang/ocaml-nox11/Makefile2
-rw-r--r--lang/ocaml/Makefile2
-rw-r--r--lang/pfe/Makefile2
-rw-r--r--lang/rexx-regina/Makefile2
14 files changed, 16 insertions, 18 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile
index 6ccbc9a8a5c0..da0ae24f6e37 100644
--- a/lang/afnix/Makefile
+++ b/lang/afnix/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= johans@FreeBSD.org
COMMENT= Multi-threaded functional programming language
BROKEN_powerpc= does not configure
-BROKEN_powerpc64= does not build
+BROKEN_powerpc64= does not build: afnix-setup: cannot determine linking type
BROKEN_i386= does not build
USES= compiler:c++11-lang gmake tar:tgz
diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile
index 5752a7f4b6de..e26f0b86be80 100644
--- a/lang/angelscript/Makefile
+++ b/lang/angelscript/Makefile
@@ -14,7 +14,7 @@ COMMENT= AngelCode Scripting Library
LICENSE= ZLIB
BROKEN_aarch64= Does not build: invokes x86 asm
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: invokes x86 asm
BROKEN_sparc64= Does not build: invokes x86 asm
MAKEFILE= makefile
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 882bd078b85b..26a664d56cea 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/
MAINTAINER= fjoe@FreeBSD.org
COMMENT= C/C++ interpreter
-BROKEN_powerpc64= does not build
+BROKEN_powerpc64= does not build: cint/include/iosenum.h: segmentation fault (core dumped)
BUILD_DEPENDS= bash:shells/bash
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile
index a45d2936cd3e..4d6773c76028 100644
--- a/lang/dmd2/Makefile
+++ b/lang/dmd2/Makefile
@@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}
BROKEN_aarch64= Does not configure: no cpu specified, assuming X86
BROKEN_mips64= Does not compile: cc1: error: unrecognized command line option -m32
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: can't mangle function with unknown linkage (void*())
BROKEN_sparc64= Does not install: divide-by-zero error
OPTIONS_DEFINE= DOCS EXAMPLES
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 3468ca0afe65..1e1b1ac3112a 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -15,7 +15,7 @@ LICENSE= LGPL20
LIB_DEPENDS= libgmp.so:math/gmp
BROKEN_aarch64= Does not compile: error: unknown type name AO_TS_t
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not link: undefined reference to fmodl
MAKE_JOBS_UNSAFE= yes
USES= gmake perl5 tar:tgz
diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile
index 176e5802eb8b..e9bbd744a1a0 100644
--- a/lang/guile2/Makefile
+++ b/lang/guile2/Makefile
@@ -19,8 +19,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \
CONFLICTS_INSTALL= guile-[0-9]*
-BROKEN_powerpc64= Does not build
-BROKEN_sparc64= fails to compile: errors in complex.h
+BROKEN_powerpc64= does not build: error: expected declaration specifiers or ... before __builtin_choose_expr
+BROKEN_sparc64= fails to compile: errors in complex.h
USES= charsetfix gmake libtool makeinfo ncurses pathfix pkgconfig \
readline
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile
index e5fd15d68966..e2356533cf45 100644
--- a/lang/harbour/Makefile
+++ b/lang/harbour/Makefile
@@ -10,15 +10,13 @@ MASTER_SITES= SF/${PORTNAME}-project/source/${PORTVERSION}
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Open source Clipper-compatible compiler
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libslang.so:devel/libslang2\
libpcre.so:devel/pcre
BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS:= ${BUILD_DEPENDS}
-NOT_FOR_ARCHS= sparc64
-NOT_FOR_ARCHS_REASON= does not compile on sparc64: assertion failed
+BROKEN_powerpc64= does not build: clang: Command not found
+BROKEN_sparc64= does not compile on sparc64: assertion failed
PORTDOCS= *.txt *.hbd NEWS INSTALL TODO COPYING ChangeLog
diff --git a/lang/mosml/Makefile b/lang/mosml/Makefile
index 64472d0a0a65..4e1e889359b5 100644
--- a/lang/mosml/Makefile
+++ b/lang/mosml/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
GH_ACCOUNT= kfl
USE_GITHUB= yes
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= does not configure: this architecture seems to be neither big endian nor little endian
RESTRICTED= Restrictions on for-profit distribution
diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile
index 956efad6ac37..2f9168cd4174 100644
--- a/lang/newlisp-devel/Makefile
+++ b/lang/newlisp-devel/Makefile
@@ -12,7 +12,7 @@ COMMENT= LISP like scripting language
LICENSE= GPLv3
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= does not build: error: redefinition of typedef 'CPPFunction
LIB_DEPENDS= libffi.so:devel/libffi
diff --git a/lang/nim/Makefile b/lang/nim/Makefile
index 3f3548a9b6f0..5d091ec4c13b 100644
--- a/lang/nim/Makefile
+++ b/lang/nim/Makefile
@@ -13,7 +13,7 @@ LICENSE= MIT
BROKEN_aarch64= Does not compile: crt1.c: undefined reference to main
BROKEN_mips64= Does not build: build.sh: clang: not found
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: build.sh: clang: not found
BROKEN_sparc64= Does not build: build.sh: clang: not found
OPTIONS_DEFINE= DOCS
diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile
index 477609d1c6b9..db166134032f 100644
--- a/lang/ocaml-nox11/Makefile
+++ b/lang/ocaml-nox11/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= lang
MAINTAINER= michael.grunewald@laposte.net
COMMENT= Objective Caml compiler and programming environment (no X11)
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: error: too few arguments to function gethostbyname_r
MASTERDIR= ${.CURDIR}/../ocaml
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 3b68c5e6a74f..8a650fd023e0 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -19,7 +19,7 @@ LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE
LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_aarch64= Does not build: No rule to make target aarch64.o, needed by libasmrun.a
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: error: too few arguments to function gethostbyname_r
BROKEN_sparc64= ocamlc.opt seg-faults, please try to fix
BROKEN_mips64= No ASM support
BROKEN_mips= No ASM support
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index 4263483672e3..1fba97c504f2 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -13,7 +13,7 @@ COMMENT= Implementation of ANSI Forth
BROKEN_aarch64= does not compile: error: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99
BROKEN_i386= does not link
BROKEN_powerpc= does not compile
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= does not build: error: lvalue required as increment operand
GNU_CONFIGURE= yes
USES= gmake perl5 libtool tar:bzip2
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile
index 562e19c0a1ea..b14980d587cb 100644
--- a/lang/rexx-regina/Makefile
+++ b/lang/rexx-regina/Makefile
@@ -21,7 +21,7 @@ BROKEN_aarch64= Does not build: error: expected expression
BROKEN_armv6= Does not build: error: expected expression
BROKEN_mips= Does not build: error: expected expression
BROKEN_mips64= Does not build: error: expected expression
-BROKEN_powerpc64= Does not build
+BROKEN_powerpc64= Does not build: error: expected expression
BROKEN_sparc64= Does not build: error: expected expression
USES= gmake iconv ncurses