diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
commit | 3e6feb882b8ecd82ccb42e65f86b0f20c69688cc (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /www | |
parent | 2c3118177acad05f016f169cb3102633c558c602 (diff) | |
download | freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.gz freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.zst freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.zip |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Diffstat (limited to 'www')
-rw-r--r-- | www/anyterm/Makefile | 1 | ||||
-rw-r--r-- | www/apache-forrest/Makefile | 1 | ||||
-rw-r--r-- | www/ctemplate/Makefile | 1 | ||||
-rw-r--r-- | www/libhpack/Makefile | 1 | ||||
-rw-r--r-- | www/mongrel2/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index 57b802a9094c..a16bb84230c6 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs BROKEN_aarch64= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 BROKEN_armv6= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 +BROKEN_armv7= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system USE_RC_SUBR= anytermd diff --git a/www/apache-forrest/Makefile b/www/apache-forrest/Makefile index 605ff9778596..443439300107 100644 --- a/www/apache-forrest/Makefile +++ b/www/apache-forrest/Makefile @@ -13,6 +13,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= Tool for rapid development of small sites BROKEN_armv6= fails to compile: build.xml: tools/ant/lib not found +BROKEN_armv7= fails to compile: build.xml: tools/ant/lib not found ANT= ${STAGEDIR}${DATADIR}/tools/ant/bin/ant ANT_TARGET= local-deploy diff --git a/www/ctemplate/Makefile b/www/ctemplate/Makefile index a8c631f5a275..33fd5768f3ef 100644 --- a/www/ctemplate/Makefile +++ b/www/ctemplate/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ap@page2rss.com COMMENT= Template system for C BROKEN_armv6= fails to compile: assigning to char * from incompatible type const char * +BROKEN_armv7= fails to compile: assigning to char * from incompatible type const char * USES= gmake GNU_CONFIGURE= yes diff --git a/www/libhpack/Makefile b/www/libhpack/Makefile index 689028ed2765..3fc20fbae201 100644 --- a/www/libhpack/Makefile +++ b/www/libhpack/Makefile @@ -16,6 +16,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= fails to compile: Can't define TIME_MAX #' +BROKEN_armv7= fails to compile: Can't define TIME_MAX #' LIB_DEPENDS= libcheck.so:devel/check diff --git a/www/mongrel2/Makefile b/www/mongrel2/Makefile index 039e8a0dfa33..d3dd209e4f0a 100644 --- a/www/mongrel2/Makefile +++ b/www/mongrel2/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libzmq.so:net/libzmq2 \ libsqlite3.so:databases/sqlite3 BROKEN_armv6= does not build +BROKEN_armv7= does not build: src/task/task.c:66:11: error: no member named 'arm_r0' in 'mcontext_t' BROKEN_mips= does not build (tests segfault) BROKEN_mips64= does not build (tests segfault) BROKEN_powerpc64= does not build (tests segfault) |