aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2024-04-24 16:46:16 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2024-05-29 17:00:54 +0000
commit3c09b687349aa2aafe186c7726001e849d454e37 (patch)
treed4f56715f99254be3530fbfa4ed6d1ce191d21d2
parentc74aa54de6942e97ee6532bab7a4e75bf3ab4889 (diff)
downloadvoid-packages-user/luca/ngircd.tar
void-packages-user/luca/ngircd.tar.gz
void-packages-user/luca/ngircd.tar.bz2
void-packages-user/luca/ngircd.tar.lz
void-packages-user/luca/ngircd.tar.xz
void-packages-user/luca/ngircd.tar.zst
void-packages-user/luca/ngircd.zip
ngircd: update to 27.user/luca/ngircd
-rw-r--r--srcpkgs/ngircd/template12
1 files changed, 7 insertions, 5 deletions
diff --git a/srcpkgs/ngircd/template b/srcpkgs/ngircd/template
index 66c09814f04..d5c6143b0f4 100644
--- a/srcpkgs/ngircd/template
+++ b/srcpkgs/ngircd/template
@@ -1,18 +1,20 @@
# Template file for 'ngircd'
pkgname=ngircd
-version=26
-revision=4
+version=27
+revision=1
build_style=gnu-configure
-configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes"
+configure_args="--enable-ipv6 --with-openssl --without-ident ac_cv_func_getaddrinfo=yes --with-pam --with-iconv"
hostmakedepends="pkg-config"
-makedepends="zlib-devel openssl-devel"
+makedepends="zlib-devel openssl-devel pam-devel libticonv-devel"
+checkdepends="procps-ng expect inetutils-telnet"
conf_files="/etc/ngircd.conf"
short_desc="Free, portable and lightweight Internet Relay Chat server"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://ngircd.barton.de/"
distfiles="https://ngircd.barton.de/pub/ngircd/ngircd-${version}.tar.xz"
-checksum=56dcc6483058699fcdd8e54f5010eecee09824b93bad7ed5f18818e550d855c6
+checksum=6897880319dd5e2e73c1c9019613509f88eb5b8daa5821a36fbca3d785c247b8
+make_check="ci-skip" # Stopping the integration test servers fails in CI
post_configure() {
echo "#define HAVE_WORKING_GETADDRINFO 1" >>src/config.h