diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
commit | b5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch) | |
tree | c73f3892748518ee8dd2d7ac016d939814658a36 /www | |
parent | 510c2f235504914622c02f1f931f1830e9c4a5ef (diff) | |
download | ports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.tar.gz ports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/anyterm/Makefile | 2 | ||||
-rw-r--r-- | www/cppcms/Makefile | 4 | ||||
-rw-r--r-- | www/mod_authnz_crowd/Makefile | 4 | ||||
-rw-r--r-- | www/mongrel2/Makefile | 8 | ||||
-rw-r--r-- | www/spdylay/Makefile | 2 | ||||
-rw-r--r-- | www/squid/Makefile | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index 74800ba46228..c95a600ee2be 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system USE_RC_SUBR= anytermd USES= gmake iconv localbase tar:tbz2 diff --git a/www/cppcms/Makefile b/www/cppcms/Makefile index a103420fb643..a469470cd894 100644 --- a/www/cppcms/Makefile +++ b/www/cppcms/Makefile @@ -11,10 +11,10 @@ COMMENT= C++ web development framework LICENSE= LGPL3 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_powerpc64= Does not build: error: 'localeconv_l' was not declared in this scope + USES= cmake python:2 shebangfix tar:bzip2 ssl USE_LDCONFIG= yes SHEBANG_FILES= bin/cppcms_tmpl_cc diff --git a/www/mod_authnz_crowd/Makefile b/www/mod_authnz_crowd/Makefile index 3742811bce99..d5fbf08e9a94 100644 --- a/www/mod_authnz_crowd/Makefile +++ b/www/mod_authnz_crowd/Makefile @@ -13,12 +13,12 @@ COMMENT= Apache 2.2+ module to use Atlassian Crowd for authentication LICENSE= APACHE20 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:www/mod_dav_svn +BROKEN_powerpc64= Does not build: error: curl/curl.h: No such file or directory + GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib USES= autoreconf libtool diff --git a/www/mongrel2/Makefile b/www/mongrel2/Makefile index 2bdac0d22492..039e8a0dfa33 100644 --- a/www/mongrel2/Makefile +++ b/www/mongrel2/Makefile @@ -13,13 +13,13 @@ COMMENT= Is an application, language, and network arch LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build +LIB_DEPENDS= libzmq.so:net/libzmq2 \ + libsqlite3.so:databases/sqlite3 + BROKEN_armv6= does not build BROKEN_mips= does not build (tests segfault) BROKEN_mips64= does not build (tests segfault) - -LIB_DEPENDS= libzmq.so:net/libzmq2 \ - libsqlite3.so:databases/sqlite3 +BROKEN_powerpc64= does not build (tests segfault) USES= gmake tar:bzip2 MAKE_FLAGS= freebsd diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index 7614fe4a9606..3386f1b9be52 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= libevent>=2.0.8:devel/libevent LIB_DEPENDS= libevent_openssl.so:devel/libevent BROKEN_SSL= openssl-devel -BROKEN_powerpc64= does not build +BROKEN_powerpc64= does not link: undefined reference to `std::ctype<char>::_M_widen_init() BROKEN_sparc64= does not build: fails to link CONFIGURE_ARGS= --enable-examples \ diff --git a/www/squid/Makefile b/www/squid/Makefile index ed5a228d44bd..a3e0944933b4 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -28,7 +28,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= squid*-4.* -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: unrecognizable insn USES= compiler cpe perl5 shebangfix tar:xz CPE_VENDOR= squid-cache |