Next | Query returned 187 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2015-06-08 08:49:55 by David Sainty | Files touched by this commit (1)
Log message:
Fix override-as.mk by fixing the path in AS.

This rarely seems to be a problem, but is exposed by building mplayer on a
32-bit x86 platform with USE_CWRAPPERS=yes.  Possibly with Linux tie-ins, my
NetBSD platforms are all 64 bit.

In the failing scenario mplayer attempts (at least at configure time) to use
"as" directly.  This is wrapped by cwrappers, which attempts to execute $AS
explicitly.

The exec fails because $PREFIX/bin/as doesn't exist, and hasn't done for a
long time.

Correct all the tool paths to include the "g" prefix for all these tools.
   2015-03-24 15:23:14 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Use C++11 containers in gold for libc++, old ext version doesn't work on
ARM due to lack of long long support.
   2015-03-20 23:46:09 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Has race conditions at least on NetBSD.
   2015-02-21 01:09:50 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Allow unused static constants with clang.
   2015-02-04 15:13:30 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Support the as override specs for cwrappers too.
   2015-01-04 03:14:10 by David A. Holland | Files touched by this commit (1)
Log message:
Remove outdated NOT_FOR_PLATFORM.
   2014-09-10 12:39:35 by Richard PALO | Files touched by this commit (1)
Log message:
revert binutils/builtin.mk
   2014-09-10 12:14:08 by Richard PALO | Files touched by this commit (10)
Log message:
adding devel/py-hgnested

hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.

To enable the "hgnested" extension, create an entry for it in your \ 
hgrc, like
this:

    [extensions]
    hgnested =

See `hg help hgnested` for the complete list of commands.

For more information please visit the following website:

	http://code.google.com/p/hgnested/
   2014-09-06 10:55:43 by Jonathan Perkin | Files touched by this commit (1) | Package updated
Log message:
Use --disable-werror with GCC 4.9, there are a number of issues which have
been fixed upstream, so we will remove this when binutils is updated.
   2014-09-01 22:37:21 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Remove MAKE_JOBS_SAFE=no, added for the previous release.  I cannot
trigger a failure up to MAKE_JOBS=24.

Next | Query returned 187 messages, browsing 61 to 70 | Previous