Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BBD0A781B63 for <~alpine/aports@lists.alpinelinux.org>; Tue, 20 Aug 2019 06:37:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1566283019; bh=6nz1t7C94WD3sYHRMGKmis9lG6k2uFpvex0FfG3i190=; h=From:To:Cc:Subject:Date; b=bp5iX9pweVFV/hn9qWaJBtHJTvzfQeBKtwpBCHz1iBVqU4D6VzZoWeywN/9d8sgCb cRYP9bl4ARZF+St17MbjnANZDY+ezLSD7f2P7dRTYOlxU7iQRDIB+R8u/z86KanA8D 333BT2lAvc4PIQKh/dPon1qBya+esiueaam41X+Q= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 1/2] community/nethack: upgrade to 3.6.2 Date: Tue, 20 Aug 2019 15:36:38 +0900 Message-Id: <20190820063639.16169-1-sir@cmpwn.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/nethack/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/nethack/APKBUILD b/community/nethack/APKBUILD index cca2f741d4..ef4141c58d 100644 --- a/community/nethack/APKBUILD +++ b/community/nethack/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault # Based on the Arch Linux package pkgname=nethack -pkgver=3.6.1 +pkgver=3.6.2 pkgrel=0 pkgdesc="A single player dungeon exploration game" url="https://www.nethack.org/index.html" @@ -17,6 +17,8 @@ prepare() { cd "$builddir" # Fix nonstandard cp usage sed -e 's/cp -n/cp/g' -i sys/unix/hints/linux + # Fix glibc issue + sed -e 's/#define _GNU_SOURCE//g' -i include/config1.h # Configuration stuff sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \ -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' \ @@ -71,4 +73,4 @@ package() { install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt } -sha512sums="bd6e36c163f0d85e1ab1fc659464696b5a02c3864a800ad47e047fdc4a35fff4ef7dd28a9b071fa46f7f67fa45c97fdc77bc1f2bdbad80cc02950d73731d9c30 nethack-361-src.tgz" +sha512sums="e865f21298ffdf67301b5b6ca91f2e762011cc35b55f80603fff014b48f9724d67671168a898abb2171879906a65564d8eb59d272bb5a9f8bf957f074e3c105e nethack-362-src.tgz" -- 2.23.0