Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:26:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448387 - head/math/p5-Math-GSL
Message-ID:  <201708201226.v7KCQmkt000168@repo.freebsd.org>

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



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