mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
devel/ccache*: Clarify WITH_CCACHE_BUILD=yes usage.
PR: 228187
This commit is contained in:
parent
6b37107bea
commit
6feaf49e01
@ -3,7 +3,7 @@
|
||||
PORTNAME= ccache
|
||||
PKGNAMESUFFIX?= -memcached
|
||||
PORTVERSION= 3.5.dev.20180926
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= LOCAL/bdrewery \
|
||||
GH
|
||||
|
@ -1,9 +1,8 @@
|
||||
To use ccache for ports, just add WITH_CCACHE_BUILD=yes to
|
||||
To use ccache for ports and base, just add WITH_CCACHE_BUILD=yes to
|
||||
/etc/make.conf. The rest of this guide is for building
|
||||
/usr/src and other checkouts.
|
||||
|
||||
To use ccache for base (11.0+) just add WITH_CCACHE_BUILD=yes
|
||||
to /etc/src.conf. Refer to src.conf(5) for more information.
|
||||
Refer to src.conf(5) for more information specific to base builds.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= ccache
|
||||
PORTVERSION= 3.7.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
|
||||
LOCAL/bdrewery
|
||||
|
@ -1,9 +1,8 @@
|
||||
To use ccache for ports, just add WITH_CCACHE_BUILD=yes to
|
||||
To use ccache for ports and base, just add WITH_CCACHE_BUILD=yes to
|
||||
/etc/make.conf. The rest of this guide is for building
|
||||
/usr/src and other checkouts.
|
||||
|
||||
To use ccache for base (11.0+) just add WITH_CCACHE_BUILD=yes
|
||||
to /etc/src.conf. Refer to src.conf(5) for more information.
|
||||
Refer to src.conf(5) for more information specific to base builds.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user