| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.10_1 15 May 2015 18:04:40
  |
sunpoet  |
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT
- Add comment about broken c++11 support from gcc |
3.10_1 08 May 2015 11:28:58
  |
zi  |
- Fix broken static library (INSTALL_LIB strips the symbols)
- Bump PORTREVISION |
3.10 02 May 2015 00:50:28
  |
sunpoet  |
- Fix build on i386
- Regenerate patch file with makepatch:
MFH: 2015Q2 |
3.10 01 May 2015 23:08:53
  |
zi  |
- Fix build when using FreeBSD older than 10.0 |
3.10 01 May 2015 14:36:28
  |
marino  |
databases/rocksdb: Unbreak on DragonFly due to -Werror (again)
The -Werror flag reappeared on the latest version, and it still doesn't
build without error on GCC5. In this case, the FLAGS_env variable was
defined and not used tripping [-Werror=unused-variable]
I would seriously remove -Werror from this port (again), but this patch
makes it build again on DragonFly, at least for the moment. |
3.10 06 Apr 2015 19:04:09
  |
sunpoet  |
- Update to 3.10
Changes: https://github.com/facebook/rocksdb/releases
MFH: 2015Q2 |
3.9.1 25 Mar 2015 14:58:41
  |
sunpoet  |
- Cleanup -lpthread/-pthread manipulation |
3.9.1 21 Mar 2015 19:37:18
  |
sunpoet  |
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW |
3.9.1 21 Feb 2015 13:03:24
  |
marino  |
databases/rocksdb: Remove -Werror from flags
RocksDB defines a number of variables it doesn't use, so it fails Werror
on modern compilers that check for this. Remove the -Werror flag from
the Makefile with sed since we are using it anyway.
Approved by: blanket |
3.9.1 21 Feb 2015 08:38:50
  |
sunpoet  |
- Update to 3.9.1
Changes: https://github.com/facebook/rocksdb/releases |
3.8 08 Dec 2014 09:11:01
  |
sunpoet  |
- Update to 3.8
Changes: https://github.com/facebook/rocksdb/releases |
3.7 06 Dec 2014 20:41:10
  |
sunpoet  |
- Fix build when WITHOUT_PROFILE is defined
Submitted by: vanilla |
3.7 24 Nov 2014 18:24:39
  |
sunpoet  |
- Update to 3.7
Changes: https://github.com/facebook/rocksdb/releases |
3.6.2 05 Nov 2014 18:23:30
  |
sunpoet  |
- Update to 3.6.2
Changes: https://github.com/facebook/rocksdb/releases |
3.2_1 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
3.2_1 18 Aug 2014 12:02:07
  |
amdmi3  |
- Switch devel/gflags to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
3.2 22 Jul 2014 17:42:24
  |
sunpoet  |
- Add rocksdb 3.2
RocksDB is an embeddable persistent key-value store for fast storage. RocksDB
can also be the foundation for a client-server database but our current focus is
on embedded workloads.
RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores,
to efficiently use fast storage, to support IO-bound, in-memory and write-once
workloads, and to be flexible to allow for innovation.
GitHub repository at https://github.com/facebook/rocksdb
WWW: http://rocksdb.org/ |