Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 15:24:37 +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: r414182 - head/databases/rocksdb
Message-ID:  <201604281524.u3SFOblM073012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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