Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gcc: update to 12.3.0.
@ 2023-05-31 21:17 mhmdanas
  2023-08-26 14:03 ` mhmdanas
  2023-08-26 14:03 ` [PR PATCH] [Closed]: " mhmdanas
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-05-31 21:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages gcc-12.3.0
https://github.com/void-linux/void-packages/pull/44198

gcc: update to 12.3.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/44198.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gcc-12.3.0-44198.patch --]
[-- Type: text/x-diff, Size: 3718 bytes --]

From 712acbdce832e39124b920e6720932b179042081 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Wed, 31 May 2023 22:08:44 +0100
Subject: [PATCH 1/2] gcc: update to 12.3.0.

---
 srcpkgs/gcc/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/gcc/template b/srcpkgs/gcc/template
index 7b8bf456ebba..23aae4fe22e8 100644
--- a/srcpkgs/gcc/template
+++ b/srcpkgs/gcc/template
@@ -3,13 +3,13 @@
 # which use the version number.
 
 pkgname=gcc
-version=12.2.0
-revision=2
+version=12.3.0
+revision=1
 _minorver="${version%.*}"
 _majorver="${_minorver%.*}"
 _gmp_version=6.2.1
-_mpfr_version=4.1.0
-_mpc_version=1.2.1
+_mpfr_version=4.2.0
+_mpc_version=1.3.1
 _isl_version=0.24
 create_wrksrc=yes
 short_desc="GNU Compiler Collection"
@@ -22,12 +22,12 @@ distfiles="
  https://gmplib.org/download/gmp/gmp-${_gmp_version}.tar.xz
  ${GNU_SITE}/mpfr/mpfr-${_mpfr_version}.tar.xz
  ${GNU_SITE}/mpc/mpc-${_mpc_version}.tar.gz
- ${SOURCEFORGE_SITE}/libisl/isl-${_isl_version}.tar.bz2"
-checksum="e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
+ ${SOURCEFORGE_SITE}/libisl/isl-${_isl_version}.tar.xz"
+checksum="949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
  fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
- 0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f
- 17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
- fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0"
+ 06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993
+ ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8
+ 043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad"
 
 nopie=yes
 lib32disabled=yes
@@ -179,10 +179,10 @@ post_extract() {
 
 pre_configure() {
 	# _FORTIFY_SOURCE needs an optimization level.
-	sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {gcc,libiberty}/configure
+	vsed -i -e "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {gcc,libiberty}/configure
 
 	# Do not run fixincludes
-	sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+	vsed -i -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
 
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then
 		for p in ${FILESDIR}/*-musl.patch; do
@@ -332,7 +332,7 @@ pre_install() {
 	if [ "$CROSS_BUILD" ]; then
 		# XXX otherwise links to host libpthread
 		for f in $(find ${wrksrc}/build/${XBPS_CROSS_TRIPLET} -type f -name libtool); do
-			sed -e "s,add_dir=\"-L\$libdir\",add_dir=\"-L${XBPS_CROSS_BASE}\$libdir\",g" -i $f
+			vsed -e "s,add_dir=\"-L\$libdir\",add_dir=\"-L${XBPS_CROSS_BASE}\$libdir\",g" -i $f
 		done
 	fi
 }
@@ -585,7 +585,7 @@ libvtv-devel_package() {
 libvtv_package() {
 	short_desc+=" - Vtable Verification Runtime Library"
 	pkg_install() {
-		vmove usr/lib/libvtv.so.*
+		vmove "usr/lib/libvtv.so.*"
 	}
 }
 
@@ -601,7 +601,7 @@ libatomic-devel_package() {
 libatomic_package() {
 	short_desc+=" - Atomics library"
 	pkg_install() {
-		vmove usr/lib/libatomic.so.*
+		vmove "usr/lib/libatomic.so.*"
 	}
 }
 

From 0d84ab2e88b035867647163df76c768c9aba6b50 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Wed, 31 May 2023 22:09:00 +0100
Subject: [PATCH 2/2] libtool: revbump for gcc-12.3.0.

---
 srcpkgs/libtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtool/template b/srcpkgs/libtool/template
index 4eea61b17c49..b112680fe864 100644
--- a/srcpkgs/libtool/template
+++ b/srcpkgs/libtool/template
@@ -1,7 +1,7 @@
 # Template file for 'libtool'
 pkgname=libtool
 version=2.4.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="texinfo perl automake help2man xz gnulib tar"
 depends="tar sed grep"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcc: update to 12.3.0.
  2023-05-31 21:17 [PR PATCH] gcc: update to 12.3.0 mhmdanas
@ 2023-08-26 14:03 ` mhmdanas
  2023-08-26 14:03 ` [PR PATCH] [Closed]: " mhmdanas
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-08-26 14:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44198#issuecomment-1694348301

Comment:
Closing in favor of #45500.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: gcc: update to 12.3.0.
  2023-05-31 21:17 [PR PATCH] gcc: update to 12.3.0 mhmdanas
  2023-08-26 14:03 ` mhmdanas
@ 2023-08-26 14:03 ` mhmdanas
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-08-26 14:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]

There's a closed pull request on the void-packages repository

gcc: update to 12.3.0.
https://github.com/void-linux/void-packages/pull/44198

Description:

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-26 14:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 21:17 [PR PATCH] gcc: update to 12.3.0 mhmdanas
2023-08-26 14:03 ` mhmdanas
2023-08-26 14:03 ` [PR PATCH] [Closed]: " mhmdanas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).