2014-07-24 14:43:20 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
Don't pass --enable-__cxa_atexit on SunOS, it is only available in newer
illumos releases and appears to cause issues there, seen most clearly in
qt3 uic segfaults.
Bump PKGREVISION of both gcc47 and gcc47-libs, gcc47-libs by more than one
as it has lagged behind and must be kept ahead of gcc47.
|
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-20 03:59:05 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Fix issues 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-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.
patches/patch-libjava_Makefile.in:
Tell libtool the fact that libjvm.so is a module to be opened with
dlopen(3). This is actually needed on Mach-O systems like Darwin.
|
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-10 16:14:59 by Richard PALO | Files touched by this commit (16) |
Log message:
x86-64 sunos fix for g++ and -Wl,-Bdirect involving libtool
references:http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
backport to gcc47 and gcc48
|
2014-01-14 20:16:52 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Use better gfortran patch from Kai-Uwe Eckhardt in PR 48512.
Bump PKGREVISION.
gcc47-libs PKGREVISION still higher, so no PKGREVISION bump needed there.
|
2013-08-23 00:07:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Disable gethostbyname_r detection on NetBSD to make this build on 6.99.23.
|
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.
|
2013-05-22 15:14:19 by Joerg Sonnenberger | Files touched by this commit (8) |
Log message:
Apply _CTYPE_BL fixes to gcc47 and gcc48.
|
2013-04-25 12:54:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Restore checksum for ecj-4.5.jar (hi adam!)
|