Port details |
- libcouchbase Multithreaded noSQL database (client and library)
- 3.3.8_1 databases =2 3.3.8_1Version of this port present on the latest quarterly branch.
- Maintainer: sergey@couchbase.com
- Port Added: 2016-09-03 06:24:35
- Last Update: 2024-02-23 03:31:30
- Commit Hash: 53e376e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html
- Description:
- This is the C client library for Couchbase. It communicates with the cluster
and speaks the relevant protocols necessary to connect to the cluster and
execute data operations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libcouchbase>0:databases/libcouchbase
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/libcouchbase/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/libcouchbase
- pkg install libcouchbase
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libcouchbase
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692385531
SHA256 (libcouchbase-3.3.8.tar.gz) = 5e29ab6bfc5c1fe4f54450f6285cc36de8fff4bf2d39dd16d17aa47cbb9ff88a
SIZE (libcouchbase-3.3.8.tar.gz) = 1491492
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libev.so : devel/libev
- libevent.so : devel/libevent
- libuv.so : devel/libuv
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_libcouchbase
- USES:
- cmake perl5 ssl
- 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.3.8_1 23 Feb 2024 03:31:30 |
Muhammad Moinur Rahman (bofh) |
databases/libcouchbase: Moved man to share/man
Approved by: portmgr (blanket) |
3.3.8 18 Aug 2023 19:42:06 |
Muhammad Moinur Rahman (bofh) |
databases/libcouchbase: UNBREAK
- Update version 3.3.2=>3.3.8
Changelog: https://github.com/couchbase/libcouchbase/releases/tag/3.3.8
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
3.3.2 03 Jun 2023 19:59:24 |
Muhammad Moinur Rahman (bofh) |
databases/libcouchbase: Fix build
Approved by: portmgr (blanket) |
3.3.2 24 Dec 2022 02:40:13 |
Muhammad Moinur Rahman (bofh) |
databases/libcouchbase: Update version 2.10.7=>3.3.2
- Update MASTER_SITES
- Update WWW
- Pet portfmt
PR: 268275
Approved by: sergey@couchbase.com (maintainer-timeout) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.10.7 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.10.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.10.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10.7 24 Dec 2020 06:48:49 |
linimon |
Use the most recent change from arm to fix build on riscv64.
While here, generalize the arm expression the way we usually do.
Approved by: portmgr (tier-2 blanket) |
2.10.7 23 Dec 2020 15:16:52 |
mikael |
databases/libcouchbase: disable dtrace on arm
Approved by: portmgr (tier-2 blanket) |
2.10.7 22 Dec 2020 03:35:53 |
linimon |
Mark as BROKEN on riscv64 similar to aarch64.
Approved by: portmgr (tier-2 blanket) |
2.10.7 26 Nov 2020 12:24:33 |
linimon |
Now builds on aarch64.
Obtained from: lonesome.com trybroken run |
2.10.7 29 Jun 2020 14:41:48 |
danfe |
Update to version 2.10.7.
PR: 233468
Approved by: maintainer timeout |
2.8.0_1 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
2.8.0 18 Mar 2018 03:13:15 |
linimon |
Mark broken on armvX: tries and fails to link with dtrace. This could
probably be fixed via a configuration knob as in databases/memcached.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.8.0 23 Oct 2017 21:30:52 |
swills |
databases/libcouchbase: Update to 2.8.0
PR: 221962
Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, different
email) |
2.7.7 17 Aug 2017 16:22:26 |
swills |
databases/libcouchbase: Update to 2.7.7
PR: 221587
Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, using
different email address) |
2.7.6 18 Jul 2017 18:08:34 |
sunpoet |
Update to 2.7.6
- While I'm here, update WWW
Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown
PR: 220632
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: Sergey Avseyev <sergey@couchbase.com> (maintainer) |
2.7.4 05 May 2017 03:23:44 |
miwi |
- Update to 2.7.4
PR: 219061
Submitted by: maintainer |
2.7.3 25 Apr 2017 02:23:06 |
danfe |
Do not pass `-f' when removing temporary directory: it is not needed,
and rm(1) command call looks safer without it. |
2.7.3 24 Apr 2017 12:20:00 |
miwi |
- Update to 2.7.3
PR: 218796
Submitted by: maintainer |
2.7.2 24 Apr 2017 08:50:21 |
danfe |
databases/libcouchbase: tentatively attempt to unbreak parallel builds.
The problem was not immediately obvious to me: after eliminating dtrace(1)
output filename clash and forcibly serializing two normally concurrent in
parallel mode linking stages, the problem did not go away. In fact, while
the port was building seemingly fine in a single-thread (unsafe) mode, the
messages "No probe sites found for declared provider" were still sometimes
present in the log, as well as "target object (...) already exists. Please
remove the target object and rebuild all the source objects if you wish to
run the DTrace".
Running dtrace(1) via truss(1) revealed something odd: it was opening the
substrate object files in read-write mode! Further tests and studying its
code (/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c;
see process_obj() and dt_modtext() functions) had confirmed that it is not (Only the first 15 lines of the commit message are shown above ) |
2.7.2 21 Apr 2017 22:02:02 |
danfe |
Remove MAKE_JOBS_UNSAFE marker: it was added as part of r421281 upon the
port's inception as of version 2.6.2, however, it was neither present in
submitted PR nor explained in the original commit log by pi@. So far my
quick tests do not show evidence that it is parallel-build unsafe.
We'll ask for forgiveness if it is indeed broken against -j X builds and
reinstate MAKE_JOBS_UNSAFE, but with a proper explanation this time.
While here, remove needless += from CMAKE_ARGS and place them at a better
location within the Makefile.
PR: 205377 |
2.7.2 10 Mar 2017 01:35:22 |
danfe |
Update to version 2.7.2.
PR: 217643 |
2.6.4 07 Mar 2017 10:52:08 |
danfe |
Update `databases/libcouchbase' to version 2.6.4.
TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745
PR: 215246 |
2.6.3_2 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
2.6.3_1 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
2.6.3 14 Nov 2016 06:49:45 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.6.3 08 Oct 2016 06:34:22 |
pi |
databases/libcouchbase: 2.6.2 -> 2.6.3
- WWW changed from
https://github.com/couchbase/libcouchbase/
to
http://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html
PR: 213040
Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown
Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer) |
2.6.2 03 Sep 2016 06:24:27 |
pi |
New port: databases/libcouchbase
This is the C client library for Couchbase. It communicates with the cluster
and speaks the relevant protocols necessary to connect to the cluster and
execute data operations.
https://github.com/couchbase/libcouchbase/
PR: 205377
Submitted by: gebhart@secnetix.de, Sergey Avseyev <sergey.avseyev@gmail.com> |