Date: Sun, 24 Dec 2017 15:41:58 +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: r457176 - head/math/p5-Math-GSL Message-ID: <201712241541.vBOFfwNQ049206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241541.vBOFfwNQ049206>