summaryrefslogtreecommitdiff
path: root/lang/gcc49-libs
AgeCommit message (Collapse)AuthorFilesLines
2021-04-02remove gcc48/gcc49.nia3-133/+0
use of these packages was disabled in the pkgsrc infrastructure in january because they were causing problems on platforms with older compilers that can build gcc6 just fine: glibc + FORTIFY + gcc48,gcc49,gcc5 = build failures. gcc48 and newer require a c++98 compiler, same as all gcc versions up to 11, so are not useful for bootstrapping. gcc5 has additional Ada bits, someone needs to determine if they're useful before it can go.
2021-02-12Fix PKGREVISION values of gcc*-libs that got out of syncgutteridge1-2/+2
2020-10-23Fix PKGREVISION values of gcc*-libs that got out of syncgutteridge1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-03lang: align variable assignmentsrillig1-5/+5
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-07-11gcc49-libs: Make this function correctly on Darwin.jperkin2-3/+17
Firstly we need to modify the copied libraries so that their install_name matches the new location, otherwise check-shlibs thinks that they still come from the main gcc49 package. Secondly we need to avoid the stub libgcc_ext libraries that are used by default as we are unable to modify their install_name, just link directly to libgcc. Bump PKGREVISION.
2018-04-08gcc49-libs: bump PKGREVISION.wiz1-2/+2
It needs to be higher than gcc49's. From Izumi Tsutsui in PR 53165.
2018-01-01Replaced $(ROUND) with ${CURLY} variable references.rillig1-2/+2
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
2017-10-14Bump PKGREVISON from lang/gcc49 bumpryoon1-2/+2
2017-07-28Bump PKGREVISION above gcc49maya1-2/+2
2017-07-10gcc{48,49}: netbsd also provides libssp in libc, adjust LINK_SSP_SPEC ↵maya1-2/+2
accordingly. already done for newer versions of gcc. Now on netbsd all gcc packages can successfully build with -fstack-protector. bump pkgrevision (sorry)
2017-07-09gcc{48,49,5,7}: on netbsd only, bump libstdc++ major to 7.maya1-2/+2
bump pkgrevision. while here, synchronize libssp comment to a clearer one. bump gcc*-lib revision to be one higher.
2017-06-01Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.jlam1-2/+2
2017-05-28gcc49-lib: bump PKGREVISION above gcc49maya1-2/+2
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.