From cbaefe3b858614045fdd912fd26e1c95321fb911 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 16 Dec 2018 18:17:06 +0100 Subject: [PATCH] ksql: update to 0.3.3. --- srcpkgs/ksql/patches/configure-cross.patch | 44 ---------------------- srcpkgs/ksql/template | 4 +- 2 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 srcpkgs/ksql/patches/configure-cross.patch diff --git a/srcpkgs/ksql/patches/configure-cross.patch b/srcpkgs/ksql/patches/configure-cross.patch deleted file mode 100644 index 899a786058..0000000000 --- a/srcpkgs/ksql/patches/configure-cross.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- configure -+++ configure -@@ -214,19 +215,28 @@ - return 1 - fi - -- if ./test-${1} 1>&3 2>&3; then -- echo "${1}: yes" 1>&2 -- echo "${1}: yes" 1>&3 -- echo 1>&3 -- eval HAVE_${2}=1 -- rm "test-${1}" -- return 0 -- else -- echo "${1}: execution failed with $?" 1>&3 -- echo 1>&3 -- rm "test-${1}" -- return 1 -- fi -+ echo "${1}: yes" 1>&2 -+ echo "${1}: yes" 1>&3 -+ echo 1>&3 -+ eval HAVE_${2}=1 -+ rm "test-${1}" -+ return 0 -+ -+ # Don't actually run the test: none of our tests check for -+ # run-time behaviour. -+ # if ./test-${1} 1>&3 2>&3; then -+ # echo "${1}: yes" 1>&2 -+ # echo "${1}: yes" 1>&3 -+ # echo 1>&3 -+ # eval HAVE_${2}=1 -+ # rm "test-${1}" -+ # return 0 -+ # else -+ # echo "${1}: execution failed with $?" 1>&3 -+ # echo 1>&3 -+ # rm "test-${1}" -+ # return 1 -+ # fi - } - - # Run a complete autoconfiguration test, including the check for diff --git a/srcpkgs/ksql/template b/srcpkgs/ksql/template index 426b880146..92669e71fa 100644 --- a/srcpkgs/ksql/template +++ b/srcpkgs/ksql/template @@ -1,6 +1,6 @@ # Template file for 'ksql' pkgname=ksql -version=0.3.2 +version=0.3.3 revision=1 build_style=configure configure_args="PREFIX=/usr MANDIR=/usr/share/man" @@ -11,7 +11,7 @@ maintainer="Duncaen " license="ISC" homepage="https://kristaps.bsd.lv/ksql/" distfiles="https://kristaps.bsd.lv/ksql/snapshots/ksql-${version}.tar.gz" -checksum=960f8b80e7a57091b393a62ab7b274b6ee3aa05950f03cad00dd6523af4cb47b +checksum=9a670e73b98dd8d7baa63117c28ddd8c3eca1c6747fe6a27a08c461fc344d36e post_install() { sed -n '2,16p' ksql.c >LICENSE