2016-12-29 23:46:31 by Maya Rashish | Files touched by this commit (165) | |
Log message:
Remove gcc45,46,47 and libs as discussed in pkgsrc-users
GCC_REQD for these versions now resolves to gcc48 due to a previous commit.
Please file a bug report if you are having trouble with GCC 4.8.
|
2016-12-22 12:59:36 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: revert part of my previous commit. USE_LANGUAGES c++ is not needed.
It's just a warning during configure.
|
2016-12-22 11:03:07 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: add USE_LANGUAGES c++ so less warnings about configure using the
c++ compiler.
pass LANG+=c++ only once (from options.mk), doing it twice seems to confuse
the configure script.
now I can pass configure on NetBSD-6.
|
2016-10-31 05:10:38 by David A. Holland | Files touched by this commit (1) |
Log message:
Apply Sevan's patch for OS X Tiger PowerPC from PR 48936, since he hasn't
got around to doing it himself.
|
2016-09-30 15:17:00 by Sevan Janiyan | Files touched by this commit (5) |
Log message:
Do not build with the gcc-java enabled by default.
Add a comment to note the removal of option.
Discussed on pkgsrc-users@
http://mail-index.netbsd.org/pkgsrc-users/2016/09/29/msg023796.html
|
2016-09-28 14:07:27 by Maya Rashish | Files touched by this commit (1) |
Log message:
lang/gcc47: don't build gcc-java by default on NetBSD
it fails at configure as an unsupported language for powerpc, and is not
too useful.
not bumping pkgrevision as requested - it shouldn't matter to anyone who
already has the package, even on netbsd, and avoids an expensive rebuild.
|
2016-09-06 18:28:48 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: limit disabling of libsdtc++ pch use to netbsd.
add a comment that explains that the hang occurs due to ASLR, so other
ASLR users will be able to identify the cause.
thanks joerg for suggesting the cause
|
2016-09-06 17:04:57 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: forgotten stray unconditional --enable-libssp
|
2016-09-06 14:00:33 by Maya Rashish | Files touched by this commit (4) |
Log message:
gcc47: don't use PCH for libstdc++ on gcc5, it causes hangs during configure.
limited to gcc5 because others do not seem to run into the same issues, to
avoid a regression for them.
disable libssp on netbsd - it conflicts with native libssp
(related: PR pkg/47213)
Use a more sane specfile for netbsd, linking against libc when building
shared.
bump gcc47 PKGREVISION
bump gcc47-libs PKGREVISION further than gcc47
|
2016-09-06 08:45:32 by Maya Rashish | Files touched by this commit (3) |
Log message:
gcc47: apply upstream patch
cfns: fix mismatch in gnu_inline attributes
allows build with gcc 5 to continue further
|