aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 03:35:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 03:35:51 +0000
commitba601f25ac232b149cd091af813e9eab852a447b (patch)
tree0e89021fd44a8edda1d97d4e3b9b90599d254d40 /comms
parent65cfb4ff6eb45936d6d0f8abedf0a4b25781a555 (diff)
downloadports-ba601f25ac232b149cd091af813e9eab852a447b.tar.gz
ports-ba601f25ac232b149cd091af813e9eab852a447b.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=440746
Diffstat (limited to 'comms')
-rw-r--r--comms/libfec/Makefile2
-rw-r--r--comms/uhd/Makefile14
2 files changed, 10 insertions, 6 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile
index 9e0e79cc43a8..6fdece47c3b5 100644
--- a/comms/libfec/Makefile
+++ b/comms/libfec/Makefile
@@ -14,6 +14,8 @@ COMMENT= Several forward error correction (FEC) decoders
LICENSE= LGPL21
+BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -faltivec
+
MAKEFILE= makefile
GNU_CONFIGURE= yes
diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile
index 15d5ab19752c..ca11547754b2 100644
--- a/comms/uhd/Makefile
+++ b/comms/uhd/Makefile
@@ -11,12 +11,6 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= mr@FreeBSD.org
COMMENT= Ettus Research UHD driver framework
-USE_GITHUB= yes
-GH_ACCOUNT= EttusResearch
-GH_TAGNAME= 32951af2f3e7b1ddb56486c9f15b2e1033605bd6
-
-CONFLICTS= usrp-[0-9]*
-
LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
cheetah-analyze:devel/py-cheetah \
@@ -24,6 +18,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
orcc:devel/orc \
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako
+USE_GITHUB= yes
+GH_ACCOUNT= EttusResearch
+GH_TAGNAME= 32951af2f3e7b1ddb56486c9f15b2e1033605bd6
+
+CONFLICTS= usrp-[0-9]*
+
+BROKEN_powerpc64= fails to link: undefined reference to boost function
+
USES= compiler:c++0x cmake:outsource gmake ncurses pkgconfig \
dos2unix python:2.7
USE_LDCONFIG= yes