From owner-svn-ports-head@freebsd.org Mon Jun 18 01:48:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B5A1011CE6; Mon, 18 Jun 2018 01:48:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1970689CE; Mon, 18 Jun 2018 01:48:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C37AE1D7AF; Mon, 18 Jun 2018 01:48:48 +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 w5I1mmt8082742; Mon, 18 Jun 2018 01:48:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5I1mkgN082732; Mon, 18 Jun 2018 01:48:46 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806180148.w5I1mkgN082732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 18 Jun 2018 01:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472665 - in head: audio/faac audio/faad audio/mp3blaster audio/volumeicon biology/iqtree cad/alliance cad/freehdl cad/meshlab cad/repsnapper chinese/ibus-libpinyin comms/sunxi-tools X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: audio/faac audio/faad audio/mp3blaster audio/volumeicon biology/iqtree cad/alliance cad/freehdl cad/meshlab cad/repsnapper chinese/ibus-libpinyin comms/sunxi-tools X-SVN-Commit-Revision: 472665 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 01:48:49 -0000 Author: linimon Date: Mon Jun 18 01:48:46 2018 New Revision: 472665 URL: https://svnweb.freebsd.org/changeset/ports/472665 Log: Mark ports broken on powerpc64, categories a-c. While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Modified: head/audio/faac/Makefile head/audio/faad/Makefile head/audio/mp3blaster/Makefile head/audio/volumeicon/Makefile head/biology/iqtree/Makefile head/cad/alliance/Makefile head/cad/freehdl/Makefile head/cad/meshlab/Makefile head/cad/repsnapper/Makefile head/chinese/ibus-libpinyin/Makefile head/comms/sunxi-tools/Makefile Modified: head/audio/faac/Makefile ============================================================================== --- head/audio/faac/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/audio/faac/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_ISO= ${WRKSRC}/README LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_powerpc64= fails to build: quantize.c:152: error: initializer element is not constant + USES= gmake libtool INSTALL_TARGET= install-strip GNU_CONFIGURE= yes Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/audio/faad/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -13,6 +13,8 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: mp4read.o:(.text+0x714): undefined reference to '__builtin_bswap16' + USES= autoreconf gmake libtool INSTALL_TARGET= install-strip Modified: head/audio/mp3blaster/Makefile ============================================================================== --- head/audio/mp3blaster/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/audio/mp3blaster/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -13,6 +13,8 @@ COMMENT= MP3 console ncurses-based player LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to configure: checking for main in -lm... no + USES= gmake localbase:ldflags ncurses GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -Wno-narrowing" Modified: head/audio/volumeicon/Makefile ============================================================================== --- head/audio/volumeicon/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/audio/volumeicon/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -10,6 +10,8 @@ COMMENT= Lightweight volume control for the systray LICENSE= GPLv3 +BROKEN_powerpc64= fails to build: oss3_backend.c:80: 'for' loop initial declaration used outside C99 mode + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oss=v3 \ --with-oss-include-path=/usr/include/sys Modified: head/biology/iqtree/Makefile ============================================================================== --- head/biology/iqtree/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/biology/iqtree/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -11,9 +11,10 @@ COMMENT= Efficient phylogenomic software by maximum li LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3' -BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3' -BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3' +BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3' +BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3' +BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3' +BROKEN_powerpc64= fails to build: GCC version must be at least 4.8! USES= cmake compiler:openmp eigen:3 USE_GITHUB= yes Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/cad/alliance/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status +BROKEN_powerpc64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" CONFLICTS_INSTALL= fspclient-* Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/cad/freehdl/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -10,6 +10,8 @@ MASTER_SITES= http://freehdl.seul.org/~enaroska/ MAINTAINER= ports@FreeBSD.org COMMENT= Free VHDL simulator +BROKEN_powerpc64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" + USES= gmake pathfix libtool makeinfo perl5 pkgconfig USE_LDCONFIG= yes USE_GCC= any Modified: head/cad/meshlab/Makefile ============================================================================== --- head/cad/meshlab/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/cad/meshlab/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -13,13 +13,16 @@ COMMENT= 3D triangular meshes processing and editing t LICENSE= GPLv2 +BROKEN_aarch64= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char +BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char +BROKEN_armv7= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char +BROKEN_powerpc64= fails to compile: mc_lookup_table.h:316:5: narrowing conversion of '-1' from 'int' to 'char' inside { } + EXTRACT_DEPENDS=gtar:archivers/gtar LIB_DEPENDS= libQtSolutions_SOAP-head.so:devel/qt4-qtsolutions-soap \ libmpir.so:math/mpir -BROKEN_aarch64= Fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char - -USES= dos2unix qmake compiler:c++11-lib tar:tgz +USES= compiler:c++11-lib dos2unix qmake tar:tgz USE_CXXSTD= c++11 USE_GL= glew glu USE_QT4= moc_build rcc_build uic_build corelib gui xml \ Modified: head/cad/repsnapper/Makefile ============================================================================== --- head/cad/repsnapper/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/cad/repsnapper/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -12,15 +12,16 @@ COMMENT= Controller and GCode generator for RepRap 3D LICENSE= GPLv2 BSD3CLAUSE MIT LICENSE_COMB= multi +BROKEN_powerpc64= fails to compile: clipper.hpp:52:10: 'vector' file not found + LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ libpolyclipping.so:graphics/polyclipping \ libzip.so:archivers/libzip -USE_GITHUB= yes -GH_ACCOUNT= timschmidt - USES= compiler:c++11-lib autoreconf gettext gmake libtool localbase \ perl5 pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= timschmidt USE_GNOME= gtkmm24 intltool libxml++26 USE_GL= gl USE_PERL5= build Modified: head/chinese/ibus-libpinyin/Makefile ============================================================================== --- head/chinese/ibus-libpinyin/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/chinese/ibus-libpinyin/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -12,6 +12,8 @@ COMMENT= Intelligent Pinyin engine based on libpinyin LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: PYLibPinyin.cc:222:54: 'getline' was not declared in this scope + LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libibus-1.0.so:textproc/ibus \ libpinyin.so:chinese/libpinyin Modified: head/comms/sunxi-tools/Makefile ============================================================================== --- head/comms/sunxi-tools/Makefile Mon Jun 18 01:20:28 2018 (r472664) +++ head/comms/sunxi-tools/Makefile Mon Jun 18 01:48:46 2018 (r472665) @@ -11,9 +11,10 @@ COMMENT= Tools to help hacking Allwinner devices LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -USE_GITHUB= yes -GH_ACCOUNT= linux-sunxi +BROKEN_powerpc64= fails to build: unrecognized command line option "-Wno-unused-result" USES= gmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= linux-sunxi .include