svn commit: r459018 - in head/science: hdf5 hdf5-18

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jan 15 05:40:15 UTC 2018


Author: danfe
Date: Mon Jan 15 05:40:13 2018
New Revision: 459018
URL: https://svnweb.freebsd.org/changeset/ports/459018

Log:
  These two ports build and package without issues now on 10.4-STABLE
  running under QEMU 2.9.0.

Modified:
  head/science/hdf5-18/Makefile
  head/science/hdf5/Makefile

Modified: head/science/hdf5-18/Makefile
==============================================================================
--- head/science/hdf5-18/Makefile	Mon Jan 15 04:27:10 2018	(r459017)
+++ head/science/hdf5-18/Makefile	Mon Jan 15 05:40:13 2018	(r459018)
@@ -15,8 +15,6 @@ COMMENT=	Hierarchical Data Format library (from NCSA) 
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_sparc64=		Does not compile on ${ARCH}
-
 OPTIONS_DEFINE=	DEBUG EXAMPLES FORTRAN SZIP
 
 USES=		libtool:keepla localbase tar:bzip2

Modified: head/science/hdf5/Makefile
==============================================================================
--- head/science/hdf5/Makefile	Mon Jan 15 04:27:10 2018	(r459017)
+++ head/science/hdf5/Makefile	Mon Jan 15 05:40:13 2018	(r459018)
@@ -18,9 +18,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS_INSTALL=	hdf-4.[0-9]* hdf5-1.6.[0-9]*
 
-NOT_FOR_ARCHS=	sparc64
-NOT_FOR_ARCHS_REASON=	does not compile
-
 OPTIONS_DEFINE=	DEBUG EXAMPLES FORTRAN SZIP
 OPTIONS_DEFAULT=SZIP
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list