pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/53436 CVS commit: [pkgsrc-2018Q2] pkgsrc/lang
The following reply was made to PR pkg/53436; it has been noted by GNATS.
From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/53436 CVS commit: [pkgsrc-2018Q2] pkgsrc/lang
Date: Fri, 20 Jul 2018 12:06:10 +0000
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jul 20 12:06:09 UTC 2018
Modified Files:
pkgsrc/lang/gcc48 [pkgsrc-2018Q2]: Makefile distinfo
pkgsrc/lang/gcc48-libs [pkgsrc-2018Q2]: Makefile
pkgsrc/lang/gcc5 [pkgsrc-2018Q2]: Makefile distinfo
pkgsrc/lang/gcc5-libs [pkgsrc-2018Q2]: Makefile
pkgsrc/lang/gcc6 [pkgsrc-2018Q2]: Makefile distinfo
pkgsrc/lang/gcc6-libs [pkgsrc-2018Q2]: Makefile
pkgsrc/lang/gcc7 [pkgsrc-2018Q2]: Makefile distinfo
pkgsrc/lang/gcc7-libs [pkgsrc-2018Q2]: Makefile
pkgsrc/lang/gcc8 [pkgsrc-2018Q2]: Makefile distinfo
Added Files:
pkgsrc/lang/gcc48/patches [pkgsrc-2018Q2]: patch-gcc_targhooks.c
pkgsrc/lang/gcc5/patches [pkgsrc-2018Q2]: patch-gcc_targhooks.c
pkgsrc/lang/gcc6/patches [pkgsrc-2018Q2]: patch-gcc_targhooks.c
pkgsrc/lang/gcc7/patches [pkgsrc-2018Q2]: patch-gcc_targhooks.c
pkgsrc/lang/gcc8/patches [pkgsrc-2018Q2]: patch-gcc_targhooks.c
Log Message:
Pullup ticket #5795 - requested by maya
lang/gcc48: i386 build fix
lang/gcc5: i386 build fix
lang/gcc6: i386 build fix
lang/gcc7: i386 build fix
lang/gcc8: i386 build fix
Revisions pulled up:
- lang/gcc48-libs/Makefile 1.29
- lang/gcc48/Makefile 1.41
- lang/gcc48/distinfo 1.38
- lang/gcc48/patches/patch-gcc_targhooks.c 1.1
- lang/gcc5-libs/Makefile 1.13
- lang/gcc5/Makefile 1.29
- lang/gcc5/distinfo 1.19
- lang/gcc5/patches/patch-gcc_targhooks.c 1.1
- lang/gcc6-libs/Makefile 1.7
- lang/gcc6/Makefile 1.14
- lang/gcc6/distinfo 1.11
- lang/gcc6/patches/patch-gcc_targhooks.c 1.1
- lang/gcc7-libs/Makefile 1.3
- lang/gcc7/Makefile 1.19
- lang/gcc7/distinfo 1.11
- lang/gcc7/patches/patch-gcc_targhooks.c 1.1
- lang/gcc8/Makefile 1.2
- lang/gcc8/distinfo 1.2
- lang/gcc8/patches/patch-gcc_targhooks.c 1.1
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:42:57 UTC 2018
Modified Files:
pkgsrc/lang/gcc5: Makefile distinfo
pkgsrc/lang/gcc5-libs: Makefile
Added Files:
pkgsrc/lang/gcc5/patches: patch-gcc_targhooks.c
Log Message:
gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun
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
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:35:44 UTC 2018
Modified Files:
pkgsrc/lang/gcc6: Makefile distinfo
pkgsrc/lang/gcc6-libs: Makefile
Added Files:
pkgsrc/lang/gcc6/patches: patch-gcc_targhooks.c
Log Message:
gcc6: don't try to make references to stack_chk_fail_local on netbsd/sun
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.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:55:08 UTC 2018
Modified Files:
pkgsrc/lang/gcc7: Makefile distinfo
pkgsrc/lang/gcc7-libs: Makefile
Added Files:
pkgsrc/lang/gcc7/patches: patch-gcc_targhooks.c
Log Message:
gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun
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.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:56:23 UTC 2018
Modified Files:
pkgsrc/lang/gcc8: Makefile distinfo
Added Files:
pkgsrc/lang/gcc8/patches: patch-gcc_targhooks.c
Log Message:
gcc8: don't try to make references to stack_chk_fail_local on netbsd/sun
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.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 23:15:42 UTC 2018
Modified Files:
pkgsrc/lang/gcc48: Makefile distinfo
pkgsrc/lang/gcc48-libs: Makefile
Added Files:
pkgsrc/lang/gcc48/patches: patch-gcc_targhooks.c
Log Message:
gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun
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.
bump gcc48-libs PKGREVISION above gcc48
PR pkg/53436.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.39.4.1 pkgsrc/lang/gcc48/Makefile
cvs rdiff -u -r1.37 -r1.37.2.1 pkgsrc/lang/gcc48/distinfo
cvs rdiff -u -r1.28 -r1.28.10.1 pkgsrc/lang/gcc48-libs/Makefile
cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/lang/gcc48/patches/patch-gcc_targhooks.c
cvs rdiff -u -r1.27 -r1.27.4.1 pkgsrc/lang/gcc5/Makefile
cvs rdiff -u -r1.18 -r1.18.6.1 pkgsrc/lang/gcc5/distinfo
cvs rdiff -u -r1.12 -r1.12.6.1 pkgsrc/lang/gcc5-libs/Makefile
cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/lang/gcc5/patches/patch-gcc_targhooks.c
cvs rdiff -u -r1.13 -r1.13.4.1 pkgsrc/lang/gcc6/Makefile
cvs rdiff -u -r1.10 -r1.10.4.1 pkgsrc/lang/gcc6/distinfo
cvs rdiff -u -r1.5 -r1.5.10.1 pkgsrc/lang/gcc6-libs/Makefile
cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/lang/gcc6/patches/patch-gcc_targhooks.c
cvs rdiff -u -r1.18 -r1.18.2.1 pkgsrc/lang/gcc7/Makefile
cvs rdiff -u -r1.10 -r1.10.2.1 pkgsrc/lang/gcc7/distinfo
cvs rdiff -u -r1.2 -r1.2.2.1 pkgsrc/lang/gcc7-libs/Makefile
cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/lang/gcc7/patches/patch-gcc_targhooks.c
cvs rdiff -u -r1.1 -r1.1.2.1 pkgsrc/lang/gcc8/Makefile \
pkgsrc/lang/gcc8/distinfo
cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/lang/gcc8/patches/patch-gcc_targhooks.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index