aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-10-19 06:16:44 +0800
committerpav <pav@FreeBSD.org>2011-10-19 06:16:44 +0800
commit84fb513056fa96d71e31c657b33138c23bedb573 (patch)
treeb249e3cbf2c23161786e61e68988eb6235807206 /comms
parent31085e1326c1fea90b281b5ce7e728c25f3a325d (diff)
downloadfreebsd-ports-graphics-84fb513056fa96d71e31c657b33138c23bedb573.tar.gz
freebsd-ports-graphics-84fb513056fa96d71e31c657b33138c23bedb573.tar.zst
freebsd-ports-graphics-84fb513056fa96d71e31c657b33138c23bedb573.zip
- Mark BROKEN: does not build with new fortran
Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). Reported by: pointyhat
Diffstat (limited to 'comms')
-rw-r--r--comms/wsjt/Makefile2
-rw-r--r--comms/wspr/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile
index f65029c4ef9..0a9cbc32d57 100644
--- a/comms/wsjt/Makefile
+++ b/comms/wsjt/Makefile
@@ -24,6 +24,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \
${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \
${PYNUMPY}
+BROKEN= does not build
+
ALL_TARGET= build
USE_BZIP2= yes
USE_FORTRAN= yes
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index 73ea579da3a..1a95f725986 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -26,6 +26,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \
${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \
${PYNUMPY}
+BROKEN= does not build
+
ALL_TARGET= build
EXTRACT_SUFX= .tgz
USE_FORTRAN= yes