non port: devel/ccache/Makefile |
Number of commits found: 159 (showing only 59 on this page) |
Monday, 28 Feb 2011
|
13:39 ehaupt
Allow the use of non-default compilers such as clang.
PR: 155008
Submitted by: avilla
|
Monday, 10 Jan 2011
|
16:44 ehaupt
Update to 3.1.4
|
Tuesday, 30 Nov 2010
|
22:37 ehaupt
Update to 3.1.3
|
Wednesday, 17 Nov 2010
|
18:41 ehaupt
Provide make.conf/src.conf instructions that still allow ccache to be used for
the lib32 bits in a buildworld. The recent committed fix would just revert to
regular gcc.
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (via cvs-all@)
|
00:10 ehaupt
Update instructions on how to workaround a buildworld failure.
[1] http://kerneltrap.org/mailarchive/freebsd-hackers/2010/11/8/6886684
PR: 151287 (related)
Submitted by: Dimitry Andric, avilla
Discussed on: hackers [1]
|
Monday, 8 Nov 2010
|
12:32 ehaupt
Update to 3.1.1
Excerpt from the ChangeLog:
* ccache now falls back to preprocessor mode when a non-regular include file
(device, socket, etc) has been detected so that potential hanging due to
blocking reads is avoided.
* CRC errors are now detected when decompressing compressed files in the
cache.
* Fixed potential object file corruption race on NFS.
* Minor documentation corrections.
* Fixed configure detection of ar.
|
Monday, 27 Sep 2010
|
15:42 ehaupt
Fix installation of a document file.
Submitted by: ohauer
Pointyhat to: ehaupt (self)
|
11:11 ehaupt
Update to 3.1
|
Thursday, 16 Sep 2010
|
15:56 ehaupt
Provide symlinks for clang and llvm-gcc compilers in addition to gcc
PR: 150613
Submitted by: amdmi3
|
01:43 amdmi3
- Oops, revert previous commit - I meant to do a send-pr
|
01:41 amdmi3
- Provide symlinks for clang and llvm-gcc compilers as well
|
Saturday, 31 Jul 2010
|
10:48 ehaupt
Update to 3.0.1
PR: 148228, 146527
Submitted by: ale, Christer Edwards <christer.edwards@gmail.com>
Reviewed by: ports
|
Monday, 26 Jul 2010
|
15:30 ehaupt
Take maintainership
|
00:03 linimon
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Wednesday, 5 Aug 2009
|
02:40 ahze
- Fix bug with mmap() on 8.x [1]
- Remove gcc 295, 32, 33, 40, and 40 support [2]
- Bump PORTREVISION
PR: ports/136971 [1]
ports/136679 [2]
Submitted by: Aragon Gouveia <aragon@phat.za.net> [1]
Ulrich Spoerlein <uqs@spoerlein.net> [2]
gerald [2]
|
Monday, 24 Nov 2008
|
03:32 ahze
Fix a bug in x_realloc() which tries to read out too many bytes from the old
storage after allocating new storage.
PR: ports/127639
Submitted by: Thorsten Glaser <tg@mirbsd.de> (MirBSD project)
Reported by: Mel <mel.xyzzy@rachie.is-a-geek.net>
|
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
Tuesday, 8 Apr 2008
|
01:45 ahze
Add links to gcc44 and gcc-ooo, only add links to gcc295 on i386 and alpha
|
Sunday, 19 Nov 2006
|
07:26 ahze
Add links to gcc43
|
Thursday, 5 Oct 2006
|
23:37 ahze
- Remove gcc35 link
|
Tuesday, 21 Mar 2006
|
15:06 ale
- Add CCACHE_CACHE_COMPILER patch
- Improve examples
- Add two new scripts to enhance buildworld/buildkernel
ccache may now be used safely and effectively to build the FreeBSD source tree.
Follow the pkg-message tips to exploit it.
Approved by: maintainer
|
Tuesday, 7 Mar 2006
|
19:53 ahze
- Update MASTER_SITES to fix fetch
PR: 94179
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: portmgr (erwin, marcus)
|
Wednesday, 11 Jan 2006
|
23:21 ahze
- Fix example so it works better with make buildworld if you define NOCCACHE
with out installing ccache links in PREFIX/libexec/ccache/
- Add gcc42
|
15:49 ru
Attempt to attract maintainer's attention to a problem a lot of
our users reported when doing "make buildworld" with NOCCACHE
defined (hardcodes CC and CXX to "/usr/bin/{cc|c++}").
|
Tuesday, 15 Nov 2005
|
20:03 ahze
- Add support to turn off hasing the compiler size and mtime via a
enviroment variable, this aids in 'buildworld' and 'buildkernel'.
CCACHE_NOHASH_SIZE_MTIME
This tells ccache to not hash the real compiler's size and modi-
fication time. Normally this is the mechanism to detect compiler
upgrades. There are situations however, where even though the
compiler's size or modification time has changed you can safely
use the cached objects (e.g. if as part of your build system the
compiler is built as well and the compiler's source has not
changed; or if the compiler has only changes that do not affect
code generation). Use this feature only if you know what you are
doing.
Submitted by: schweikh
|
Monday, 3 Oct 2005
|
01:58 ahze
- Add support for gcc41
|
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Monday, 21 Feb 2005
|
11:06 ahze
- Add a note to icc users about adding LOCALBASE/intel_cc_80/bin to CCACHE_PATH
|
Saturday, 11 Dec 2004
|
22:26 ahze
s/LOCALBASE/DOCSDIR/ in pkg-message
Submitted by: info@otsune.com
|
Tuesday, 7 Dec 2004
|
08:17 ahze
- Don't use PKGMESSAGE or install HOWTO if WITHOUT_COMPILER_LINKS is defined
Submitted by: Skip Ford
|
Saturday, 4 Dec 2004
|
23:51 ahze
- Add a note about reinstalling libtool15 when you change CC/CXX
- Add links to gcc/g++
|
Thursday, 2 Dec 2004
|
14:10 ahze
- Add a link to gcc32 since it's still used in some ports (ie openoffice)
- Move pkg-message in to a file (ccache-howto-freebsd.txt) that is now installed
in to DOCSDIR. ccache-howto-freebsd.txt is more informative than pkg-message
was, now has better examples so ccache will not fail with some ports that
don't like a full path to the compiler.
- Add a note about using distcc
- Bump PORTREVISION
|
Tuesday, 2 Nov 2004
|
15:51 ahze
add link to gcc40
Approved by: pav (co mentor)
|
Friday, 29 Oct 2004
|
22:24 ahze
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
|
Wednesday, 13 Oct 2004
|
07:56 edwin
Removed trash at the end of the Makefile.
No idea how that ended up there.
Submitted by: Michael Johnson <ahze@ahze.net>
|
03:36 edwin
[MAINTAINER] devel/ccache: update to 2.4
- Update to 2.4
- Add workaround to use ccache when USE_GCC is used in a port
PR: ports/71717
Submitted by: Michael Johnson <ahze@ahze.net>
|
Monday, 19 Apr 2004
|
07:17 krion
- Remove STRIP_CMD
PR: ports/65747
Submitted by: maintainer
|
00:54 trevor
Use INSTALL_MAN and INSTALL_PROGRAM macros.
Approved by: Michael Johnson (maintainer)
PR: 65739
|
Sunday, 18 Apr 2004
|
07:42 krion
- Assign maintainership to submitter
- strip(1) binary
PR: ports/65692
Submitted by: michael johnson <ahze at ahze dot net>
|
Tuesday, 30 Mar 2004
|
09:41 krion
- Add PORTDOCS
PR: ports/64925
Submitted by: michael johnson <ahze@ahze.net>
|
Thursday, 5 Feb 2004
|
20:38 trevor
Use PLIST_FILES.
Reviewed by: marcus
|
Sunday, 28 Sep 2003
|
12:05 naddy
Update to 0.3.
PR: 57304
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
Wednesday, 24 Sep 2003
|
08:37 edwin
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
Tuesday, 24 Jun 2003
|
01:06 leeym
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Sunday, 23 Mar 2003
|
18:51 arved
Upate to 2.2
PR: 49113
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Friday, 21 Feb 2003
|
11:23 knu
De-pkg-comment.
|
Friday, 10 Jan 2003
|
09:44 nork
Update to 2.1.1.
Approved by: Dominic Marks <dom@cus.org.uk> (maintainer)
|
Wednesday, 8 Jan 2003
|
15:37 roam
Update to ccache-2.1, which fixes a segfault when ccache(1) is invoked
without a -o outfile option.
Approved by: maintainer
|
Tuesday, 7 Jan 2003
|
12:30 roam
Update to ccache-2.0.
PR: 46820
Submitted by: maintainer
|
Saturday, 2 Nov 2002
|
04:33 perky
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
|
Tuesday, 8 Oct 2002
|
12:10 perky
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
|
Tuesday, 14 May 2002
|
01:08 pat
Update to 1.9
PR: 38028
Submitted by: maintainer
|
Monday, 29 Apr 2002
|
19:44 pat
Update to 1.8
PR: 37565
Submitted by: maintainer
|
Wednesday, 10 Apr 2002
|
12:17 sobomax
Update to 1.7.
PR: 36961
Submitted by: maintainer
|
Monday, 8 Apr 2002
|
20:01 lioux
Update to 1.6
PR: 36886
Submitted by: maintainer
|
Friday, 5 Apr 2002
|
19:51 lioux
Update to 1.4
PR: 36787
Submitted by: maintainer
|
Monday, 1 Apr 2002
|
17:32 pat
Update to 1.3
PR: 36611
Submitted by: maintainer
|
Sunday, 31 Mar 2002
|
17:07 pat
Add new port devel/ccache - A tool to minimize the compile time of C programs
PR: 36572
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
|
Number of commits found: 159 (showing only 59 on this page) |