diff options
-rw-r--r-- | devel/arpc/Makefile | 7 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 6 |
3 files changed, 4 insertions, 12 deletions
diff --git a/devel/arpc/Makefile b/devel/arpc/Makefile index e6965beb41f4..c083d888cf53 100644 --- a/devel/arpc/Makefile +++ b/devel/arpc/Makefile @@ -12,17 +12,14 @@ COMMENT= GRPC-like RPC library that supports file descriptor passing LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_FreeBSD_10= requires various C++17 features + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR} LIB_DEPENDS= libargdata.so:devel/argdata RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR} -BROKEN_armv6= fails to build: *** Signal 11 -BROKEN_armv7= fails to build: *** Signal 11 - -IGNORE_FreeBSD_10= requires various C++17 features - USES= cmake localbase:ldflags python:3.4+ shebangfix SHEBANG_FILES= scripts/aprotoc.py USE_LDCONFIG= yes diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index a2aee5973b20..a244c05ba566 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -12,9 +12,6 @@ COMMENT= Fast, teachable, learning spam detector LICENSE= GPLv2 -BROKEN_armv6= fails to configure: Cannot open a shared environment in Berkeley DB -BROKEN_armv7= 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/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 99c617ed3d7d..9d073c713c04 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -13,6 +13,8 @@ COMMENT= GNUstep GUI library LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi +BROKEN_powerpc64= fails to build: Illegal instruction (core dumped) + LIB_DEPENDS+= libtiff.so:graphics/tiff LIB_DEPENDS+= libpng.so:graphics/png LIB_DEPENDS+= libgif.so:graphics/giflib @@ -21,10 +23,6 @@ LIB_DEPENDS+= libsndfile.so:audio/libsndfile LIB_DEPENDS+= libao.so:audio/libao LIB_DEPENDS+= libflite.so:audio/flite -BROKEN_armv6= fails to package: chmod: GSSpeechServer.desktop: No such file or directory -BROKEN_armv7= fails to package: chmod: GSSpeechServer.desktop: No such file or directory -BROKEN_powerpc64= fails to build: Illegal instruction (core dumped) - OPTIONS_DEFINE= DOCS CUPS ASPELL OPTIONS_DEFAULT= CUPS OPTIONS_SUB= yes |