From b6572968b3b17a315b31786785a365120194a76f Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 10 Sep 2020 09:23:53 +0200 Subject: [PATCH] kore: update to 4.0.1. --- srcpkgs/kore/patches/makefile.patch | 37 ----------------------------- srcpkgs/kore/template | 4 ++-- 2 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 srcpkgs/kore/patches/makefile.patch diff --git a/srcpkgs/kore/patches/makefile.patch b/srcpkgs/kore/patches/makefile.patch deleted file mode 100644 index bd3103c49e..0000000000 --- a/srcpkgs/kore/patches/makefile.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile 2020-09-02 14:08:01.518084761 +0200 -+++ Makefile 2020-09-02 14:09:50.656087454 +0200 -@@ -6,10 +6,10 @@ - KORE=kore - KODEV=kodev/kodev - KORE_CRYPTO?=crypto --INSTALL_DIR=$(PREFIX)/bin --MAN_DIR?=$(PREFIX)/share/man --SHARE_DIR=$(PREFIX)/share/kore --INCLUDE_DIR=$(PREFIX)/include/kore -+INSTALL_DIR=$(DESTDIR)/$(PREFIX)/bin -+MAN_DIR?=$(DESTDIR)/$(PREFIX)/share/man -+SHARE_DIR=$(DESTDIR)/$(PREFIX)/share/kore -+INCLUDE_DIR=$(DESTDIR)/$(PREFIX)/include/kore - - GENERATED= - PLATFORM=platform.h -@@ -24,7 +24,7 @@ - FEATURES= - FEATURES_INC= - --CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -+CFLAGS::=$(CFLAGS) -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes - CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual - CFLAGS+=-Wsign-compare -Iinclude/kore -I$(OBJDIR) -std=c99 -pedantic - CFLAGS+=-DPREFIX='"$(PREFIX)"' -fstack-protector-all ---- kodev/Makefile 2020-09-02 14:09:58.072087637 +0200 -+++ kodev/Makefile 2020-09-02 14:10:17.774088123 +0200 -@@ -4,7 +4,7 @@ - PREFIX?=/usr/local - OBJDIR?=obj - KODEV=kodev --INSTALL_DIR=$(PREFIX)/bin -+INSTALL_DIR=$(DESTDIR)/$(PREFIX)/bin - - S_SRC= ../src/cli.c - diff --git a/srcpkgs/kore/template b/srcpkgs/kore/template index 79801dc53d..b6b6e75af7 100644 --- a/srcpkgs/kore/template +++ b/srcpkgs/kore/template @@ -1,6 +1,6 @@ # Template file for 'kore' pkgname=kore -version=4.0.0 +version=4.0.1 revision=1 # arch specific seccomp stuff archs="x86_64* aarch64* ppc64*" @@ -14,7 +14,7 @@ maintainer="Helmut Pozimski " license="ISC" homepage="https://kore.io" distfiles="https://kore.io/releases/kore-${version}.tar.gz" -checksum=c4f5629c9fca7ede7664063a318021f58c7909cbff822dad8dca88da7d9043c2 +checksum=bc8bf755133faf67755c3a4ea53db49f208986efeed734ce6be562a3e5a81057 disable_parallel_build=yes if [ "$XBPS_TARGET_LIBC" = "musl" ]; then