non port: devel/ccache/Makefile |
SVNWeb
|
Number of commits found: 156 (showing only 56 on this page) |
Wed, 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]
|
Mon, 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.
|
Mon, 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
|
Thu, 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
|
Sat, 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
|
Mon, 26 Jul 2010
|
[ 15:30 ehaupt ]
Take maintainership
|
[ 00:03 linimon ] (Only the first 10 of 29 ports in this commit are shown above. )
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Wed, 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]
|
Mon, 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>
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 8 Apr 2008
|
[ 01:45 ahze ]
Add links to gcc44 and gcc-ooo, only add links to gcc295 on i386 and alpha
|
Sun, 19 Nov 2006
|
[ 07:26 ahze ]
Add links to gcc43
|
Thu, 5 Oct 2006
|
[ 23:37 ahze ]
- Remove gcc35 link
|
Tue, 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
|
Tue, 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)
|
Wed, 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++}").
|
Tue, 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
|
Mon, 3 Oct 2005
|
[ 01:58 ahze ]
- Add support for gcc41
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 21 Feb 2005
|
[ 11:06 ahze ]
- Add a note to icc users about adding LOCALBASE/intel_cc_80/bin to CCACHE_PATH
|
Sat, 11 Dec 2004
|
[ 22:26 ahze ]
s/LOCALBASE/DOCSDIR/ in pkg-message
Submitted by: info@otsune.com
|
Tue, 7 Dec 2004
|
[ 08:17 ahze ]
- Don't use PKGMESSAGE or install HOWTO if WITHOUT_COMPILER_LINKS is defined
Submitted by: Skip Ford
|
Sat, 4 Dec 2004
|
[ 23:51 ahze ]
- Add a note about reinstalling libtool15 when you change CC/CXX
- Add links to gcc/g++
|
Thu, 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
|
Tue, 2 Nov 2004
|
[ 15:51 ahze ]
add link to gcc40
Approved by: pav (co mentor)
|
Fri, 29 Oct 2004
|
[ 22:24 ahze ] (Only the first 10 of 40 ports in this commit are shown above. )
Change email to new FreeBSD.org address
Approved by:adamw (mentor)
|
Wed, 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>
|
Mon, 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
|
Sun, 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>
|
Tue, 30 Mar 2004
|
[ 09:41 krion ]
- Add PORTDOCS
PR: ports/64925
Submitted by: michael johnson <ahze@ahze.net>
|
Thu, 5 Feb 2004
|
[ 20:38 trevor ] (Only the first 10 of 804 ports in this commit are shown above. )
Use PLIST_FILES.
Reviewed by: marcus
|
Sun, 28 Sep 2003
|
[ 12:05 naddy ]
Update to 0.3.
PR: 57304
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
Wed, 24 Sep 2003
|
[ 08:37 edwin ] (Only the first 10 of 17 ports in this commit are shown above. )
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>
|
Tue, 24 Jun 2003
|
[ 01:06 leeym ] (Only the first 10 of 17 ports in this commit are shown above. )
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Sun, 23 Mar 2003
|
[ 18:51 arved ]
Upate to 2.2
PR: 49113
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Fri, 21 Feb 2003
|
[ 11:23 knu ] (Only the first 10 of 422 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 10 Jan 2003
|
[ 09:44 nork ]
Update to 2.1.1.
Approved by: Dominic Marks <dom@cus.org.uk> (maintainer)
|
Wed, 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
|
Tue, 7 Jan 2003
|
[ 12:30 roam ]
Update to ccache-2.0.
PR: 46820
Submitted by: maintainer
|
Sat, 2 Nov 2002
|
[ 04:33 perky ] (Only the first 10 of 16 ports in this commit are shown above. )
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
|
Tue, 8 Oct 2002
|
[ 12:10 perky ] (Only the first 10 of 16 ports in this commit are shown above. )
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
|
Tue, 14 May 2002
|
[ 01:08 pat ]
Update to 1.9
PR: 38028
Submitted by: maintainer
|
Mon, 29 Apr 2002
|
[ 19:44 pat ]
Update to 1.8
PR: 37565
Submitted by: maintainer
|
Wed, 10 Apr 2002
|
[ 12:17 sobomax ]
Update to 1.7.
PR: 36961
Submitted by: maintainer
|
Mon, 8 Apr 2002
|
[ 20:01 lioux ]
Update to 1.6
PR: 36886
Submitted by: maintainer
|
Fri, 5 Apr 2002
|
[ 19:51 lioux ]
Update to 1.4
PR: 36787
Submitted by: maintainer
|
Mon, 1 Apr 2002
|
[ 17:32 pat ]
Update to 1.3
PR: 36611
Submitted by: maintainer
|
Sun, 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: 156 (showing only 56 on this page) |