aboutsummaryrefslogtreecommitdiff
path: root/science/hdf
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-03 01:14:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-03 01:14:05 +0000
commitdab2f82d314ea77904914b8462ccdf838abcc776 (patch)
treec18272cea1cfd16fb061c8045e9d5bd67dd36f13 /science/hdf
parente52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (diff)
downloadports-dab2f82d314ea77904914b8462ccdf838abcc776.tar.gz
ports-dab2f82d314ea77904914b8462ccdf838abcc776.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)
Notes
Notes: svn path=/head/; revision=439999
Diffstat (limited to 'science/hdf')
-rw-r--r--science/hdf/Makefile6
1 files changed, 4 insertions, 2 deletions
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