X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.bitmessage.ch (mail.bitmessage.ch [146.228.112.252]) by lists.alpinelinux.org (Postfix) with ESMTP id E1C0E5C4ED1 for ; Thu, 22 Mar 2018 19:24:29 +0000 (GMT) dkim-signature: v=1; a=rsa-sha256; d=bitmessage.ch; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=rOhbOho+t7m/WMxpoR3pkbjkSkZtdQj8Wvf0n6H7Ru4=; b=SZ47txnrvphPzBnrRiuNngNT8rJehdhGyphFyB1SbWCkCUx9h9DJXxaJo4Lyo1ZoDz9kbuFSrO+GzyQ+khMqrGPCOwqVBel+vDT8seSKyNE5HQfnD+oTw+80WDWKQ14ogCPg+e2JxPgHsL/cjJSiwG1YZZYiyKF3f9JvgaJS+no= Received: from alpine.my.domain (ppp78-37-145-119.pppoe.avangarddsl.ru [78.37.145.119]) by mail.bitmessage.ch with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256) ; Thu, 22 Mar 2018 20:24:01 +0100 Date: Thu, 22 Mar 2018 19:23:34 +0000 From: =?utf-8?B?Q8OhZw==?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/pcc: update to the latest snapshot Message-ID: <20180322192334.EfiNe%ca6c@bitmessage.ch> User-Agent: mail v14.9.9 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --- community/pcc/APKBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/community/pcc/APKBUILD b/community/pcc/APKBUILD index a20ea6bc2e..9293efba36 100644 --- a/community/pcc/APKBUILD +++ b/community/pcc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: S=C3=B6ren Tempel # Maintainer: C=C3=A1g pkgname=3Dpcc -pkgver=3D20180128 +pkgver=3D20180322 pkgrel=3D0 pkgdesc=3D"The portable C compiler." url=3D"http://pcc.ludd.ltu.se/" @@ -16,15 +16,15 @@ source=3D"ftp://pcc.ludd.ltu.se/pub/$pkgname/$pkgname-$= pkgver.tgz" =20 builddir=3D"$srcdir/"$pkgname-$pkgver prepare() { - default_prepare || return 1 + default_prepare=20 =20 cd "$builddir" - update_config_sub || return 1 + update_config_sub =20 sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' \ - configure.ac || return 1 + configure.ac sed -i -e 's/AC_SUBST(strip)//' \ - configure.ac || return 1 + configure.ac } =20 build() { @@ -42,11 +42,11 @@ build() { =20 package() { cd "$builddir" - make DESTDIR=3D"$pkgdir" install || return 1 + make DESTDIR=3D"$pkgdir" install =20 # Don't conflict with gcc-doc. mv "$pkgdir"/usr/share/man/man1/cpp.1 \ - "$pkgdir"/usr/share/man/man1/$pkgname-cpp.1 || return 1 + "$pkgdir"/usr/share/man/man1/$pkgname-cpp.1 } =20 -sha512sums=3D"4191209c3980eb46b63eced0840d7f859659c124afff6cc92762d2262841= 8c2fc028eaff7e8694c3f03fbc3b4f274064ce0a78ccff0862c170a5874e7b206b75 pcc-2= 0180128.tgz" +sha512sums=3D"cac044c65477bdacb930ca4f98782272513b06c29da241475e15d96ea3a3= a1ff3dfc2baeb25edf23c2f30c7c8d68c484bddcd0a9a4df92faba70f3a4b93112fa pcc-2= 0180322.tgz" --=20 2.16.2 -- ca=C3=B3c --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---