summaryrefslogtreecommitdiff
path: root/lang/gcc7-libs
AgeCommit message (Collapse)AuthorFilesLines
2021-02-13lang/gcc{6,7,8,9,0}: call SUBTARGET_INIT_BUILTINS on sparc* toomaya1-2/+2
While here point out that the aarch64 equivalent patch was sent upstream. Bump PKGREVISION. fix gcc*-libs PKGREVISION accordingly. Fixes PR pkg/55992: math/blas fails on NetBSD/sparc64 Fixes report by Connor McLaughlan on pkgsrc-users
2020-10-23Fix PKGREVISION values of gcc*-libs that got out of syncgutteridge1-2/+2
2020-04-08lang/gcc7: add missing patches for precompiled headers.rhialto1-2/+2
Bump version, also on gcc7-libs.
2020-03-13lang/gcc7: Fix build on RHEL/CentOS by requiring c99bacon1-2/+2
Also bump PKGREVISION for lang/gcc7-libs per comment in Makefile
2020-03-03gcc7: updated to 7.5.0adam2-6/+6
7.5.0 is a bug-fix release.
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-08-27gcc7: Revert zlib change, it causes bootstrap issues.jperkin1-2/+2
It doesn't appear to be related to the failure that prompted it. Bump gcc7-libs twice as it had fallen behind gcc7.
2019-08-06gcc7: use system zlib, and declare a dependency on it.maya1-2/+2
this might be the cause of weird missing -lz on the latest SmartOS bulk build, which appears to use this package (e.g. graphics/glitz). Bump PKGREVISION.
2019-01-05gcc7[-libs]: updated to 7.4.0adam2-11/+11
7.4.0: Bug-fix release. This [https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=7.4] is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 7.4 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).
2018-07-18gcc7: don't try to make references to stack_chk_fail_local on netbsd/sunmaya1-2/+2
sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. PR pkg/53436.
2018-06-17gcc7: fix many netbsd targets.maya1-2/+2
add netbsd/arm EABI target. recognise dwarf2 unwinding in the common arm code. switch convoluted stddef.h logic from relying on include guards having certain names to only applying for netbsd, which should be the sole remaining user. (necessary for netbsd/arm, which uses different include guards for ansi.h) move linux/alpha code out of shared alpha+ELF header. make all netbsd targets include netbsd-stdint.h. Fixes PR pkg/52951. Bump PKGREVISION. bump gcc7-libs PKGREVISION above this one.
2018-05-21gcc7-libs: Add package.jperkin3-0/+118
This provides the same functionality as the other gcc*-libs packages.