summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-27 22:16:50 +0000
committerlinimon <linimon@FreeBSD.org>2017-05-27 22:16:50 +0000
commite86ddfcd7a9b7f4cf8deaa6a2e82d1a8d7fd3f23 (patch)
tree1b2df8c09e0cb56901d85fbbb3eef88a094ae8c6
parent5b4b6a0fe9b23bf8c3baba1473cd9772df348a55 (diff)
downloadFreeBSD-ports-e86ddfcd7a9b7f4cf8deaa6a2e82d1a8d7fd3f23.zip
FreeBSD-ports-e86ddfcd7a9b7f4cf8deaa6a2e82d1a8d7fd3f23.tar.gz
Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
-rw-r--r--audio/acoustid-fingerprinter/Makefile1
-rw-r--r--devel/py-jcc/Makefile2
-rw-r--r--devel/tesla/Makefile6
-rw-r--r--editors/yui/Makefile11
-rw-r--r--games/residualvm/Makefile2
-rw-r--r--graphics/aseprite/Makefile12
-rw-r--r--lang/mosh/Makefile3
-rw-r--r--lang/nim/Makefile9
-rw-r--r--lang/siod/Makefile3
-rw-r--r--lang/spidermonkey17/Makefile4
-rw-r--r--net-im/telegram-purple/Makefile5
-rw-r--r--net/l2tpd/Makefile4
-rw-r--r--science/cdcl/Makefile2
13 files changed, 43 insertions, 21 deletions
diff --git a/audio/acoustid-fingerprinter/Makefile b/audio/acoustid-fingerprinter/Makefile
index 214f0d3..b9c8391 100644
--- a/audio/acoustid-fingerprinter/Makefile
+++ b/audio/acoustid-fingerprinter/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \
libtag.so:audio/taglib \
libavcodec.so:multimedia/ffmpeg
+BROKEN_armv6= fails to link: fingerprintcalculator.cpp: undefined reference to 'chromaprint_new'
BROKEN_powerpc64= fails to compile: libchromaprint.so: undefined reference to std::__cxx11::basic_string
USES= cmake desktop-file-utils
diff --git a/devel/py-jcc/Makefile b/devel/py-jcc/Makefile
index 34f92fe..62d3773 100644
--- a/devel/py-jcc/Makefile
+++ b/devel/py-jcc/Makefile
@@ -13,6 +13,8 @@ COMMENT= C++ code generator for calling Java from C++/Python
LICENSE= APACHE20
+BROKEN_armv6= fails to link: /nxb-bin/usr/bin/ld: cannot find -ljava
+
USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= JCC
diff --git a/devel/tesla/Makefile b/devel/tesla/Makefile
index cb2fade..0d516da 100644
--- a/devel/tesla/Makefile
+++ b/devel/tesla/Makefile
@@ -8,14 +8,16 @@ CATEGORIES= devel lang
MAINTAINER= brooks@FreeBSD.org
COMMENT= Temporally Enhanced Security Logic Assertions
-USES= cmake:outsource execinfo ninja python:run shebangfix
-
BUILD_DEPENDS= clang33:lang/clang33
RUN_DEPENDS= clang33:lang/clang33
LIB_DEPENDS= libprotobuf.so:devel/protobuf
+BROKEN_armv6= fails to link: cmTC_8106f uses VFP register arguments, testCCompiler.c.o does not
+
SHEBANG_FILES= scripts/highlight-transitions
+USES= cmake:outsource execinfo ninja python:run shebangfix
+
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-TESLA
GH_PROJECT= TESLA
diff --git a/editors/yui/Makefile b/editors/yui/Makefile
index ff40308..f3f8fd6 100644
--- a/editors/yui/Makefile
+++ b/editors/yui/Makefile
@@ -13,17 +13,18 @@ COMMENT= Rich-featured multi-windows console text editor
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+BROKEN_aarch64= fails to compile: cast from pointer to smaller type loses information
+BROKEN_armv6= fails to link: undefined reference to HTAnchor_physical
+BROKEN_mips64= fails to compile: cast from unsigned char* to unsigned int loses precision
+BROKEN_sparc64= fails to compile
+BROKEN_powerpc64= fails to build: strip: open tyui/y failed: No such file or directory
+
USES= tar:bzip2
USE_AUTOTOOLS= autoconf aclocal
ACLOCAL_ARGS= -I m4
MAKE_ENV= LIBPATH=${PREFIX}/lib
-BROKEN_aarch64= Does not compile: error: cast from pointer to smaller type loses information
-BROKEN_mips64= Does not compile: error: cast from unsigned char* to unsigned int loses precision
-BROKEN_sparc64= Does not compile on sparc64
-BROKEN_powerpc64= Does not build: strip: open tyui/y failed: No such file or directory
-
OPTIONS_DEFINE= DOCS
post-install:
diff --git a/games/residualvm/Makefile b/games/residualvm/Makefile
index 39ada24..4e3f225 100644
--- a/games/residualvm/Makefile
+++ b/games/residualvm/Makefile
@@ -9,6 +9,8 @@ CATEGORIES= games
MAINTAINER= yerenkow@gmail.com
COMMENT= ResidualVM allows you to indulge with classic games like Grim Fandango
+BROKEN_armv6= fails to link: ld: libgrim.a has EABI version 0, but target residualvm has EABI version 5
+
USE_GITHUB= yes
USE_SDL= sdl
diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile
index fdcf217..b7ddd01 100644
--- a/graphics/aseprite/Makefile
+++ b/graphics/aseprite/Makefile
@@ -3,8 +3,8 @@
PORTNAME= aseprite
PORTVERSION= 1.1.13
-PORTREVISION= 2
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= yuri@rawbw.com
@@ -23,6 +23,11 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libcurl.so:ftp/curl \
libtinyxml.so:textproc/tinyxml
+BROKEN_aarch64= fails to compile: undefined reference to __va_copy
+BROKEN_armv6= fails to compile: undefined reference to __va_copy
+BROKEN_powerpc64= fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0"
+BROKEN_sparc64= fails to compile: vsnprintf is not a member of std
+
OPTIONS_DEFINE= WEBP
OPTIONS_DEFAULT= WEBP
@@ -61,11 +66,6 @@ CXXFLAGS+= -I${LOCALBASE}/include/freetype2
CXXFLAGS+= -I${LOCALBASE}/include/freetype2/freetype
CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
-BROKEN_aarch64= fails to compile: undefined reference to __va_copy
-BROKEN_armv6= fails to compile: undefined reference to __va_copy
-BROKEN_powerpc64= fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0"
-BROKEN_sparc64= fails to compile: vsnprintf is not a member of std
-
post-extract:
@${RM} -r ${WRKSRC}/src/allegro
@${MKDIR} ${WRKSRC}/third_party/pixman/pixman
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile
index 914f31d..36e0d41 100644
--- a/lang/mosh/Makefile
+++ b/lang/mosh/Makefile
@@ -16,6 +16,9 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libgmp.so:math/gmp \
libonig.so:devel/oniguruma5
+BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__'
+BROKEN_mips64= fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries'
+
CONFLICTS_INSTALL= mosh-1.[0-9].*
USES= gmake ssl
diff --git a/lang/nim/Makefile b/lang/nim/Makefile
index 8b03ed9..ce14e01 100644
--- a/lang/nim/Makefile
+++ b/lang/nim/Makefile
@@ -11,10 +11,11 @@ COMMENT= Nim programming language
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: build.sh: clang: not found
-BROKEN_sparc64= Does not build: build.sh: clang: not found
+BROKEN_aarch64= fails to compile: crt1.c: undefined reference to main
+BROKEN_armv6= fails to compile: crt1.c: undefined reference to main
+BROKEN_mips64= fails to build: build.sh: clang: not found
+BROKEN_powerpc64= fails to build: build.sh: clang: not found
+BROKEN_sparc64= fails to build: build.sh: clang: not found
TOOLS_DESC= Build and install nimgrep and nimsuggest
diff --git a/lang/siod/Makefile b/lang/siod/Makefile
index 33befa1..3c32836 100644
--- a/lang/siod/Makefile
+++ b/lang/siod/Makefile
@@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Small footprint implementation of the Scheme programming language
+BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output
+BROKEN_mips64= fails to link: final link failed: Nonrepresentable section on output
+
USE_LDCONFIG= yes
NO_WRKSUBDIR= yes
diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile
index 86f9da5..7257b1a 100644
--- a/lang/spidermonkey17/Makefile
+++ b/lang/spidermonkey17/Makefile
@@ -20,7 +20,9 @@ MAKE_ARGS+= JS_THREADSAFE=YES \
LDFLAGS="-L${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include/nspr
-BROKEN_sparc64= Does not build on sparc64: fails to link
+BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output
+BROKEN_mips64= fails to link: final link failed: Nonrepresentable section on output
+BROKEN_sparc64= fails to link
USES= gmake ncurses readline
MAKEFILE= Makefile.ref
diff --git a/net-im/telegram-purple/Makefile b/net-im/telegram-purple/Makefile
index fdf772d..5bfb302 100644
--- a/net-im/telegram-purple/Makefile
+++ b/net-im/telegram-purple/Makefile
@@ -18,6 +18,9 @@ RUN_DEPENDS= pidgin:net-im/pidgin
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libwebp.so:graphics/webp
+BROKEN_armv6= fails to link: undefined reference to 'backtrace'
+BROKEN_sparc64= fails to compile: assertion fails
+
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
@@ -32,8 +35,6 @@ GH_PROJECT= tgl:tgl tl-parser:tlparser
GH_TAGNAME?= 624cf5a:tgl 36bf190:tlparser
GH_SUBDIR= tgl:tgl tgl/tl-parser:tlparser
-BROKEN_sparc64= cannot compile: assertion fails
-
pre-configure:
@${REINPLACE_CMD} -e 's|/etc/telegram-purple/server.tglpub|${PREFIX}/etc/telegram-purple/server.tglpub|g' \
${WRKSRC}/telegram-purple.c
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile
index 69b2c59..2577029 100644
--- a/net/l2tpd/Makefile
+++ b/net/l2tpd/Makefile
@@ -10,7 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/L2TPd/${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
COMMENT= Implementation of the layer two tunneling protocol
-USES= compiler:nestedfct
+BROKEN_armv6= fails to link: undefined reference to check_control
+
+USES= compiler:nestedfct
PORTDOCS= README
ETCDIR= ${PREFIX}/etc/l2tp
diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile
index ca87638..f81c0f1 100644
--- a/science/cdcl/Makefile
+++ b/science/cdcl/Makefile
@@ -13,6 +13,8 @@ DISTNAME= dcl-${PORTVERSION}-C
MAINTAINER= murashin@gfd-dennou.org
COMMENT= Scientific graphic library for geoscience
+BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output
+
OPTIONS_DEFINE= DOCS
USES= desthack pkgconfig
USE_XORG= x11 xext
OpenPOWER on IntegriCloud