~alpine/aports

6 3

[alpine-aports] [PATCH] community/pcc: update to the latest snapshot

Details
Message ID
<20171006185646.6160-1-ca6c@bitmessage.ch>
Sender timestamp
1507316206
DKIM signature
missing
Download raw message
Patch: +2 -3
Use default flags.
---
 community/pcc/APKBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/community/pcc/APKBUILD b/community/pcc/APKBUILD
index 98626570fe..46a40f8257 100644
--- a/community/pcc/APKBUILD
+++ b/community/pcc/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Cág <ca6c@bitmessage.ch>
pkgname=pcc
pkgver=20170702
pkgver=20171006
pkgrel=0
pkgdesc="The portable C compiler."
url="http://pcc.ludd.ltu.se/"
@@ -36,7 +36,6 @@ build() {
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--disable-stripping \
		|| return 1
	make || return 1
}
@@ -50,4 +49,4 @@ package() {
		"$pkgdir"/usr/share/man/man1/$pkgname-cpp.1 || return 1
}

sha512sums="5aed9838ae7afa3c0c7614477f76fa50d545531dd4d57f9fa0f1f196cfdd67470b51b3c094781d05461200a26d201ebd92196503eac6d9baa15de71e8c46cfbd  pcc-20170702.tgz"
sha512sums="5008e745fcc478c8c7e3e6b83cb85b58bc30b65cfa891ce5b50699fb70bdf18a2cd64cf70d570ef1e0a14219d460b5c58e80b46b282553ca41d9e064c7884e22  pcc-20171006.tgz"
-- 
2.14.2




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<20171018104837.GA2715@francium>
In-Reply-To
<20171006185646.6160-1-ca6c@bitmessage.ch> (view parent)
Sender timestamp
1508323717
DKIM signature
missing
Download raw message
On 06.10.17, Cág wrote:
> @@ -36,7 +36,6 @@ build() {
>  		--sysconfdir=/etc \
>  		--mandir=/usr/share/man \
>  		--localstatedir=/var \
> -		--disable-stripping \
>  		|| return 1
>  	make || return 1
>  }

Thanks for your patch I just have one question regarding the upgrade: Is
there any particular reason why you removed `--disable-stripping`?
Stripping is done by abuild [1] and therefore we usually don't want the
buildsystem of the software we are packaging to do it for us.

Cheers,
Sören

[1]: https://git.alpinelinux.org/cgit/abuild/tree/abuild.in?h=v3.0.2#n1045


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Steffen Nurpmeso <steffen@sdaoden.eu>
Details
Message ID
<20171018125337.QTkdd%steffen@sdaoden.eu>
In-Reply-To
<20171018104837.GA2715@francium> (view parent)
Sender timestamp
1508331217
DKIM signature
missing
Download raw message
Sören Tempel <soeren@soeren-tempel.net> wrote:
 |On 06.10.17, Cág wrote:
 |> @@ -36,7 +36,6 @@ build() {
 |>    --sysconfdir=/etc \
 |>    --mandir=/usr/share/man \
 |>    --localstatedir=/var \
 |> -           --disable-stripping \
 |>|| return 1
 |>   make || return 1
 |>}
 |
 |Thanks for your patch I just have one question regarding the upgrade: Is
 |there any particular reason why you removed `--disable-stripping`?
 |Stripping is done by abuild [1] and therefore we usually don't want the
 |buildsystem of the software we are packaging to do it for us.

Ah that explains it.  I am afraid it is my fault, i have asked Cág
for «why» this flag was used on the pcc list, and he said he
carried it along from the former maintainer, and removed it.
Sorry!

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
Steffen Nurpmeso <steffen@sdaoden.eu>
Details
Message ID
<20171018142349.luS-W%steffen@sdaoden.eu>
In-Reply-To
<20171018125337.QTkdd%steffen@sdaoden.eu> (view parent)
Sender timestamp
1508336629
DKIM signature
missing
Download raw message
i wrote:
  [...]
 |--steffen
 ||
 ||Der Kragenbaer,                The moon bear,
 ||der holt sich munter           he cheerfully and one by one
 ||einen nach dem anderen runter  wa.ks himself off
 ||(By Robert Gernhardt)
 |R{.nÇ+*·***§yªh®Û>º{.nÇ+*·¥*ËljZb*éb*ìh®*Þ**¥¦)Þj*+¶Ï¡zZe*ËljZb*éb*ìh

Last line not from my side.

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
Details
Message ID
<20171018150233.GA4441@francium>
In-Reply-To
<20171018125337.QTkdd%steffen@sdaoden.eu> (view parent)
Sender timestamp
1508338953
DKIM signature
missing
Download raw message
On 18.10.17, Steffen Nurpmeso wrote:
> Ah that explains it.  I am afraid it is my fault, i have asked Cág
> for «why» this flag was used on the pcc list, and he said he
> carried it along from the former maintainer, and removed it.
> Sorry!

I am the 'previous maintainer' Cág took over maintainership without
speaking to me beforehand in a previous commit.

Next time just use git-blame(1) and send the guy who committed the
change an email before removing it.

Cheers,
Sören


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<20171018190257.GA28870@puffy>
In-Reply-To
<20171018150233.GA4441@francium> (view parent)
Sender timestamp
1508353377
DKIM signature
missing
Download raw message
I forgot about stripping, so thanks for reverting.

-- 
caóc



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Steffen Nurpmeso <steffen@sdaoden.eu>
Details
Message ID
<20171018183600.61PtS%steffen@sdaoden.eu>
In-Reply-To
<20171018150233.GA4441@francium> (view parent)
Sender timestamp
1508351760
DKIM signature
missing
Download raw message
Sören Tempel <soeren@soeren-tempel.net> wrote:
 |On 18.10.17, Steffen Nurpmeso wrote:
 |> Ah that explains it.  I am afraid it is my fault, i have asked Cág
 |> for «why» this flag was used on the pcc list, and he said he
 |> carried it along from the former maintainer, and removed it.
 |> Sorry!
 |
 |I am the 'previous maintainer' Cág took over maintainership without
 |speaking to me beforehand in a previous commit.
 |
 |Next time just use git-blame(1) and send the guy who committed the
 |change an email before removing it.

Ja, hm, i have indeed cloned abuild but "just" is not possible,
i have used --depth 1 at [b940a4d8] because as far as i know git
does not offer the possibility to show the size to be downloaded
in advance, and i was afraid of getting a decade or more of
commits, which is not so easy for my internet connection.
It was actually worse, because i came from a terrific Debian
netinstall experience were i have disabled all checkboxes (X,
cups) and that thing installed way over a gigabyte of data
including libreoffice which i never ever have used (and could not
here even if i wanted to), and that was no good for my internet
limit.  Actually the reason to come to an almost clearly outlined
distribution also for the client for a while (at least Linux
side).

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
Reply to thread Export thread (mbox)