Port details |
- zapcc C++ caching compiler based on clang
- g20180622_3 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: freebsd@sysctl.cz
 - Port Added: 2018-08-14 05:51:05
- Last Update: 2022-05-16 06:49:43
- Commit Hash: 2d34c2b
- License: NCSA
- Description:
- Zapcc is a caching C++ compiler based on clang, designed to perform faster
compilations. zapcc uses in-memory compilation cache in client-server
architecture, remembering all compilation information between runs.
zapcc is the client while zapccs is the server. Each zapcc run will reuse
an existing server or if none was available will start a new one.
WWW: https://www.zapcc.com/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/zapcc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/zapcc
- pkg install zapcc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zapcc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1533505581
SHA256 (yrnkrn-zapcc-g20180622-b4c31cc_GH0.tar.gz) = 888c7d07d94466397230d8c382b1bfd9ea082d05af3d58bb666f97f3ba690ddf
SIZE (yrnkrn-zapcc-g20180622-b4c31cc_GH0.tar.gz) = 52427457
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- googletest>0 : devel/googletest
- cmake : devel/cmake
- ninja : devel/ninja
- python3.8 : lang/python38
- Runtime dependencies:
-
- python3.8 : lang/python38
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_zapcc
- USES:
- cmake compiler:c++11-lang gnome libedit python:3.4+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2022 06:49:43 g20180622_3 |
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
10 Apr 2022 19:11:41 g20180622_3 |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
01 Apr 2022 15:09:49 g20180622_2 |
Dmitry Marakasov (amdmi3)  |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
26 Mar 2022 08:27:27 g20180622_2 |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
10 Jan 2022 15:15:39 g20180622_1 |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
29 Aug 2021 14:54:01 g20180622_1 |
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
07 Apr 2021 08:09:01 g20180622_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 g20180622_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Dec 2020 01:46:01
g20180622_1 |
linimon  |
Mark BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
08 Nov 2019 11:39:00
g20180622_1 |
tobik  |
devel: Add missing USES={gl,gnome,php,sdl} |
26 Jul 2019 20:46:57
g20180622_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
22 Jan 2019 12:45:36
g20180622 |
linimon  |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 235042
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
25 Dec 2018 20:25:40
g20180622 |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
23 Nov 2018 12:57:59
g20180622 |
swills  |
devel/zapcc: Update MAINTAINER email
PR: 233409
Submitted by: M. <martinfilla@post.cz> (maintainer) |
02 Nov 2018 13:32:35
g20180622 |
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
14 Aug 2018 05:50:48
g20180622 |
yuri  |
New port: devel/zapcc: C++ caching compiler based on clang
PR: 230394
Submitted by: Martin Filla <martinfilla@post.cz> |