Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
@ 2020-04-10 20:58 ` ericonr
  2020-04-26 21:01 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-04-10 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages sdcc-update
https://github.com/void-linux/void-packages/pull/20434

sdcc: update to 4.0.0 and update hostmakedepends
Automake and texinfo had to be added to hostmakedepends.

@maxice8 I'm tagging you here because you were the one responsible for the previous SDCC PRs.

EDIT: the builds timed out, which was predictable, if unfortunate.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdcc-update-20434.patch --]
[-- Type: text/x-diff, Size: 1213 bytes --]

From 10abdf8f3bdeb22a97e3b79a6f9644869a8bda68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 29 Mar 2020 00:03:15 -0300
Subject: [PATCH] sdcc: update to 4.0.0 and update hostmakedepends

Automake and texinfo had to be added to hostmakedepends.
---
 srcpkgs/sdcc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sdcc/template b/srcpkgs/sdcc/template
index d6f8da0a975..5f998f9a39e 100644
--- a/srcpkgs/sdcc/template
+++ b/srcpkgs/sdcc/template
@@ -1,15 +1,15 @@
 # Template file for 'sdcc'
 pkgname=sdcc
-version=3.9.0
+version=4.0.0
 revision=1
 archs="i686 x86_64*"
 build_style=gnu-configure
-hostmakedepends="flex bison gputils"
+hostmakedepends="automake flex bison gputils texinfo"
 makedepends="boost-devel zlib-devel"
 short_desc="Retargettable ANSI C compiler"
 maintainer="Leandro Vital <leavitals@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="http://sdcc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
-checksum=94ecae73faf7f3feee307f89dfe3cef2d7866293c7909ea05b3b33c88d67c036
+checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
 nostrip=yes

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

* Re: [PR PATCH] [Updated] sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
  2020-04-10 20:58 ` [PR PATCH] [Updated] sdcc: update to 4.0.0 and update hostmakedepends ericonr
@ 2020-04-26 21:01 ` ericonr
  2020-04-26 21:07 ` ericonr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-04-26 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages sdcc-update
https://github.com/void-linux/void-packages/pull/20434

sdcc: update to 4.0.0 and update hostmakedepends
Automake and texinfo had to be added to hostmakedepends.

@maxice8 I'm tagging you here because you were the one responsible for the previous SDCC PRs.

EDIT: the builds timed out, which was predictable, if unfortunate.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdcc-update-20434.patch --]
[-- Type: text/x-diff, Size: 1243 bytes --]

From 3ef6ce0e534a154045f3c1cb2101fbf3817480ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 29 Mar 2020 00:03:15 -0300
Subject: [PATCH] sdcc: update to 4.0.0 and update hostmakedepends

Automake and texinfo had to be added to hostmakedepends.
---
 srcpkgs/sdcc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sdcc/template b/srcpkgs/sdcc/template
index d0e457f764c..558c82cc0d9 100644
--- a/srcpkgs/sdcc/template
+++ b/srcpkgs/sdcc/template
@@ -1,16 +1,16 @@
 # Template file for 'sdcc'
 pkgname=sdcc
-version=3.9.0
+version=4.0.0
 revision=1
 archs="i686 x86_64*"
 build_style=gnu-configure
-hostmakedepends="flex bison gputils"
+hostmakedepends="automake flex bison gputils texinfo"
 makedepends="boost-devel zlib-devel"
 short_desc="Retargettable ANSI C compiler"
 maintainer="Leandro Vital <leavitals@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="http://sdcc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
-checksum=94ecae73faf7f3feee307f89dfe3cef2d7866293c7909ea05b3b33c88d67c036
 python_version=2 #unverified
+checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
 nostrip=yes

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

* Re: [PR PATCH] [Updated] sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
  2020-04-10 20:58 ` [PR PATCH] [Updated] sdcc: update to 4.0.0 and update hostmakedepends ericonr
  2020-04-26 21:01 ` ericonr
