Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2015 13:57:54 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396217 - head/databases/leveldb
Message-ID:  <201509061357.t86DvsM3068430@repo.freebsd.org>

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



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