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) ] 53c0dd5 (Only the first 10 of 20 ports in this commit are shown above. )
devel/ccache*: Split memcached fork into its own port.
|
Tue, 15 Jan 2019
|
[ 23:14 bdrewery ]
Fix build of ccache-memcached-static sasl2 update in r485191
|
Tue, 26 Jun 2018
|
[ 21:15 bdrewery ]
- 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 ]
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 ]
Properly add needed libsasl2 libs after r440469, fixing build with
libmemcached+sasl2.
Sponsored by: Dell EMC Isilon
|
Tue, 9 May 2017
|
[ 03:52 bdrewery ]
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 ]
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 |