svn commit: r457389 - head/databases/rocksdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 27 19:51:31 UTC 2017


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


More information about the svn-ports-all mailing list