PR/60439 CVS commit: [pkgsrc-2026Q2] pkgsrc/lang

"Maya Rashish" <[email protected]> Mon, 27 Jul 2026 14:00:05 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.pkgsrc.bugs
Message-ID <[email protected]>
The following reply was made to PR pkg/60439; it has been noted by GNATS.

From: "Maya Rashish" <[email protected]>
To: [email protected]
Cc: 
Subject: PR/60439 CVS commit: [pkgsrc-2026Q2] pkgsrc/lang
Date: Mon, 27 Jul 2026 13:56:39 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Mon Jul 27 13:56:39 UTC 2026
 
 Modified Files:
 	pkgsrc/lang/gcc10 [pkgsrc-2026Q2]: Makefile distinfo
 	pkgsrc/lang/gcc10-libs [pkgsrc-2026Q2]: Makefile
 Added Files:
 	pkgsrc/lang/gcc10/patches [pkgsrc-2026Q2]:
 	    patch-gcc_config_rs6000_netbsd.h
 
 Log Message:
 Pullup ticket #7193 - requested by he
 lang/gcc10: Bug fix
 
 Revisions pulled up:
 - lang/gcc10-libs/Makefile                                      1.13
 - lang/gcc10/Makefile                                           1.28
 - lang/gcc10/distinfo                                           1.21
 - lang/gcc10/patches/patch-gcc_config_rs6000_netbsd.h           1.1
 
 ---
    Module Name:	pkgsrc
    Committed By:	he
    Date:		Tue Jul 21 09:03:21 UTC 2026
 
    Modified Files:
    	pkgsrc/lang/gcc10: Makefile distinfo
    	pkgsrc/lang/gcc10-libs: Makefile
    Added Files:
    	pkgsrc/lang/gcc10/patches: patch-gcc_config_rs6000_netbsd.h
 
    Log Message:
    lang/gcc10: pull over the changes to rs6000/netbsd.h from gcc12.
 
    This is so that this builds and runs on powerpc/11.0*.
 
    The most important fix is that on powerpc, -msecure-plt is enabled by
    default, so that resulting executables can be run with PAX_MPROTECT active.
    Otherwise, we end up with executables with sections which have both
    "write" and "execute" turned on, which PAX_MPROTECT rejects.
 
    Fixes PR#60439 for lang/gcc10.
 
    Bump PKGREVISION for both gcc10 and gcc10-libs, to adhere to rules in comments.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.27 -r1.27.12.1 pkgsrc/lang/gcc10/Makefile
 cvs rdiff -u -r1.20 -r1.20.12.1 pkgsrc/lang/gcc10/distinfo
 cvs rdiff -u -r1.12 -r1.12.10.1 pkgsrc/lang/gcc10-libs/Makefile
 cvs rdiff -u -r0 -r1.1.2.2 \
     pkgsrc/lang/gcc10/patches/patch-gcc_config_rs6000_netbsd.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.