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

History of commit frequency

CVS Commit History:


   2015-01-01 02:29:56 by Ryo ONODERA | Files touched by this commit (5)
Log message:
Bump PKGREVISION

* Add support code for gcc46-libs.
   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-05 11:32:31 by Masatake Daimon | Files touched by this commit (1) | Package updated
Log message:
Forgot to update distinfo
   2014-09-02 11:57:39 by Masatake Daimon | Files touched by this commit (1)
Log message:
PR pkg/48740 - Fix build issues on Darwin < 9 and possibly other platforms

patches/patch-gcc_common.opt had a hunk that makes -fstack-protector enabled by \ 
default (without any comments) but it causes a bootstrapping problem on \ 
platforms whose libc don't provide functions for ssp.
   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-15 14:04:41 by Masatake Daimon | Files touched by this commit (4)
Log message:
PR pkg/48740 - Fix problems on Darwin

Makefile:
  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.

patches/patch-ac:
  Remove the whitespace between $(LINKER_RPATH_FLAG) and the path.
  Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld)

patches/patch-libgcc_config_t-slibgcc-darwin:
  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.
   2014-03-29 21:50:03 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Fix PR pkg/48670, fix build under NetBSD/i386 5.2
   2014-02-25 22:24:51 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add untested code for checking multilib-support, based on the gcc47
version of the same.
   2014-01-25 14:38:48 by Ryo ONODERA | Files touched by this commit (37)
Log message:
Update to 4.6.4

* Add OpenBSD/amd64 5.4 support

Changelog:
* Bugfixes

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