From 3c47e44aa5977a4899860220893dcd05c78026a4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 2 May 2018 13:01:54 +0200 Subject: [PATCH] znc: update to 1.7.0. --- srcpkgs/znc/patches/configure_tcl.patch | 46 ------------------------- srcpkgs/znc/template | 6 ++-- 2 files changed, 3 insertions(+), 49 deletions(-) delete mode 100644 srcpkgs/znc/patches/configure_tcl.patch diff --git a/srcpkgs/znc/patches/configure_tcl.patch b/srcpkgs/znc/patches/configure_tcl.patch deleted file mode 100644 index 7e7867b309c..00000000000 --- a/srcpkgs/znc/patches/configure_tcl.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff --git configure configure -index c4957bb..b94faba 100755 ---- configure -+++ configure -@@ -5443,41 +5443,6 @@ if test "${with_tcl+set}" = set; then : - fi - - -- # This will need to be extended in the future, but I don't think -- # it's a good idea to stuff a shitload of random stuff in here right now -- for path in $TCL_DIR /usr/lib /usr/lib/tcl8.4 /usr/lib/tcl8.5 -- do -- file="${path}/tclConfig.sh" -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${file}" >&5 --$as_echo_n "checking for ${file}... " >&6; } -- if test -r ${file} -- then -- TCL_CONF=${file} -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 --$as_echo "yes" >&6; } -- break -- fi -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- done -- -- if test x"${TCL_CONF}" = x -- then -- # They --enable-tcl'd, so give them some sane default -- TCL_FLAGS="-I/usr/include/tcl -ltcl" -- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find tclConfig.sh, using some sane defaults." >&5 --$as_echo "$as_me: WARNING: Could not find tclConfig.sh, using some sane defaults." >&2;} -- else -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking modtcl flags" >&5 --$as_echo_n "checking modtcl flags... " >&6; } -- . ${TCL_CONF} -- # eval because those vars depend on other vars in there -- eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\"" -- eval "TCL_INCLUDE_SPEC=\"${TCL_INCLUDE_SPEC}\"" -- TCL_FLAGS="$TCL_INCLUDE_SPEC $TCL_LIB_SPEC" -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TCL_FLAGS" >&5 --$as_echo "$TCL_FLAGS" >&6; } -- fi - my_saved_LIBS="$LIBS" - appendLib "$TCL_FLAGS" - ac_fn_cxx_check_func "$LINENO" "Tcl_CreateInterp" "ac_cv_func_Tcl_CreateInterp" diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template index 8d32bb18e66..6a5c025956e 100644 --- a/srcpkgs/znc/template +++ b/srcpkgs/znc/template @@ -1,7 +1,7 @@ # Template file for 'znc' pkgname=znc -version=1.6.6 -revision=2 +version=1.7.0 +revision=1 build_style=gnu-configure configure_args="--enable-python --enable-perl --enable-tcl --enable-cyrus" hostmakedepends="pkg-config perl" @@ -11,7 +11,7 @@ maintainer="Duncaen " license="Apache-2.0" homepage="http://znc.in/" distfiles="http://znc.in/releases/$pkgname-$version.tar.gz" -checksum=7fb841bc71dc1749b1dc081e9eaf22ceb56ebb03c6b1d8804a4f9eb8bbd59525 +checksum=c07e31439ac6b948a577bd61a9d5f61a6d191d387423779b937aa1404051b96f system_accounts="znc" znc_homedir="/var/lib/znc"