Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 19:51:30 +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: r457389 - head/databases/rocksdb
Message-ID:  <201712271951.vBRJpUAH071311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 27 19:51:30 2017
New Revision: 457389
URL: https://svnweb.freebsd.org/changeset/ports/457389

Log:
  Pet portlint: move BROKEN_* upward

Modified:
  head/databases/rocksdb/Makefile

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Wed Dec 27 19:51:25 2017	(r457388)
+++ head/databases/rocksdb/Makefile	Wed Dec 27 19:51:30 2017	(r457389)
@@ -14,13 +14,13 @@ 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_armv6?=		does not build: db/c.cc:2281:44: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int')
 BROKEN_armv7?=		does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'`
+
+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?201712271951.vBRJpUAH071311>