znc: update to 1.7.0.
This commit is contained in:
parent
2b63436ec7
commit
3c47e44aa5
2 changed files with 3 additions and 49 deletions
|
@ -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"
|
|
@ -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 <duncaen@voidlinux.eu>"
|
|||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue