X-Original-To: alpine-aports@lists.alpinelinux.org Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) by lists.alpinelinux.org (Postfix) with ESMTP id 44518F84ECA for ; Mon, 11 Mar 2019 17:17:41 +0000 (UTC) Received: by sdaoden.eu (Postfix, from userid 1000) id DD45C1604A; Mon, 11 Mar 2019 18:17:40 +0100 (CET) Date: Mon, 11 Mar 2019 18:18:15 +0100 From: Steffen Nurpmeso To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/bmake: update to 20181222 Message-ID: <39b8957e901e87aec028519b42fb301f898221ea.1552324695.git.steffen@sdaoden.eu> Mail-Followup-To: alpine-aports@lists.alpinelinux.org User-Agent: mail v14.9.11 OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. Date: Mon, 11 Mar 2019 18:14:39 +0100 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/bmake/APKBUILD | 6 ++--- testing/bmake/sjg.patch | 59 ----------------------------------------- 2 files changed, 3 insertions(+), 62 deletions(-) delete mode 100644 testing/bmake/sjg.patch diff --git a/testing/bmake/APKBUILD b/testing/bmake/APKBUILD index 10e9852..e975c4d 100644 --- a/testing/bmake/APKBUILD +++ b/testing/bmake/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Steffen Nurpmeso pkgname=bmake -pkgver=20180919 +pkgver=20181222 pkgrel=0 pkgdesc="Portable version of the NetBSD make build tool" url="http://www.crufty.net/help/sjg/bmake.html" -arch="" +arch="x86_64" license="BSD" subpackages="$pkgname-doc" source="http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz @@ -33,5 +33,5 @@ package() { "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING } -sha512sums="5147513a0fd05b73ccd5ab057bcfd9e0c5d21681a5229d8ea870da7ad72fbd140b4b89245fdb2ef276152d237e478d64923623b99ce7bb85f746b01593d4fd1a bmake-20180919.tar.gz +sha512sums="7824fb60e4ac8f9c5ab9f6a0d42720c5f3cb475851146bf8042625eb58bbd0dbacafce6969da2b51cdd6514e789a8f2a958e8b8538cd862eeea1b571da203e5b bmake-20181222.tar.gz 0de9022a2991c5ef02c09ab592a3e2d218cd0bbf58e54f21bc7694110f3dd9e4589bf2b3d241fd167fb220b425007863f20e71e141b4f65bf92d305ba94209da install-sh.patch" diff --git a/testing/bmake/sjg.patch b/testing/bmake/sjg.patch deleted file mode 100644 index 11b617b..0000000 --- a/testing/bmake/sjg.patch +++ /dev/null @@ -1,59 +0,0 @@ -From sjg@crufty.net Wed Oct 4 00:46:22 2017 -From: Simon Gerraty -To: Steffen Nurpmeso -Subject: Re: bmake: errors when creating Alpine Linux/Musl package -MIME-Version: 1.0 -Content-Type: text/plain; charset="us-ascii" -Content-ID: <24543.1507070779.1@bad.crufty.net> -Date: Tue, 03 Oct 2017 15:46:19 -0700 -Message-ID: <20363.1507070779@bad.crufty.net> -Status: RO - -> |The warning about __inline being redefined - I would not expect -> |missing/sys/cdefs.h to be used on a Linux platform - every one I'd used -> |(not many) has sys/cdefs.h - -Not much we can do about that warning. -Fortunately nothing in bmake uses __inline - -For the tcc getopt bit, try running strings on the object -to see where that Del char is. - -For gcc, try the patch below - -Index: unit-tests/dotwait.exp -=================================================================== -RCS file: /volume/cvs/bmake/unit-tests/dotwait.exp,v -retrieving revision 1.1.1.1 -diff -u -p -r1.1.1.1 dotwait.exp ---- XXX/unit-tests/dotwait.exp 30 Aug 2014 18:57:18 -0000 1.1.1.1 -+++ XXX/unit-tests/dotwait.exp 3 Oct 2017 22:43:52 -0000 -@@ -22,9 +22,9 @@ shared.2.1 - shared.2.1 - shared.2.99 - shared.2.99 -+cycle.1.99 -+cycle.1.99 - make: Graph cycles through `cycle.2.99' - make: Graph cycles through `cycle.2.98' - make: Graph cycles through `cycle.2.97' --cycle.1.99 --cycle.1.99 - exit status 0 -Index: unit-tests/dotwait.mk -=================================================================== -RCS file: /volume/cvs/bmake/unit-tests/dotwait.mk,v -retrieving revision 1.1.1.1 -diff -u -p -r1.1.1.1 dotwait.mk ---- XXX/unit-tests/dotwait.mk 30 Aug 2014 18:57:18 -0000 1.1.1.1 -+++ XXX/unit-tests/dotwait.mk 3 Oct 2017 22:42:44 -0000 -@@ -11,7 +11,7 @@ PAUSE= sleep 1 - # Ignore "--- target ---" lines printed by parallel make. - all: - .for t in ${TESTS} -- @${.MAKE} -f ${THISMAKEFILE} -j4 $t | grep -v "^--- " -+ @${.MAKE} -f ${THISMAKEFILE} -j4 $t 2>&1 | grep -v "^--- " - .endfor - - # - -- 2.21.0 --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) --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---