From owner-svn-ports-head@freebsd.org Fri Feb 24 21:55:54 2017 Return-Path: Delivered-To: svn-ports-head@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 6B3DCCEC894; Fri, 24 Feb 2017 21:55:54 +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 45F701EBE; Fri, 24 Feb 2017 21:55:54 +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 v1OLtrh5080215; Fri, 24 Feb 2017 21:55:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1OLtq5W080209; Fri, 24 Feb 2017 21:55:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702242155.v1OLtq5W080209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 24 Feb 2017 21:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434754 - in head: cad/ghdl databases/adabase math/sc-im misc/talkfilters security/libsparkcrypto shells/sparforte X-SVN-Group: ports-head 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.23 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: Fri, 24 Feb 2017 21:55:54 -0000 Author: linimon Date: Fri Feb 24 21:55:52 2017 New Revision: 434754 URL: https://svnweb.freebsd.org/changeset/ports/434754 Log: Mark a few leaf ports broken on aarch64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/cad/ghdl/Makefile head/databases/adabase/Makefile head/math/sc-im/Makefile head/misc/talkfilters/Makefile head/security/libsparkcrypto/Makefile head/shells/sparforte/Makefile Modified: head/cad/ghdl/Makefile ============================================================================== --- head/cad/ghdl/Makefile Fri Feb 24 21:55:20 2017 (r434753) +++ head/cad/ghdl/Makefile Fri Feb 24 21:55:52 2017 (r434754) @@ -3,8 +3,8 @@ PORTNAME= ghdl PORTVERSION= 0.33 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= cad DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -22,6 +22,8 @@ USES= ada gmake USE_GITHUB= yes GH_ACCOUNT= tgingold +BROKEN_aarch64= fails to configure: Configuration aarch64-portbld-freebsd11 not supported + GNU_CONFIGURE= yes GCCVER= 4.9.2 LLVMVER= 35 Modified: head/databases/adabase/Makefile ============================================================================== --- head/databases/adabase/Makefile Fri Feb 24 21:55:20 2017 (r434753) +++ head/databases/adabase/Makefile Fri Feb 24 21:55:52 2017 (r434754) @@ -19,6 +19,8 @@ USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= AdaBase +BROKEN_aarch64= fails to install: digits value out of range, maximum is 15 + OPTIONS_DEFINE= DEBUG OPTIONS_MULTI= DBASE OPTIONS_MULTI_DBASE= MYSQL SQLITE PGSQL Modified: head/math/sc-im/Makefile ============================================================================== --- head/math/sc-im/Makefile Fri Feb 24 21:55:20 2017 (r434753) +++ head/math/sc-im/Makefile Fri Feb 24 21:55:52 2017 (r434754) @@ -19,6 +19,8 @@ USE_GNOME= libxml2 LIB_DEPENDS= libxlsreader.so:math/libxls \ libzip.so:archivers/libzip +BROKEN_aarch64= fails to compile: conflicting types for __wcwidth + WRKSRC_SUBDIR= src CFLAGS+= -I${LOCALBASE}/include/libxml2 MAKE_ENV+= LDLIBS="${LIBS}" Modified: head/misc/talkfilters/Makefile ============================================================================== --- head/misc/talkfilters/Makefile Fri Feb 24 21:55:20 2017 (r434753) +++ head/misc/talkfilters/Makefile Fri Feb 24 21:55:52 2017 (r434754) @@ -19,6 +19,8 @@ USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes +BROKEN_aarch64= fails to install: error in backend: fixup value out of range + SUB_FILES= pkg-message INFO= talkfilters Modified: head/security/libsparkcrypto/Makefile ============================================================================== --- head/security/libsparkcrypto/Makefile Fri Feb 24 21:55:20 2017 (r434753) +++ head/security/libsparkcrypto/Makefile Fri Feb 24 21:55:52 2017 (r434754) @@ -19,6 +19,8 @@ DOS2UNIX_FILES= Makefile build/libsparkc SPARKARCH:= ${ARCH:S/amd64/x86_64/:S/i386/i686/} ALL_TARGET= all build +BROKEN_aarch64= fails to compile: unsupported architecture: aarch64 + MAKE_ENV+= SPARKARCH=${SPARKARCH} \ SPARK_DIR=${WRKSRC}/src/spark \ MODE=release \ Modified: head/shells/sparforte/Makefile ============================================================================== --- head/shells/sparforte/Makefile Fri Feb 24 21:55:20 2017 (r434753) +++ head/shells/sparforte/Makefile Fri Feb 24 21:55:52 2017 (r434754) @@ -23,6 +23,8 @@ HAS_CONFIGURE= yes MAKE_ARGS+= RPM_BUILD_ROOT=1 PORTDOCS= * +BROKEN_aarch64= fails to compile: gnat1: error: unknown value aarch64 for -march + # Repurpose CXXFLAGS for gnatprep options CXXFLAGS:= -DREADLINE=true \ -DBDB=true @@ -148,7 +150,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spar post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: