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-Makefile.in
SVNWeb

Number of commits found: 3

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.
Wed, 3 Oct 2018
[ 19:26 bdrewery search for other commits by this committer ] Original commit   Revision:481181
Note why CXX is used here
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: 3