svn commit: r396217 - head/databases/leveldb

Alexey Dokuchaev danfe at FreeBSD.org
Sun Sep 6 13:57:54 UTC 2015


Author: danfe
Date: Sun Sep  6 13:57:53 2015
New Revision: 396217
URL: https://svnweb.freebsd.org/changeset/ports/396217

Log:
  LevelDB has PowerPC support since version 1.6 (Oct 12 2012).
  
  Upstream commit:	https://github.com/google/leveldb/commit/946e5b5

Modified:
  head/databases/leveldb/Makefile

Modified: head/databases/leveldb/Makefile
==============================================================================
--- head/databases/leveldb/Makefile	Sun Sep  6 13:43:09 2015	(r396216)
+++ head/databases/leveldb/Makefile	Sun Sep  6 13:57:53 2015	(r396217)
@@ -22,9 +22,6 @@ USES=		compiler:c++0x gmake
 PLIST_SUB=	SHLIB_MAJOR=${SHLIB_MAJOR} \
 		SHLIB_MINOR=${SHLIB_MINOR}
 
-NOT_FOR_ARCHS=	powerpc
-NOT_FOR_ARCHS_REASON=	not yet ported to this platform
-
 SHLIB_MAJOR=	${PORTVERSION:R}
 SHLIB_MINOR=	${PORTVERSION:E}
 


More information about the svn-ports-head mailing list