16 Commits

Author SHA1 Message Date
Mark Linimon
0f6335cb8d 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)
2018-03-18 03:13:14 +00:00
Steve Wills
6efef21ed7 databases/libcouchbase: Update to 2.8.0
PR:		221962
Submitted by:	Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, different email)
2017-10-23 21:30:52 +00:00
Steve Wills
2a7462bb18 databases/libcouchbase: Update to 2.7.7
PR:		221587
Submitted by:	Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, using different email address)
2017-08-17 16:22:25 +00:00
Sunpoet Po-Chuan Hsieh
7ddf82d46e 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)
2017-07-18 18:08:34 +00:00
Martin Wilke
ff4de556ac - Update to 2.7.4
PR:		219061
Submitted by:	maintainer
2017-05-05 03:23:44 +00:00
Alexey Dokuchaev
77b58a80ca Do not pass `-f' when removing temporary directory: it is not needed,
and rm(1) command call looks safer without it.
2017-04-25 02:23:06 +00:00
Martin Wilke
8129a8cb21 - Update to 2.7.3
PR:		218796
Submitted by:	maintainer
2017-04-24 12:20:00 +00:00
Alexey Dokuchaev
c69ae5b9d2 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
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.
2017-04-24 08:50:21 +00:00
Alexey Dokuchaev
f756b579a8 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
2017-04-21 22:02:02 +00:00
Alexey Dokuchaev
c4bf0486f0 Update to version 2.7.2.
PR:	217643
2017-03-10 01:35:22 +00:00
Alexey Dokuchaev
d876652859 Update `databases/libcouchbase' to version 2.6.4.
TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745

PR:	215246
2017-03-07 10:52:08 +00:00
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Jan Beich
21a7215c9a 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)
2017-02-04 07:56:59 +00:00
Mark Linimon
cb90f21ce7 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 06:49:45 +00:00
Kurt Jaeger
50e71a189e 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)
2016-10-08 06:34:22 +00:00
Kurt Jaeger
ab38b3a9b1 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>
2016-09-03 06:24:27 +00:00