svn commit: r414182 - head/databases/rocksdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 28 15:24:38 UTC 2016


Author: sunpoet
Date: Thu Apr 28 15:24:37 2016
New Revision: 414182
URL: https://svnweb.freebsd.org/changeset/ports/414182

Log:
  - Pet portlint
  - Update BROKEN: use lowercase for leading character

Modified:
  head/databases/rocksdb/Makefile

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Thu Apr 28 15:15:54 2016	(r414181)
+++ head/databases/rocksdb/Makefile	Thu Apr 28 15:24:37 2016	(r414182)
@@ -13,11 +13,11 @@ COMMENT=	Persistent key-value store for 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libgflags.so:devel/gflags \
 		libsnappy.so:archivers/snappy
 
+BROKEN_powerpc64=	does not build
+
 OPTIONS_DEFINE=	DEBUG
 
 ALL_TARGET=	shared_lib static_lib all


More information about the svn-ports-all mailing list