@ 2020-04-26 21:07 ` ericonr
  2020-04-26 21:08 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-04-26 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages sdcc-update
https://github.com/void-linux/void-packages/pull/20434

sdcc: update to 4.0.0 and update hostmakedepends
Automake and texinfo had to be added to hostmakedepends.

@maxice8 I'm tagging you here because you were the one responsible for the previous SDCC PRs.

EDIT: the builds timed out, which was predictable, if unfortunate.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdcc-update-20434.patch --]
[-- Type: text/x-diff, Size: 1373 bytes --]

From 2a91b1072c89992e8c16f5ed4544a6fd33abbb7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 29 Mar 2020 00:03:15 -0300
Subject: [PATCH] sdcc: update to 4.0.0, add hostmakedepends, claim maintainer

Automake and texinfo had to be added to hostmakedepends.

Former maintainer hasn't participated in Void for a long time.
---
 srcpkgs/sdcc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sdcc/template b/srcpkgs/sdcc/template
index d0e457f764c..7fe313765e0 100644
--- a/srcpkgs/sdcc/template
+++ b/srcpkgs/sdcc/template
@@ -1,16 +1,16 @@
 # Template file for 'sdcc'
 pkgname=sdcc
-version=3.9.0
+version=4.0.0
 revision=1
 archs="i686 x86_64*"
 build_style=gnu-configure
-hostmakedepends="flex bison gputils"
+hostmakedepends="automake flex bison gputils texinfo"
 makedepends="boost-devel zlib-devel"
 short_desc="Retargettable ANSI C compiler"
-maintainer="Leandro Vital <leavitals@gmail.com>"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="http://sdcc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
-checksum=94ecae73faf7f3feee307f89dfe3cef2d7866293c7909ea05b3b33c88d67c036
 python_version=2 #unverified
+checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
 nostrip=yes

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

* Re: sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-04-26 21:07 ` ericonr
@ 2020-04-26 21:08 ` ericonr
  2020-04-26 21:09 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-04-26 21:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20434#issuecomment-619625131

Comment:
@ahesford can you take a look at this one, please?

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

* Re: sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-04-26 21:08 ` ericonr
@ 2020-04-26 21:09 ` ericonr
  2020-04-26 21:09 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-04-26 21:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20434#issuecomment-619625131

Comment:
@ahesford can you take a look at this one, please? Also, if you want me to look into the Python think, let me know what I need to do.

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

* Re: sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-04-26 21:09 ` ericonr
@ 2020-04-26 21:09 ` ericonr
  2020-04-26 21:52 ` [PR PATCH] [Updated] " ericonr
  2020-04-28 23:26 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-04-26 21:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20434#issuecomment-619625131

Comment:
@ahesford can you take a look at this one, please? Also, if you want me to look into the Python version thing, let me know what I need to do.

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

* Re: [PR PATCH] [Updated] sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-04-26 21:09 ` ericonr
@ 2020-04-26 21:52 ` ericonr
  2020-04-28 23:26 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-04-26 21:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages sdcc-update
https://github.com/void-linux/void-packages/pull/20434

sdcc: update to 4.0.0 and update hostmakedepends
Automake and texinfo had to be added to hostmakedepends.

@maxice8 I'm tagging you here because you were the one responsible for the previous SDCC PRs.

EDIT: the builds timed out, which was predictable, if unfortunate.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdcc-update-20434.patch --]
[-- Type: text/x-diff, Size: 1460 bytes --]

From 35a61653fddd6a90b8e88fd612113f234f44a850 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 29 Mar 2020 00:03:15 -0300
Subject: [PATCH] sdcc: update to 4.0.0, add hostmakedepends, add correct
 python_version, claim maintainer

Automake and texinfo had to be added to hostmakedepends.

The compatible python_version is 3.

Former maintainer hasn't participated in Void for a long time.
---
 srcpkgs/sdcc/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/sdcc/template b/srcpkgs/sdcc/template
index d0e457f764c..67997569717 100644
--- a/srcpkgs/sdcc/template
+++ b/srcpkgs/sdcc/template
@@ -1,16 +1,16 @@
 # Template file for 'sdcc'
 pkgname=sdcc
-version=3.9.0
+version=4.0.0
 revision=1
 archs="i686 x86_64*"
 build_style=gnu-configure
-hostmakedepends="flex bison gputils"
+hostmakedepends="automake flex bison gputils texinfo"
 makedepends="boost-devel zlib-devel"
 short_desc="Retargettable ANSI C compiler"
-maintainer="Leandro Vital <leavitals@gmail.com>"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="http://sdcc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
-checksum=94ecae73faf7f3feee307f89dfe3cef2d7866293c7909ea05b3b33c88d67c036
-python_version=2 #unverified
+checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
+python_version=3
 nostrip=yes

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

* Re: [PR PATCH] [Merged]: sdcc: update to 4.0.0 and update hostmakedepends
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-04-26 21:52 ` [PR PATCH] [Updated] " ericonr
@ 2020-04-28 23:26 ` Duncaen
  7 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2020-04-28 23:26 UTC (permalink / raw)
  To: ml

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

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

sdcc: update to 4.0.0 and update hostmakedepends
https://github.com/void-linux/void-packages/pull/20434

Description:
Automake and texinfo had to be added to hostmakedepends.

@maxice8 I'm tagging you here because you were the one responsible for the previous SDCC PRs.

EDIT: the builds timed out, which was predictable, if unfortunate.

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

end of thread, other threads:[~2020-04-28 23:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20434@inbox.vuxu.org>
2020-04-10 20:58 ` [PR PATCH] [Updated] sdcc: update to 4.0.0 and update hostmakedepends ericonr
2020-04-26 21:01 ` ericonr
2020-04-26 21:07 ` ericonr
2020-04-26 21:08 ` ericonr
2020-04-26 21:09 ` ericonr
2020-04-26 21:09 ` ericonr
2020-04-26 21:52 ` [PR PATCH] [Updated] " ericonr
2020-04-28 23:26 ` [PR PATCH] [Merged]: " Duncaen

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