summaryrefslogtreecommitdiff
path: root/lang/gcc49-libs
AgeCommit message (Collapse)AuthorFilesLines
2016-09-06Reset PKGREVISION after 4.9.4 update.jperkin1-2/+2
2016-09-05gcc49 netbsd-only: disable libssp, use a more sane specfile.maya1-2/+2
bump gcc49 PKGREVISION bump gcc49-libs so it is a higher PKGREVISION than gcc49
2016-01-21Bump lang/gcc49-libs PKGREVISION to stay ahead of lang/gcc49.jperkin1-2/+2
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-07-01Decrease PKGREVISION after gcc49 update.wiz1-3/+3
2015-06-22Disable CHECK_SHLIBS for the GCC library packages. The libraries willjperkin1-2/+3
find their parent GCC package libraries first in RPATH at install time but will correctly resolve to their own copies at runtime thanks to the additional paths encoded at build time. Fixes CHECK_WRKREF builds.
2015-02-04Support the override libgcc specs for the cwrappers case.jperkin1-1/+4
2014-11-28Add a patch to fix compilation on Debian Etch. From Mikhail Gusarov inbsiegert1-2/+2
PR pkg/49296.
2014-09-04Initial import of gcc49-libs-4.9.1nb1 as lang/gcc49-libs.jperkin3-0/+118
This packages provides GCC support libraries from gcc49 in a specific location and allows packages to depend on just the libraries rather than having to pull in the full GCC package. It is heavily based on lang/gcc47-libs.