aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-03 09:14:05 +0800
committerlinimon <linimon@FreeBSD.org>2017-05-03 09:14:05 +0800
commitccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf (patch)
treec18272cea1cfd16fb061c8045e9d5bd67dd36f13 /science
parenta2a755d89329513418a7f289adf442cc3ce72541 (diff)
downloadfreebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.tar.gz
freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.tar.zst
freebsd-ports-gnome-ccd4da0ff9299a5a6a6f0d8e7c8c6f5d0df19abf.zip
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'science')
-rw-r--r--science/cdf/Makefile3
-rw-r--r--science/hdf/Makefile6
2 files changed, 7 insertions, 2 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile
index 0b5399d3169f..4e19a6582d94 100644
--- a/science/cdf/Makefile
+++ b/science/cdf/Makefile
@@ -18,6 +18,9 @@ LICENSE_NAME= NASA/Goddard Space Flight Center
LICENSE_FILE= ${WRKSRC}/CDF_copyright.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+BROKEN_aarch64= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle?
+BROKEN_armv6= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle?
+
USES= fortran ncurses
USE_LDCONFIG= yes
MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \
diff --git a/science/hdf/Makefile b/science/hdf/Makefile
index 01e7fb8fb177..9deb7cf9efaa 100644
--- a/science/hdf/Makefile
+++ b/science/hdf/Makefile
@@ -12,10 +12,12 @@ MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/HDF${PORTVERSION}/src/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Hierarchical Data Format library (from NCSA)
-BROKEN_powerpc64= Does not build
-
LIB_DEPENDS= libsz.so:science/szip
+BROKEN_powerpc64= Does not build: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'you'
+NOT_FOR_ARCHS= aarch64 armv6
+NOT_FOR_ARCHS_REASON= fails to compile: no machine type has been defined
+
CONFLICTS_INSTALL= netcdf-4.[0-9]*
USES= fortran jpeg libtool tar:bzip2