Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:26:15 +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: r448380 - head/databases/p5-Tie-LevelDB
Message-ID:  <201708201226.v7KCQFlN099311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 20 12:26:15 2017
New Revision: 448380
URL: https://svnweb.freebsd.org/changeset/ports/448380

Log:
  Pet portlint: move BROKEN_* upward

Modified:
  head/databases/p5-Tie-LevelDB/Makefile

Modified: head/databases/p5-Tie-LevelDB/Makefile
==============================================================================
--- head/databases/p5-Tie-LevelDB/Makefile	Sun Aug 20 12:26:10 2017	(r448379)
+++ head/databases/p5-Tie-LevelDB/Makefile	Sun Aug 20 12:26:15 2017	(r448380)
@@ -14,11 +14,11 @@ COMMENT=	Perl Interface to the Google LevelDB NoSQL da
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libleveldb.so:databases/leveldb
-
-BROKEN_aarch64=		does not build: error: Please implement AtomicPointer for this platform
+BROKEN_aarch64=	does not build: error: Please implement AtomicPointer for this platform
 BROKEN_powerpc64=	does not build: error: unrecognized command line option -std=c++0x
-BROKEN_sparc64=		does not build: unrecognized command line options
+BROKEN_sparc64=	does not build: unrecognized command line options
+
+LIB_DEPENDS=	libleveldb.so:databases/leveldb
 
 MAKE_ARGS=	CC="${CXX}"
 USE_PERL5=	configure



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