summaryrefslogtreecommitdiff
path: root/lang/gcc48-libs
AgeCommit message (Collapse)AuthorFilesLines
2015-03-12Strip libgo from the package, it is very large and useless in this context.jperkin1-2/+2
Ride previous PKGREVISION bump.
2015-03-12Update to 4.8.4ryoon1-2/+2
* Reset gcc48-libs' PKGREVISION to 1 Changelog: * Bugfixes.
2015-02-04Support the override libgcc specs for the cwrappers case.jperkin1-1/+4
2014-11-28Bump PKGREVISION to 3, to be one more than gcc48.obache1-2/+2
2014-10-31Restore monolithic gcc48 and gcc48-libs.ryoon4-113/+57
* No objection on tech-pkg@ mailing list.
2014-05-31Update to 4.8.3ryoon3-9/+19
* Convert gcc48 to simple meta-pkg * Potentially fix non-NetBSD packaging * Fix gcc48-libs/gcc48-cc++ build under OpenBSD/amd64 5.5 * Enable graphite option, from wip/gcc48snapshot via Xiyue Deng * Tweak nls option Changelog: GCC 4.8.3 This is the [35]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.8.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). Support for the new powerpc64le-linux platform has been added. It defaults to generating code that conforms to the ELFV2
2014-05-20Fixes for Darwinadam2-14/+21
2014-05-10x86-64 sunos fix for g++ and -Wl,-Bdirect involving libtoolrichard1-2/+2
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-04-23Bump PKGREVISION of gcc48-libsryoon1-2/+2
Disable Java libraries by default.
2014-04-22Split gcc48 to libraries and langusages packagesryoon4-61/+100
* All gcc48-* depend on gcc48-libs * Add gcc48-cc++, gcc48-fortran, and gcc48-objc * gcc48 is meta package now
2014-01-14Bump PKGREVISION because gcc48/Makefile says so.wiz1-2/+2
2013-10-21Changes 4.8.2:adam1-4/+4
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.1 relative to previous releases of GCC.
2013-08-15fix -specs for ccacherichard1-4/+4
2013-06-21Revert part of previous, GCC_TARGET_MACHINE must be used so that, when set byjperkin2-12/+12
the user, the runtime directory is in sync between the main gcc package and the gcc-libs package. Bump PKGREVISIONs.
2013-06-14Update variable names to match those in the buildlink3.mk files, and to avoidjperkin1-13/+13
any possible clashes with the main gcc packages. If you were previously using GCC_TARGET_MACHINE to configure the location to the runtime libraries, you should update it to LIBGCC_TARGET_MACHINE. Bump PKGREVISIONs.
2013-06-14When using USE_PKGSRC_GCC_RUNTIME, do not add an rpath for the main GCC libs.jperkin1-2/+2
2013-06-13Don't override gcc variables, use ones specific to gcc-libs.jperkin1-5/+5
Avoids issue with USE_PKGSRC_GCC_RUNTIME where the gcc48 package would end up installing to gcc47's prefix.
2013-06-02Changes 4.8.1:adam2-16/+17
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.0 relative to previous releases of GCC.
2013-04-21Bump PKGREVISION because of lang/gcc48 revbump.sbd1-2/+2
2013-04-19Renaming GCC_DIST_VERSION to GCC48_DIST_VERSIONadam1-7/+7
2013-04-17GCC48_DIST_VERSION -> GCC_DIST_VERSION; required for compiler/gcc.mkadam1-7/+7
2013-04-04Explicitly depend upon gcc48 rather than relying on general GCC_DIST_VERSION,jperkin1-7/+7
which is currently set to gcc47. Should fix pbulk resolution failures.
2013-04-01Add gcc48 packages, provided by Kai-Uwe Eckhardt <kuehro@gmx.de>.wiz3-0/+112
New major version of gcc, lots of changes. For details, look here: http://gcc.gnu.org/gcc-4.8/changes.html