From 744c38fceca066793bea5d9f92863962805e2957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 17 Aug 2018 19:44:33 +0200 Subject: [PATCH] 9base: fix build and provide distfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/9base/patches/yydebug.patch | 11 +++++++++++ srcpkgs/9base/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/9base/patches/yydebug.patch diff --git a/srcpkgs/9base/patches/yydebug.patch b/srcpkgs/9base/patches/yydebug.patch new file mode 100644 index 00000000000..11e5a64e744 --- /dev/null +++ b/srcpkgs/9base/patches/yydebug.patch @@ -0,0 +1,11 @@ +--- lib9/main.c 2018-08-17 19:38:18.000000000 +0200 ++++ lib9/main.c 2018-08-17 19:43:21.042771643 +0200 +@@ -4,6 +4,8 @@ + + extern void p9main(int, char**); + ++int yydebug = 0; ++ + int + main(int argc, char **argv) + { diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template index 01352a8cf1e..1777247a4e0 100644 --- a/srcpkgs/9base/template +++ b/srcpkgs/9base/template @@ -10,10 +10,10 @@ short_desc="Revived minimalist port of Plan 9 userland to Unix" maintainer='Tai Chi Minh Ralph Eastwood ' license="custom" homepage="http://git.suckless.org/9base" -distfiles="http://git.suckless.org/9base/snapshot/9base-${_githash}.tar.bz2" +distfiles="https://repo.voidlinux.de/distfiles/9base-${_githash}.tar.bz2" provides="plan9port-20160418_4" conflicts="plan9port" -checksum=2a7d31a11cb68cd75a7720141cea26f053421064e2230e206c227efbe343d2d8 +checksum=57640696d65a8acbaca5417f1db1dea5ebbc694e8bed0d4ee8a3229f4800dddd wrksrc="9base-${_githash}" pre_build() {