Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] gcc-multilib: update to 9.2
@ 2019-10-19 20:58 voidlinux-github
  2019-10-19 21:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-19 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/foxlet/void-packages gcc-multilib-public
https://github.com/void-linux/void-packages/pull/15630

[WIP] gcc-multilib: update to 9.2
Depends on #14822 in order to rebuild with 32-bit dependencies.

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

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

From a1079fb937754ae01446dc7904e3018733f20ce5 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Sat, 19 Oct 2019 16:54:39 -0400
Subject: [PATCH] gcc-multilib: update to 9.2

---
 srcpkgs/gcc-multilib/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gcc-multilib/template b/srcpkgs/gcc-multilib/template
index a21a112e6e4..af5ac11b117 100644
--- a/srcpkgs/gcc-multilib/template
+++ b/srcpkgs/gcc-multilib/template
@@ -1,7 +1,7 @@
 # Template build file for 'gcc-multilib'
 archs="x86_64"
 _triplet="x86_64-unknown-linux-gnu"
-_majorver=9.1
+_majorver=9.2
 
 pkgname=gcc-multilib
 version=${_majorver}.0
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="http://gcc.gnu.org"
 license="GFDL-1.2, GPL-3, LGPL-2.1"
 distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
-checksum=79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0
+checksum=ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
 
 hostmakedepends="perl flex zip unzip"
 makedepends="zlib-devel libmpc-devel isl15-devel libfl-devel

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

* Re: [PR PATCH] [Updated] [WIP] gcc-multilib: update to 9.2
  2019-10-19 20:58 [PR PATCH] [WIP] gcc-multilib: update to 9.2 voidlinux-github
@ 2019-10-19 21:13 ` voidlinux-github
  2019-10-19 21:13 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-19 21:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by foxlet against master on the void-packages repository

https://github.com/foxlet/void-packages gcc-multilib-public
https://github.com/void-linux/void-packages/pull/15630

[WIP] gcc-multilib: update to 9.2
Depends on #14822 in order to rebuild with 32-bit dependencies.

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

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

From 13b03346a1682755af1d45612a4f246640e8304d Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Sat, 19 Oct 2019 16:54:39 -0400
Subject: [PATCH] gcc-multilib: update to 9.2

---
 srcpkgs/gcc-multilib/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gcc-multilib/template b/srcpkgs/gcc-multilib/template
index a21a112e6e4..cbe80e8ef31 100644
--- a/srcpkgs/gcc-multilib/template
+++ b/srcpkgs/gcc-multilib/template
@@ -1,18 +1,18 @@
-# Template build file for 'gcc-multilib'
+# Template file for 'gcc-multilib'
 archs="x86_64"
 _triplet="x86_64-unknown-linux-gnu"
-_majorver=9.1
+_majorver=9.2
 
 pkgname=gcc-multilib
 version=${_majorver}.0
 revision=1
 wrksrc="gcc-${version}"
-short_desc="The GNU C Compiler (multilib files)"
+short_desc="GNU Compiler Collection (multilib files)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="http://gcc.gnu.org"
-license="GFDL-1.2, GPL-3, LGPL-2.1"
+license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
-checksum=79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0
+checksum=ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
 
 hostmakedepends="perl flex zip unzip"
 makedepends="zlib-devel libmpc-devel isl15-devel libfl-devel
@@ -95,6 +95,6 @@ do_install() {
 
 gcc-objc-multilib_package() {
 	depends="gcc-multilib>=${_majorver} gcc-objc>=${_majorver} libobjc-devel-32bit>=${_majorver}"
-	short_desc="The GNU Objective-C compiler (multilib files)"
+	short_desc="GNU Objective-C compiler (multilib files)"
 	build_style=meta
 }

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

* Re: [PR PATCH] [Updated] [WIP] gcc-multilib: update to 9.2
  2019-10-19 20:58 [PR PATCH] [WIP] gcc-multilib: update to 9.2 voidlinux-github
  2019-10-19 21:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-19 21:13 ` voidlinux-github
  2019-10-21 16:39 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-19 21:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by foxlet against master on the void-packages repository

