Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 05:40:13 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459018 - in head/science: hdf5 hdf5-18
Message-ID:  <201801150540.w0F5eDOP063930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801150540.w0F5eDOP063930>