svn commit: r457176 - head/math/p5-Math-GSL

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 24 15:42:00 UTC 2017


Author: danfe
Date: Sun Dec 24 15:41:58 2017
New Revision: 457176
URL: https://svnweb.freebsd.org/changeset/ports/457176

Log:
  Remove BROKEN_sparc64 statement which was originally added in r224062 by
  linimon@ 9 years ago, for version 0.10.  It now builds and packages fine
  on 10.4-STABLE running under QEMU 2.9.0.

Modified:
  head/math/p5-Math-GSL/Makefile

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Sun Dec 24 15:20:54 2017	(r457175)
+++ head/math/p5-Math-GSL/Makefile	Sun Dec 24 15:41:58 2017	(r457176)
@@ -14,8 +14,6 @@ COMMENT=	Perl interface to GNU Scientific Library
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BROKEN_sparc64=	does not compile on sparc64
-
 BUILD_DEPENDS=	p5-PkgConfig>=0.07720:devel/p5-PkgConfig
 LIB_DEPENDS=	libgsl.so:math/gsl
 TEST_DEPENDS=	p5-Test-Class>=0.12:devel/p5-Test-Class \


More information about the svn-ports-head mailing list