https://github.com/foxlet/void-packages gcc-multilib-public
https://github.com/void-linux/void-packages/pull/15630

[WIP] gcc-multilib: update to 9.2
Depends on #14822 in order to rebuild with 32-bit dependencies.

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

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

From 13b03346a1682755af1d45612a4f246640e8304d Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Sat, 19 Oct 2019 16:54:39 -0400
Subject: [PATCH] gcc-multilib: update to 9.2

---
 srcpkgs/gcc-multilib/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gcc-multilib/template b/srcpkgs/gcc-multilib/template
index a21a112e6e4..cbe80e8ef31 100644
--- a/srcpkgs/gcc-multilib/template
+++ b/srcpkgs/gcc-multilib/template
@@ -1,18 +1,18 @@
-# Template build file for 'gcc-multilib'
+# Template file for 'gcc-multilib'
 archs="x86_64"
 _triplet="x86_64-unknown-linux-gnu"
-_majorver=9.1
+_majorver=9.2
 
 pkgname=gcc-multilib
 version=${_majorver}.0
 revision=1
 wrksrc="gcc-${version}"
-short_desc="The GNU C Compiler (multilib files)"
+short_desc="GNU Compiler Collection (multilib files)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="http://gcc.gnu.org"
-license="GFDL-1.2, GPL-3, LGPL-2.1"
+license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
-checksum=79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0
+checksum=ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
 
 hostmakedepends="perl flex zip unzip"
 makedepends="zlib-devel libmpc-devel isl15-devel libfl-devel
@@ -95,6 +95,6 @@ do_install() {
 
 gcc-objc-multilib_package() {
 	depends="gcc-multilib>=${_majorver} gcc-objc>=${_majorver} libobjc-devel-32bit>=${_majorver}"
-	short_desc="The GNU Objective-C compiler (multilib files)"
+	short_desc="GNU Objective-C compiler (multilib files)"
 	build_style=meta
 }

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

* Re: [WIP] gcc-multilib: update to 9.2
  2019-10-19 20:58 [PR PATCH] [WIP] gcc-multilib: update to 9.2 voidlinux-github
  2019-10-19 21:13 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-19 21:13 ` voidlinux-github
@ 2019-10-21 16:39 ` voidlinux-github
  2019-10-21 17:20 ` voidlinux-github
  2019-10-21 17:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-21 16:39 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/15630#issuecomment-544600976

Comment:
#14822 has been merged, please repush to test.

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

* Re: [WIP] gcc-multilib: update to 9.2
  2019-10-19 20:58 [PR PATCH] [WIP] gcc-multilib: update to 9.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-21 16:39 ` voidlinux-github
@ 2019-10-21 17:20 ` voidlinux-github
  2019-10-21 17:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-21 17:20 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/15630#issuecomment-544617635

Comment:
I just tested it on x86_64.

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

* Re: [PR PATCH] [Merged]: [WIP] gcc-multilib: update to 9.2
  2019-10-19 20:58 [PR PATCH] [WIP] gcc-multilib: update to 9.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-21 17:20 ` voidlinux-github
@ 2019-10-21 17:20 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-21 17:20 UTC (permalink / raw)
  To: ml

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

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

[WIP] gcc-multilib: update to 9.2
https://github.com/void-linux/void-packages/pull/15630

Description:
Depends on #14822 in order to rebuild with 32-bit dependencies.

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

end of thread, other threads:[~2019-10-21 17:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-19 20:58 [PR PATCH] [WIP] gcc-multilib: update to 9.2 voidlinux-github
2019-10-19 21:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-19 21:13 ` voidlinux-github
2019-10-21 16:39 ` voidlinux-github
2019-10-21 17:20 ` voidlinux-github
2019-10-21 17:20 ` [PR PATCH] [Merged]: " voidlinux-github

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).