aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/cvs/template
diff options
context:
space:
mode:
Diffstat (limited to 'srcpkgs/cvs/template')
-rw-r--r--srcpkgs/cvs/template13
1 files changed, 10 insertions, 3 deletions
diff --git a/srcpkgs/cvs/template b/srcpkgs/cvs/template
index 803d3e420ef..85ab77a3419 100644
--- a/srcpkgs/cvs/template
+++ b/srcpkgs/cvs/template
@@ -1,20 +1,27 @@
# Template file for 'cvs'
pkgname=cvs
version=1.12.13
-revision=7
+revision=8
build_style=gnu-configure
configure_args="--with-editor=/usr/bin/vi --with-external-zlib
ac_cv_func_working_mktime=yes" # broken test upstream
-hostmakedepends="nvi openssh"
+hostmakedepends="nvi openssh automake libtool gettext-devel-tools"
makedepends="mit-krb5-devel openssh"
depends="openssh>=6.1p1"
short_desc="Concurrent Versions System"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://www.nongnu.org/cvs/"
-license="GPL-1, LGPL-2"
+license="GPL-1.0-or-later, LGPL-2.0-or-later"
distfiles="http://ftp.gnu.org/non-gnu/cvs/source/feature/$version/cvs-$version.tar.bz2"
checksum=78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
+CFLAGS="-D_GNU_SOURCE=1"
+
+pre_configure() {
+ cp configure.in configure.ac
+ autoupdate
+ autoreconf -fi
+}