notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/ccache/files/extra-patch-memcached-configure.ac
SVNWeb

Number of commits found: 7

Mon, 12 Jul 2021
[ 16:38 Bryan Drewery (bdrewery) search for other commits by this committer ]    commit hash:53c0dd571599a3b01dd1db379dc810f534e7360a  commit hash:53c0dd571599a3b01dd1db379dc810f534e7360a  commit hash:53c0dd571599a3b01dd1db379dc810f534e7360a  53c0dd5  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
devel/ccache*: Split memcached fork into its own port.
Tue, 15 Jan 2019
[ 23:14 bdrewery search for other commits by this committer ] Original commit   Revision:490434
Fix build of ccache-memcached-static sasl2 update in r485191
Tue, 26 Jun 2018
[ 21:15 bdrewery search for other commits by this committer ] Original commit   Revision:473410
- Update to 3.4.2
- MEMCACHED: Switch to github development branch for memcached
- Fix memcached (non-static) linking in libsasl, libopie, libcrypto when
  unneeded (files/extra-patch-memcached-configure.ac).
- Fix CONFLICTS_INSTALL causing slave ports to conflict on themselves.
- DOCS: Add NEWS files
Thu, 27 Jul 2017
[ 20:43 bdrewery search for other commits by this committer ] Original commit   Revision:446777
MEMCACHED+STATIC: Fix not having HAVE_LIBMEMCACHED defined.

This was causing memcached functionality to not work.

Also flip around the link ordering for libmemcached and libsasl2 to
resolve link-time issues.

Sponsored by:	Dell EMC Isilon
Tue, 25 Jul 2017
[ 00:38 bdrewery search for other commits by this committer ] Original commit   Revision:446550
Properly add needed libsasl2 libs after r440469, fixing build with
libmemcached+sasl2.

Sponsored by:	Dell EMC Isilon
Tue, 9 May 2017
[ 03:52 bdrewery search for other commits by this committer ] Original commit   Revision:440469
Fix ccache-memcached-static build with libmemcached+sasl support.

Now that libmemcached supports/requires sasl, we must link it and its
dependencies in.  Use an awful hack due to the lack of sane pkgconf
files.
Thu, 9 Mar 2017
[ 21:05 bdrewery search for other commits by this committer ] Original commit   Revision:435800
ccache-memcached: Fix STATIC build.

Libmemcached is a C++ library, thus we need to use a C++ linker to link to it.
This is only really a problem when building a static binary since we need to
bring in various libc++ and libcxxrt symbols.  The upstream ccache+memcached
patch had support for this with --enable-static but only via a hack for
GCC to force addding -lstdc++.  The method in these patches works
for either compiler by using CXX to check for -lmemcached, and later using
CXX to link ccache.

Number of commits found: 7