non port: devel/ccache-memcached/Makefile |
SVNWeb
|
Number of commits found: 12 |
Thu, 3 Mar 2022
|
[ 20:08 Bryan Drewery (bdrewery) ] ca31110
devel/ccache*: Update compiler links
PR: 259691
Submitted by: Volodymyr Kostyrko
|
Tue, 23 Nov 2021
|
[ 22:11 Stefan Eßer (se) ] 5933ac0 (Only the first 10 of 157 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Mon, 6 Sep 2021
|
[ 19:27 Tobias Kortkamp (tobik) ] 91e9ee8 (Only the first 10 of 13 ports in this commit are shown above. )
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
Mon, 12 Jul 2021
|
[ 19:47 Bryan Drewery (bdrewery) ] 6feaf49
devel/ccache*: Clarify WITH_CCACHE_BUILD=yes usage.
PR: 228187
|
[ 19:26 Bryan Drewery (bdrewery) ] 76eed7c
devel/ccache*: Add LLVM/GCC links for 11 and 12
PR: 254609
|
[ 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.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 10 Mar 2017
|
[ 00:48 bdrewery ]
Add devel/ccache-static and devel/ccache-memcached-static ports.
These are to allow packages to be created for use where a static
ccache is needed to avoid build dependencies. Poudriere is
growing support for this use case. While a ccache-static is
not likely as useful, the ccache-memcached-static port will
allow Poudriere to use ccache+memcached in its jails without
needing to bootstrap ccache-memcached and dealing with the
cyclic dependency problem of building that or compromising
with not building it with a compiler cache.
|
Thu, 9 Mar 2017
|
[ 23:20 bdrewery ]
WITH_CCACHE_BUILD: Add a NO_CCACHE_DEPEND to allow using ccache without the
dependency.
This allows WITH_CCACHE_BUILD to be set and still allow modifying MAKE_ENV/CC,
etc, to achieve using the ccache wrappers located at LOCALBASE/libexec/ccache.
This kind of mechanism is needed to support ccache-memcached which has
many build dependencies. Building a version of that first then allows
building further ports with it without introducing cyclic dependencies.
Poudriere will grow support for using a static version of ccache for this
purpose.
With hat: portmgr
|
[ 21:57 bdrewery ]
Force WITH_CCACHE_BUILD off.
|
Fri, 17 Feb 2017
|
[ 23:23 bdrewery ]
Add a patch for memcached to ccache along with a slave devel/ccache-memcached
port.
This patch is not safe for WITH_CCACHE_BUILD support yet as that causes all
ports to depend on devel/ccache. Enabling that patch would then cause the
new devel/libmemcached dependency to require devel/ccache which is a cyclic
dependency. The autoconf dependency also causes issues.
Add a devel/ccache-memcached slave port that would allow a user to use
the ccache+memcached package manually with ports without WITH_CCACHE_BUILD.
This patch comes from https://github.com/ccache/ccache/pull/58 and has been
an ongoing effort over a few years to be merged into the mainline of ccache.
Documenation for it can be found in the MANUAL file at:
/usr/local/share/doc/ccache/MANUAL.txt
Sponsored by: Dell EMC Isilon
|
Number of commits found: 12 |