Port details |
- arangodb32 Distributed NoSQL database with multiple data models
- 3.2.13_1 databases
=0 3.2.13_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses Python 2.7 which is EOLed upstream
This port expired on: 2020-12-31
- Maintainer: dev@dudu.ro
- Port Added: 2017-11-21 15:48:09
- Last Update: 2021-01-02 13:49:04
- SVN Revision: 559941
- Also Listed In: net
- License: APACHE20
- WWW:
- https://www.arangodb.com
- Description:
- ArangoDB is a native multi-model database with flexible data models for
documents, graphs, and key-values. Build high performance applications
using a convenient SQL-like query language or JavaScript extensions
WWW: https://www.arangodb.com
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- arangodb32>0:databases/arangodb32
- No installation instructions:
- This port has been deleted.
- PKGNAME: arangodb32
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1524145771
SHA256 (arangodb-arangodb-v3.2.13_GH0.tar.gz) = 83784358c91f7163a47ec509ac4e527dc659182cfa8678b044da1b50c3e381fd
SIZE (arangodb-arangodb-v3.2.13_GH0.tar.gz) = 144636599
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- cmake : devel/cmake
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for arangodb32-3.2.13_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake ssl cmake:noninja python:2.7 compiler
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.13_1 02 Jan 2021 13:49:04 |
rene |
Remove a few expired ports:
2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn
instead
2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python
2.7 which is EOLed upstream |
3.2.13_1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
3.2.13_1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
3.2.13_1 27 May 2020 11:59:13 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). |
3.2.13_1 18 Mar 2020 12:04:51 |
tobik |
Fix more fallout for bundled rocksdb after the LLVM 10 import
In file included from rocksdb/utilities/backupable/backupable_db.cc:16:
rocksdb/util/channel.h:35:33: error: no matching constructor for initialization
of 'std::lock_guard<std::mutex>'
std::lock_guard<std::mutex> lk(lock_);
^ ~~~~~
/usr/include/c++/v1/__mutex_base:90:14: note: candidate constructor not viable:
1st argument ('const std::mutex') would lose const qualifier
explicit lock_guard(mutex_type& __m)
_LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
^
/usr/include/c++/v1/__mutex_base:100:5: note: candidate constructor not viable:
no known conversion from 'const std::mutex' to 'const
std::__1::lock_guard<std::__1::mutex>' for 1st argument
lock_guard(lock_guard const&) _LIBCPP_EQUAL_DELETE;
^
/usr/include/c++/v1/__mutex_base:94:5: note: candidate constructor not viable:
requires 2 arguments, but 1 was provided
lock_guard(mutex_type& __m, adopt_lock_t)
_LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m))
^
1 error generated.
net/ceph* will still not build because Clang crashes but at least
it goes beyond the above error. |
3.2.13_1 15 Jan 2020 18:16:53 |
bapt |
Unbreak after r523104 |
3.2.13_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
3.2.13_1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
3.2.13_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.2.13_1 09 Jun 2018 18:41:46 |
riggs |
Adapt ${name}_limits to the new resource limiting mechanics for services
PR: 227219
Submitted by: 0mp
Approved by: maintainer timeout |
3.2.13 24 Apr 2018 03:50:08 |
yuri |
databases/arangodb32: Update 3.2.10 -> 3.2.13
Port changes:
* Update of the maintainer's e-mail: galu@packetdam.com -> dev@dudu.ro
* Patch updates
PR: 225698
Submitted by: Vlad Galu <dev@dudu.ro> (maintainer) |
3.2.10 05 Feb 2018 22:46:44 |
yuri |
databases/arangodb32: Update to 3.2.10
Additional port change:
* Added LICENSE_FILE
PR: 224563
Submitted by: Vlad Galu <dev@dudu.ro>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13744 |
3.2.9 08 Dec 2017 19:35:35 |
lifanov |
update databases/arangodb32 to 3.2.9
PR: 224032
Submitted by: dev@dudu.ro (maintainer, same as galu@packetdam.com) |
3.2.8 01 Dec 2017 16:29:36 |
lifanov |
fix databases/arangodb32 on FreeBSD 10.x
o Fix build on FreeBSD 10.x by requiring recent LLVM
o Only build on amd64 - many hardcoded directories
PR: 223815
Submitted by: galu@packetdam.com (maintainer, same as dev@dudu.ro)
Differential Revision: https://reviews.freebsd.org/D13282 |
3.2.8 21 Nov 2017 15:47:53 |
lifanov |
new port: databases/arangodb32
ArangoDB is a production ready highly available Multi-Model NoSQL database
PR: 223240
Submitted by: dev@dudu.ro
Differential Revision: https://reviews.freebsd.org/D12793 |