svn commit: r448382 - head/databases/rocksdb
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 20 12:26:26 UTC 2017
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
More information about the svn-ports-head
mailing list