Path to this page:
Subject: CVS commit: [pkgsrc-2017Q3] pkgsrc/lang
From: S.P.Zeidler
Date: 2017-10-15 15:59:45
Message id: 20171015135945.AEB1BFBC7@cvs.NetBSD.org
Log Message:
Pullup ticket #5577 - requested by maya
lang/gcc49: functionality fix
lang/gcc49-libs: functionality fix
Revisions pulled up:
- lang/gcc49-libs/Makefile 1.14
- lang/gcc49/Makefile 1.22
- lang/gcc49/distinfo 1.15
- lang/gcc49/patches/patch-gcc_targhooks.c 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Oct 14 14:46:00 UTC 2017
Modified Files:
pkgsrc/lang/gcc49: Makefile distinfo
Added Files:
pkgsrc/lang/gcc49/patches: patch-gcc_targhooks.c
Log Message:
Fix __stack_chk_fail_local undefined error in PIE case, bump PKGREVISION
* Port from NetBSD src
Fix __stack_chk_fail_local undefined reference error
from "gcc test.c -fstack-protector-all -fPIE".
* As a result, pkgsrc/www/firefox build under NetBSD/i386 7.1 is fixed
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/gcc49/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/gcc49/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/gcc49/patches/patch-gcc_targhooks.c
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Oct 14 14:47:43 UTC 2017
Modified Files:
pkgsrc/lang/gcc49-libs: Makefile
Log Message:
Bump PKGREVISON from lang/gcc49 bump
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/gcc49-libs/Makefile
Files: