Next | Query returned 41 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2014-09-06 10:20:29 by Jonathan Perkin | Files touched by this commit (14)
Log message:
Replace all references to _GCC_REQD with the appropriate logical value for
each GCC version.  Using the variable causes impossible version constraints
when a specific GCC is depended upon but the user is using something newer,
as _GCC_REQD will be set to the higher value.
   2014-09-02 11:41:56 by Masatake Daimon | Files touched by this commit (1)
Log message:
PR pkg/48740 - Fix build issues on Darwin

Apply a patch by Sevan:
  1. gcc needs to be built with dwarf2 if Darwin < 9
  2. if you're building on a 32bit PowerPC Darwin < 9, disable multilib
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2014-05-17 18:10:50 by Thomas Klausner | Files touched by this commit (152)
Log message:
Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
   2014-05-16 14:01:17 by Masatake Daimon | Files touched by this commit (1)
Log message:
New package option: gcc-objc++
   2014-05-08 12:14:46 by Masatake Daimon | Files touched by this commit (2)
Log message:
Darwin: Fix an issue that gcc producing binaries linked with a wrong libgcc_s

If we don't install libgcc_s.10.[45].dylib, our gcc links binaries
with *both* /usr/lib/libgcc_s.1.dylib and
${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing.

The problem was already reported to the upstream but it caught
seemingly no attention:
http://gcc.gnu.org/ml/gcc-help/2010-07/msg00164.html
   2014-05-08 04:05:29 by Masatake Daimon | Files touched by this commit (1)
Log message:
Fix build failure on Darwin

See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to
create a stub library, not just to remove symbols, so we must not
let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the
build fails for missing files.
   2014-05-08 04:03:58 by Masatake Daimon | Files touched by this commit (2)
Log message:
Remove the whitespace between $(LINKER_RPATH_FLAG) and the path. Otherwise the \ 
flag may be misinterpreted by linker (e.g. Apple's ld)
   2014-03-26 12:07:27 by Jonathan Perkin | Files touched by this commit (4)
Log message:
Texinfo 5 compatibility.
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Next | Query returned 41 messages, browsing 11 to 20 | Previous