From owner-svn-ports-all@freebsd.org Sat Apr 29 05:44:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 608D7D558C1; Sat, 29 Apr 2017 05:44:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D0887ED; Sat, 29 Apr 2017 05:44:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3T5iRqO075765; Sat, 29 Apr 2017 05:44:27 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3T5iP4r075749; Sat, 29 Apr 2017 05:44:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201704290544.v3T5iP4r075749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 29 Apr 2017 05:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439717 - in head/lang: afnix angelscript cint dmd2 ecl guile2 harbour mosml newlisp-devel nim ocaml ocaml-nox11 pfe rexx-regina X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 05:44:28 -0000 Author: linimon Date: Sat Apr 29 05:44:25 2017 New Revision: 439717 URL: https://svnweb.freebsd.org/changeset/ports/439717 Log: Provide more descriptive error messages for ports failing on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/lang/afnix/Makefile head/lang/angelscript/Makefile head/lang/cint/Makefile head/lang/dmd2/Makefile head/lang/ecl/Makefile head/lang/guile2/Makefile head/lang/harbour/Makefile head/lang/mosml/Makefile head/lang/newlisp-devel/Makefile head/lang/nim/Makefile head/lang/ocaml-nox11/Makefile head/lang/ocaml/Makefile head/lang/pfe/Makefile head/lang/rexx-regina/Makefile Modified: head/lang/afnix/Makefile ============================================================================== --- head/lang/afnix/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/afnix/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/angelscript/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/cint/Makefile ============================================================================== --- head/lang/cint/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/cint/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -10,7 +10,7 @@ MASTER_SITES= http://root.cern.ch/drupal 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 Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/dmd2/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/ecl/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/guile2/Makefile ============================================================================== --- head/lang/guile2/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/guile2/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/harbour/Makefile ============================================================================== --- head/lang/harbour/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/harbour/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -10,15 +10,13 @@ MASTER_SITES= SF/${PORTNAME}-project/sou 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 Modified: head/lang/mosml/Makefile ============================================================================== --- head/lang/mosml/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/mosml/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/newlisp-devel/Makefile ============================================================================== --- head/lang/newlisp-devel/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/newlisp-devel/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/nim/Makefile ============================================================================== --- head/lang/nim/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/nim/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/ocaml-nox11/Makefile ============================================================================== --- head/lang/ocaml-nox11/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/ocaml-nox11/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/ocaml/Makefile ============================================================================== --- head/lang/ocaml/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/ocaml/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/pfe/Makefile ============================================================================== --- head/lang/pfe/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/pfe/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -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 Modified: head/lang/rexx-regina/Makefile ============================================================================== --- head/lang/rexx-regina/Makefile Sat Apr 29 04:48:45 2017 (r439716) +++ head/lang/rexx-regina/Makefile Sat Apr 29 05:44:25 2017 (r439717) @@ -21,7 +21,7 @@ BROKEN_aarch64= Does not build: error: 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