summaryrefslogtreecommitdiff
path: root/lang/gcc5-libs
AgeCommit message (Collapse)AuthorFilesLines
2017-05-28gcc5-libs: bump pkgrevision above gcc5maya1-2/+2
2016-09-06gcc5: netbsd-only: unconditionally disable libssp, use a saner specfile.maya1-2/+2
because we unconditionally disable libssp, we don't need the workaround for ssp.h not found, so we can remove that part of that makefile. bump gcc5 PKGREVISION bump gcc5-libs PKGREVISION further than gcc5.
2016-07-05Update gcc5 to 5.4.0 and gcc5-libs to 5.4.0nb1ryoon1-2/+2
Changelog: * Many bugs are fixed
2016-02-06Do not generate fixed include files under NetBSD. Bump PKGREVISIONryoon1-2/+2
Fix graphics/cairo build failure (ssp.h not found error) as outer compiler.
2015-12-11Update gcc5 to 5.3.0 and gcc-libs to 5.3.0nb1ryoon1-2/+2
Changelog: Target Specific Changes IA-32/x86-64 GCC now supports the Intel CPU named Skylake with AVX-512 extensions through -march=skylake-avx512. The switch enables the following ISA extensions: AVX-512F, AVX512VL, AVX-512CD, AVX-512BW, AVX-512DQ.
2015-11-25Remove mk/find-prefix.mk usage from the lang category.jperkin1-5/+2
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-10-14Fix stall during build under NetBSD/i386. Bump PKGREVISION.ryoon1-2/+2
2015-07-16Import gcc5-libs-5.1.0nb1 as lang/gcc5-libs.ryoon3-0/+122
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, Fortran, and Go, as well as libraries for these languages (libstdc++, libgfortran, ...). This packages provides GCC support libraries in a specific location and allows packages to depend on just the libraries rather than having to pull in the full GCC package.