diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 20:33:22 +0000 |
commit | 4734e25a318bb23039d75d1fb9dbc1b9a8f20923 (patch) | |
tree | 20831f826b312ccc1d73e36368de50c53c3f5cda | |
parent | f30f83c178bdceee0884f67f78350dc20dba82bf (diff) |
Notes
-rw-r--r-- | astro/tkgeomap/Makefile | 2 | ||||
-rw-r--r-- | audio/siren/Makefile | 5 | ||||
-rw-r--r-- | devel/rubygem-rice/Makefile | 1 | ||||
-rw-r--r-- | graphics/exact-image/Makefile | 2 | ||||
-rw-r--r-- | graphics/exrtools/Makefile | 2 | ||||
-rw-r--r-- | irc/srvx/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 2 | ||||
-rw-r--r-- | misc/libsupertone/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-chatroom/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-forbid/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-iplog/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-isp/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-luascript/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-messanger/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins-stats/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk11/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk13/Makefile | 5 | ||||
-rw-r--r-- | net/linknx/Makefile | 4 | ||||
-rw-r--r-- | security/libprelude/Makefile | 2 | ||||
-rw-r--r-- | security/pecl-crypto/Makefile | 1 | ||||
-rw-r--r-- | www/kannel/Makefile | 2 |
22 files changed, 48 insertions, 3 deletions
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 0c89251561b3..adb84ecb9fb0 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libtclgeomap.so:astro/tclgeomap +BROKEN_armv6= fails to configure: shared build specified but could not find shared tclgeomap library + USES+= tk:tea CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x \ --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include diff --git a/audio/siren/Makefile b/audio/siren/Makefile index 1ea37e3d393e..43e9a2a14b7b 100644 --- a/audio/siren/Makefile +++ b/audio/siren/Makefile @@ -17,6 +17,11 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis \ libwavpack.so:audio/wavpack \ libopusfile.so:audio/opusfile + +BROKEN_armv6= fails to configure: cannot find program /nxb-bin/usr/bin/cc +BROKEN_mips= fails to configure: cannot find program /nxb-bin/usr/bin/cc +BROKEN_mips64= fails to configure: cannot find program /nxb-bin/usr/bin/cc + USES= ncurses pkgconfig HAS_CONFIGURE= yes USE_CSTD= c99 diff --git a/devel/rubygem-rice/Makefile b/devel/rubygem-rice/Makefile index b056c6ca7680..a8751fae3848 100644 --- a/devel/rubygem-rice/Makefile +++ b/devel/rubygem-rice/Makefile @@ -11,6 +11,7 @@ COMMENT= C++ interface to Rubys C API LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to configure: could not find ruby.h BROKEN_powerpc64= fails to configure: could not find ruby.h USE_RUBY= yes diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index b2bda40383dd..edacd4b24b42 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= libagg.so:graphics/agg \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 +BROKEN_armv6= fails to configure: C++ compiler is not installed or does not work correctly + #hack to get custom exactcode configure script to enable tiff support with #broken headers on c++ in base system: CPPFLAGS+= -fpermissive -I${LOCALBASE}/include diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index da7abf1e66b2..10df0ce8c761 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \ libpng.so:graphics/png \ libIlmImf.so:graphics/OpenEXR +BROKEN_armv6= fails to configure: checking for /nxb-bin/usr/bin/cc... no + GNU_CONFIGURE= yes USES= gmake jpeg pkgconfig diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index 5c886746f504..7969cdb48d0a 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -12,6 +12,8 @@ COMMENT= Services for ircu P10 protocol networks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to configure: Cannot detect format string for time_t + USES= cpe GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-getopt diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 9a526c0ac407..0e2bb542715e 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -12,6 +12,8 @@ COMMENT= Fast, teachable, learning spam detector LICENSE= GPLv2 +BROKEN_armv6= fails to configure: Cannot open a shared environment in Berkeley DB + .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} # building master port USES+= bdb:5+ diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index de30190856fd..e84f2e7d284e 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libtiff.so:graphics/tiff \ libxml2.so:textproc/libxml2 +BROKEN_armv6= fails to configure: Can't build without spandsp + USES= tar:tgz libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net-p2p/verlihub-plugins-chatroom/Makefile b/net-p2p/verlihub-plugins-chatroom/Makefile index c644b33dd45f..425b1bc2d7d2 100644 --- a/net-p2p/verlihub-plugins-chatroom/Makefile +++ b/net-p2p/verlihub-plugins-chatroom/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/verlihub/VH_Chatroom/${DISTVERSION} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_DESC= Chatroom .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-floodprotect/Makefile b/net-p2p/verlihub-plugins-floodprotect/Makefile index 46c643d39e1b..f8e96ba47099 100644 --- a/net-p2p/verlihub-plugins-floodprotect/Makefile +++ b/net-p2p/verlihub-plugins-floodprotect/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PLUGIN_NAME} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_NAME= floodprot PLUGIN_DESC= Floodprotect diff --git a/net-p2p/verlihub-plugins-forbid/Makefile b/net-p2p/verlihub-plugins-forbid/Makefile index 8a15ea3644f0..ba77e093506d 100644 --- a/net-p2p/verlihub-plugins-forbid/Makefile +++ b/net-p2p/verlihub-plugins-forbid/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/verlihub/VH_Forbid/${DISTVERSION} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_DESC= ForbiddenWords .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-iplog/Makefile b/net-p2p/verlihub-plugins-iplog/Makefile index beeec1980e70..bc17f4bdc8fc 100644 --- a/net-p2p/verlihub-plugins-iplog/Makefile +++ b/net-p2p/verlihub-plugins-iplog/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/verlihub/VH_IPLog/${DISTVERSION} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_DESC= IPLog .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-isp/Makefile b/net-p2p/verlihub-plugins-isp/Makefile index d03b8108bc54..684f2567ffe9 100644 --- a/net-p2p/verlihub-plugins-isp/Makefile +++ b/net-p2p/verlihub-plugins-isp/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/verlihub/VH_ISP/${DISTVERSION} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_DESC= ISP PLIST_FILES= share/verlihub/default_pi_isp.sql diff --git a/net-p2p/verlihub-plugins-luascript/Makefile b/net-p2p/verlihub-plugins-luascript/Makefile index ce25b2601b15..89c4104eac06 100644 --- a/net-p2p/verlihub-plugins-luascript/Makefile +++ b/net-p2p/verlihub-plugins-luascript/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/verlihub/VH_Lua/${DISTVERSION} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_NAME= lua PLUGIN_DESC= LuaScript diff --git a/net-p2p/verlihub-plugins-messanger/Makefile b/net-p2p/verlihub-plugins-messanger/Makefile index bd26c60eecfe..be3607dca281 100644 --- a/net-p2p/verlihub-plugins-messanger/Makefile +++ b/net-p2p/verlihub-plugins-messanger/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/verlihub/VH_Messanger/${DISTVERSION} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_DESC= Messanger .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-stats/Makefile b/net-p2p/verlihub-plugins-stats/Makefile index c733e5e93b2b..e1b537fea3f4 100644 --- a/net-p2p/verlihub-plugins-stats/Makefile +++ b/net-p2p/verlihub-plugins-stats/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/verlihub/VH_Stats/${DISTVERSION} MAINTAINER= me@skylord.ru +BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) + PLUGIN_DESC= Statistics .include "../verlihub-plugins/Makefile.plugins" diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index 825b01e32177..b97c9a45a4ad 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -19,7 +19,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} -ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 armv6 +BROKEN_armv6= fails to configure: the SPANDSP installation appears to be missing or broken +ONLY_FOR_ARCHS= armv6 amd64 i386 powerpc sparc64 USES= bison cpe gmake iconv localbase ncurses shebangfix \ sqlite ssl diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index a24447845179..eb19ea86b108 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -19,9 +19,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson -EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} +BROKEN_armv6= fails to configure: the SPANDSP installation appears to be missing or broken +ONLY_FOR_ARCHS= armv6 amd64 i386 powerpc sparc64 -ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 armv6 +EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} USES= bison cpe gmake iconv libedit localbase \ shebangfix sqlite ssl ncurses diff --git a/net/linknx/Makefile b/net/linknx/Makefile index 8d7411439aeb..a34aed1ce7f3 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -14,6 +14,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libpthsem.so:devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone +BROKEN_armv6= fails to configure: checking for GNU Pth... Segmentation fault +BROKEN_mips= fails to configure: checking for GNU Pth... Segmentation fault +BROKEN_mips64= fails to configure: checking for GNU Pth... Segmentation fault + USES= gmake autoreconf pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index f9cc108faadb..32a89a5aa4c3 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt +BROKEN_armv6= fails to configure: Easybindings require a C++ compiler, but none were found + OPTIONS_DEFINE= DOCS PERL PYTHON OPTIONS_SUB= yes diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile index f0550fb7dc9d..a54b58361129 100644 --- a/security/pecl-crypto/Makefile +++ b/security/pecl-crypto/Makefile @@ -10,6 +10,7 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library LICENSE= PHP301 +BROKEN_armv6= fails to configure: C compiler cannot create executables BROKEN_mips= fails to configure: C compiler cannot create executables BROKEN_mips64= fails to configure: C compiler cannot create executables BROKEN_powerpc64= fails to configure: C compiler cannot create executables diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 8cd14122c4ba..05abdf03c96d 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -19,6 +19,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_armv6= fails to configure: Unable to find MySQL client libraries + PORTSCOUT= skipv:1.5.0 USERS= kannel |