summaryrefslogtreecommitdiff
path: root/extra/cvs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
committerroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
commit51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (patch)
tree00044126c105926c03e23c9611be579689db2b8b /extra/cvs
parent2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (diff)
Wed May 15 01:14:48 PDT 2013
Diffstat (limited to 'extra/cvs')
-rw-r--r--extra/cvs/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/cvs/PKGBUILD b/extra/cvs/PKGBUILD
index 971e0d498..7572540da 100644
--- a/extra/cvs/PKGBUILD
+++ b/extra/cvs/PKGBUILD
@@ -1,14 +1,16 @@
-# $Id: PKGBUILD 146046 2012-01-04 17:18:48Z dan $
+# $Id: PKGBUILD 185415 2013-05-14 01:35:08Z dan $
# Contributor: dorphell <dorphell@archlinux.org>
+# Maintainer: Dan McGee <dan@archlinux.org>
pkgname=cvs
pkgver=1.11.23
-pkgrel=8
+pkgrel=9
pkgdesc="Concurrent Versions System - a source control system"
arch=(i686 x86_64)
url="http://cvs.nongnu.org/"
license=('GPL')
depends=('krb5' 'zlib')
+makedepends=('vim')
optdepends=('openssh: for using cvs over ssh'
'inetutils: for using cvs over rsh')
install=cvs.install
@@ -30,7 +32,9 @@ build() {
# CVE-2010-3864, https://www.redhat.com/security/data/cve/CVE-2010-3846.html
patch -Np1 < ../cvs-1.11.23-cve-2010-3846.patch
- autoreconf
+ sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+ find . -name Makefile.am | xargs sed -i -e 's/^INCLUDES/AM_CPPFLAGS/'
+ AUTOMAKE='automake --add-missing' autoreconf
./configure --prefix=/usr
make
}