Date: Fri, 24 Feb 2017 21:55:52 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> 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 Message-ID: <201702242155.v1OLtq5W080209@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702242155.v1OLtq5W080209>