From 16f950f4898cb053305f898a3fb973df51147b85 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 3 Nov 2020 22:04:12 +0100 Subject: [PATCH] crash: upstream moved. --- srcpkgs/crash/template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/srcpkgs/crash/template b/srcpkgs/crash/template index 22b1cc069e7..d1961f950f4 100644 --- a/srcpkgs/crash/template +++ b/srcpkgs/crash/template @@ -1,18 +1,18 @@ # Template file for 'crash' pkgname=crash version=7.2.8 -revision=1 +revision=2 archs="i686 x86_64" # broken on musl build_style=gnu-makefile -hostmakedepends="flex tar" +hostmakedepends="flex tar wget" makedepends="lzo-devel ncurses-devel zlib-devel" short_desc="Kernel crash dump debugger and live inspector" maintainer="Leah Neukirchen " license="GPL-3.0-or-later" -homepage="http://people.redhat.com/anderson/" -changelog="https://people.redhat.com/anderson/crash.changelog.html" -distfiles="http://people.redhat.com/anderson/${pkgname}-${version}.tar.gz" -checksum=19abe7fcb6a392f8d741315993e3d8b1a8ea799e9ddb433f12f6db4c59e45751 +homepage="https://crash-utility.github.io/" +changelog="https://crash-utility.github.io/crash.changelog.html" +distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz" +checksum=996d3367764c77e23921c164725e4d0221acc7a15a92a3f825053ea37f2452dc nocross=yes LDFLAGS=-llzo2 @@ -28,10 +28,6 @@ post_extract() { } do_build() { - make gdb_unzip - sed -i 's|sys/debugreg.h|asm/debugreg.h|g' gdb-7.6/gdb/amd64-linux-nat.c - sed -i 's|const struct ps_prochandle|struct ps_prochandle|g' gdb-7.6/gdb/*.c - make ${makejobs} lzo make ${makejobs} extensions }