[arch-commits] Commit in cvs/trunk (PKGBUILD)

Dan McGee dan at nymeria.archlinux.org
Tue May 14 01:34:52 UTC 2013


    Date: Tuesday, May 14, 2013 @ 03:34:52
  Author: dan
Revision: 185414

upgpkg: cvs 1.11.23-9

Old package rebuild.

Modified:
  cvs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 23:48:09 UTC (rev 185413)
+++ PKGBUILD	2013-05-14 01:34:52 UTC (rev 185414)
@@ -1,14 +1,16 @@
 # $Id$
 # Contributor: dorphell <dorphell at archlinux.org>
+# Maintainer: Dan McGee <dan at 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 @@
   # 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
 }




More information about the arch-commits mailing list