[arch-commits] Commit in automake/repos (6 files)

Allan McRae allan at archlinux.org
Fri Jul 13 12:31:31 UTC 2012


    Date: Friday, July 13, 2012 @ 08:31:30
  Author: allan
Revision: 163495

db-move: moved automake from [testing] to [core] ( any)

Added:
  automake/repos/core-any/PKGBUILD
    (from rev 163489, automake/repos/testing-any/PKGBUILD)
  automake/repos/core-any/automake-1.12.2-aclocal7-test-fix.diff
    (from rev 163489, automake/repos/testing-any/automake-1.12.2-aclocal7-test-fix.diff)
  automake/repos/core-any/automake.install
    (from rev 163489, automake/repos/testing-any/automake.install)
Deleted:
  automake/repos/core-any/PKGBUILD
  automake/repos/core-any/automake.install
  automake/repos/testing-any/

----------------------------------------+
 PKGBUILD                               |   71 ++++++++++++++++---------------
 automake-1.12.2-aclocal7-test-fix.diff |   18 +++++++
 automake.install                       |   44 +++++++++----------
 3 files changed, 77 insertions(+), 56 deletions(-)

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-07-13 12:31:26 UTC (rev 163494)
+++ core-any/PKGBUILD	2012-07-13 12:31:30 UTC (rev 163495)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=automake
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="A GNU tool for automatically creating Makefiles"
-arch=('any')
-license=('GPL')
-url="http://www.gnu.org/software/automake"
-groups=('base-devel')
-depends=('perl' 'bash')
-makedepends=('autoconf')
-install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('036d79de6e443e02aec2be1df2b4f0ac'
-         '3f8f31210a3030ff9146a6696774f5e9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: automake/repos/core-any/PKGBUILD (from rev 163489, automake/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-07-13 12:31:30 UTC (rev 163495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=automake
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="A GNU tool for automatically creating Makefiles"
+arch=('any')
+license=('GPL')
+url="http://www.gnu.org/software/automake"
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+        automake-1.12.2-aclocal7-test-fix.diff)
+md5sums=('56c3ab38a5ed8f2b825341b4e007372a'
+         '09e754ad7198853dc6abe22cc5e6ba4b'
+         '12280109fc55cfb6197feecfbe7ab513')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p2 -i $srcdir/automake-1.12.2-aclocal7-test-fix.diff
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: automake/repos/core-any/automake-1.12.2-aclocal7-test-fix.diff (from rev 163489, automake/repos/testing-any/automake-1.12.2-aclocal7-test-fix.diff)
===================================================================
--- core-any/automake-1.12.2-aclocal7-test-fix.diff	                        (rev 0)
+++ core-any/automake-1.12.2-aclocal7-test-fix.diff	2012-07-13 12:31:30 UTC (rev 163495)
@@ -0,0 +1,18 @@
+Fix a race condition that causes aclocal7 to fail on fast machines (see the
+comment below).
+
+diff -x config.log -x config.status -ru tmp/automake-1.12.2/t/aclocal7.sh work/automake-1.12.2/t/aclocal7.sh
+--- tmp/automake-1.12.2/t/aclocal7.sh	2012-07-08 11:48:25.000000000 +0100
++++ work/automake-1.12.2/t/aclocal7.sh	2012-07-10 11:58:50.325999591 +0100
+@@ -45,6 +45,11 @@
+   $AUTOMAKE --no-force
+ }
+ 
++# aclocal will rewrite aclocal.m4 unless the input files are all older than the
++# existing aclocal.m4 -- sleep to ensure somedefs.m4 has an older timestamp
++# than the aclocal.m4 that the next aclocal call will generate.
++$sleep
++
+ $ACLOCAL -I m4
+ AUTOMAKE_after_aclocal
+ 

Deleted: core-any/automake.install
===================================================================
--- core-any/automake.install	2012-07-13 12:31:26 UTC (rev 163494)
+++ core-any/automake.install	2012-07-13 12:31:30 UTC (rev 163495)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(automake.info automake.info-1 automake.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: automake/repos/core-any/automake.install (from rev 163489, automake/repos/testing-any/automake.install)
===================================================================
--- core-any/automake.install	                        (rev 0)
+++ core-any/automake.install	2012-07-13 12:31:30 UTC (rev 163495)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list