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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:26:50 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:26:48 2017
New Revision: 448387
URL: https://svnweb.freebsd.org/changeset/ports/448387

Log:
  Pet portlint: move BROKEN_* upward

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

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Sun Aug 20 12:26:43 2017	(r448386)
+++ head/math/p5-Math-GSL/Makefile	Sun Aug 20 12:26:48 2017	(r448387)
@@ -14,6 +14,8 @@ 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 \
@@ -23,8 +25,6 @@ TEST_DEPENDS=	p5-Test-Class>=0.12:devel/p5-Test-Class 
 
 USE_PERL5=	modbuild
 USES=		perl5
-
-BROKEN_sparc64=	does not compile on sparc64
 
 post-install:
 	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} ${STRIP_CMD}


More information about the svn-ports-all mailing list