aboutsummaryrefslogtreecommitdiff
path: root/databases/libcouchbase
Commit message (Collapse)AuthorAgeFilesLines
* databases/libcouchbase: Fix buildMuhammad Moinur Rahman2023-06-031-0/+13
| | | | Approved by: portmgr (blanket)
* databases/libcouchbase: Update version 2.10.7=>3.3.2Muhammad Moinur Rahman2022-12-246-50/+49
| | | | | | | | | - Update MASTER_SITES - Update WWW - Pet portfmt PR: 268275 Approved by: sergey@couchbase.com (maintainer-timeout)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Use the most recent change from arm to fix build on riscv64.Mark Linimon2020-12-241-2/+1
| | | | | | | | | While here, generalize the arm expression the way we usually do. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559050
* databases/libcouchbase: disable dtrace on armMikael Urankar2020-12-231-3/+7
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=558997
* Mark as BROKEN on riscv64 similar to aarch64.Mark Linimon2020-12-221-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=558888
* Now builds on aarch64.Mark Linimon2020-11-261-1/+0
| | | | | | | Obtained from: lonesome.com trybroken run Notes: svn path=/head/; revision=556335
* Update to version 2.10.7.Alexey Dokuchaev2020-06-295-7/+39
| | | | | | | | PR: 233468 Approved by: maintainer timeout Notes: svn path=/head/; revision=540776
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-0/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507877
* Mark broken on armvX: tries and fails to link with dtrace. This couldMark Linimon2018-03-181-3/+5
| | | | | | | | | | | probably be fixed via a configuration knob as in databases/memcached. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464861
* databases/libcouchbase: Update to 2.8.0Steve Wills2017-10-233-5/+5
| | | | | | | | PR: 221962 Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, different email) Notes: svn path=/head/; revision=452744
* databases/libcouchbase: Update to 2.7.7Steve Wills2017-08-174-64/+17
| | | | | | | | PR: 221587 Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, using different email address) Notes: svn path=/head/; revision=448140
* Update to 2.7.6Sunpoet Po-Chuan Hsieh2017-07-184-6/+14
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=446170
* - Update to 2.7.4Martin Wilke2017-05-053-5/+5
| | | | | | | | PR: 219061 Submitted by: maintainer Notes: svn path=/head/; revision=440145
* Do not pass `-f' when removing temporary directory: it is not needed,Alexey Dokuchaev2017-04-251-3/+3
| | | | | | | and rm(1) command call looks safer without it. Notes: svn path=/head/; revision=439352
* - Update to 2.7.3Martin Wilke2017-04-243-5/+5
| | | | | | | | PR: 218796 Submitted by: maintainer Notes: svn path=/head/; revision=439283
* databases/libcouchbase: tentatively attempt to unbreak parallel builds.Alexey Dokuchaev2017-04-241-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 idempotent, and under certain circumstances would actually modify object files passed to it. Address the problem in the following ways: 1) append PID number to the output file name to reduce the chances of clash; 2) most importantly, copy the object files to a temporary location before allowing dtrace(1) to mess with them. This is rather ugly and far from robust solution; however, even that the port does not break in single-thread build mode for some reason, dtrace(1) rightfully generates errors (ir)regardless. Ultimately, I'd rather see dtrace(1) fixed properly instead so this work-around could be dropped. Notes: svn path=/head/; revision=439270
* Remove MAKE_JOBS_UNSAFE marker: it was added as part of r421281 upon theAlexey Dokuchaev2017-04-211-3/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=439130
* Update to version 2.7.2.Alexey Dokuchaev2017-03-103-5/+5
| | | | | | | PR: 217643 Notes: svn path=/head/; revision=435814
* Update `databases/libcouchbase' to version 2.6.4.Alexey Dokuchaev2017-03-073-7/+7
| | | | | | | | | TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745 PR: 215246 Notes: svn path=/head/; revision=435593
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-0/+1
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=433286
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-141-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426088
* databases/libcouchbase: 2.6.2 -> 2.6.3Kurt Jaeger2016-10-084-8/+6
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=423488
* New port: databases/libcouchbaseKurt Jaeger2016-09-035-0/+142
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> Notes: svn path=/head/; revision=421281