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

"Maya Rashish" <[email protected]> Mon, 27 Jul 2026 14:00:03 +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:33 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Mon Jul 27 13:56:33 UTC 2026
 
 Modified Files:
 	pkgsrc/lang/gcc12 [pkgsrc-2026Q2]: Makefile distinfo
 	pkgsrc/lang/gcc12-libs [pkgsrc-2026Q2]: Makefile
 Added Files:
 	pkgsrc/lang/gcc12/patches [pkgsrc-2026Q2]:
 	    patch-gcc_config_rs6000_netbsd.h
 
 Log Message:
 Pullup ticket #7192 - requested by he
 lang/gcc12: Bug fix
 
 Revisions pulled up:
 - lang/gcc12-libs/Makefile                                      1.13
 - lang/gcc12/Makefile                                           1.15
 - lang/gcc12/distinfo                                           1.18
 - lang/gcc12/patches/patch-gcc_config_rs6000_netbsd.h           1.1
 
 ---
    Module Name:	pkgsrc
    Committed By:	he
    Date:		Sat Jul 18 09:12:39 UTC 2026
 
    Modified Files:
    	pkgsrc/lang/gcc12: Makefile distinfo
    	pkgsrc/lang/gcc12-libs: Makefile
    Added Files:
    	pkgsrc/lang/gcc12/patches: patch-gcc_config_rs6000_netbsd.h
 
    Log Message:
    lang/gcc12: pull over the changes to rs6000/netbsd.h from our in-tree gcc.
 
    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.
 
    Bump PKGREVISION for both gcc12 and gcc12-libs, to adhere to rules in comments.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.14.2.1 pkgsrc/lang/gcc12/Makefile
 cvs rdiff -u -r1.17 -r1.17.2.1 pkgsrc/lang/gcc12/distinfo
 cvs rdiff -u -r1.12 -r1.12.2.1 pkgsrc/lang/gcc12-libs/Makefile
 cvs rdiff -u -r0 -r1.1.2.2 \
     pkgsrc/lang/gcc12/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.