aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-10-18 22:16:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-10-18 22:16:44 +0000
commita9e161351f22c6e058d442dbe2282d5f407d9cdb (patch)
treec9eff94a2f8fb4d8a82de8d7f5f1cfb139c4af4c /comms
parentc8d0066a783811de1c9652b6cd57f95af84d38b1 (diff)
downloadports-a9e161351f22c6e058d442dbe2282d5f407d9cdb.tar.gz
ports-a9e161351f22c6e058d442dbe2282d5f407d9cdb.zip
- Mark BROKEN: does not build with new fortran
Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=283863
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 f65029c4ef91..0a9cbc32d579 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 73ea579da3a1..1a95f7259867 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