Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:26:24 +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: r448382 - head/databases/rocksdb
Message-ID:  <201708201226.v7KCQObv099522@repo.freebsd.org>

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

Log:
  Pet portlint: move BROKEN_* upward

Modified:
  head/databases/rocksdb/Makefile

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Sun Aug 20 12:26:19 2017	(r448381)
+++ head/databases/rocksdb/Makefile	Sun Aug 20 12:26:24 2017	(r448382)
@@ -14,15 +14,15 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.Apache
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	bash:shells/bash
-LIB_DEPENDS=	libgflags.so:devel/gflags \
-		libsnappy.so:archivers/snappy
-
 BROKEN_DragonFly=	does not build on DragonFly BSD using GCC with -Werror
 BROKEN_aarch64=	does not build: the clang compiler does not support -march=native
 BROKEN_armv6=	does not build: the clang compiler does not support -march=native
 BROKEN_powerpc64=	does not build: the clang compiler does not support -march=native
 BROKEN_sparc64=	cannot build: uses unknown compiler flags
+
+BUILD_DEPENDS=	bash:shells/bash
+LIB_DEPENDS=	libgflags.so:devel/gflags \
+		libsnappy.so:archivers/snappy
 
 OPTIONS_DEFINE=	DEBUG LZ4 ZSTD
 OPTIONS_DEFAULT=LZ4



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