pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/openrcs Fix build with automake 1.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d254d34f9520
branches: trunk
changeset: 621849:d254d34f9520
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jul 19 12:50:44 2013 +0000
description:
Fix build with automake 1.4.
diffstat:
devel/openrcs/distinfo | 4 ++--
devel/openrcs/patches/patch-bootstrap | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 4ec46cf8e5c7 -r d254d34f9520 devel/openrcs/distinfo
--- a/devel/openrcs/distinfo Fri Jul 19 12:13:36 2013 +0000
+++ b/devel/openrcs/distinfo Fri Jul 19 12:50:44 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2013/06/03 21:15:35 asau Exp $
+$NetBSD: distinfo,v 1.2 2013/07/19 12:50:44 joerg Exp $
SHA1 (openrcs-20110824192219.tar.gz) = 582ca78a9efcc193c18d82fae0617468bdc75b1d
RMD160 (openrcs-20110824192219.tar.gz) = 266fd50d49da2fbacd2a7c05e2f545a3a19331ad
Size (openrcs-20110824192219.tar.gz) = 106878 bytes
-SHA1 (patch-bootstrap) = d520fefce0a555d23332d8629ac59c7d1eb5558e
+SHA1 (patch-bootstrap) = 705640b108251219b193b988133f17d030a696a3
diff -r 4ec46cf8e5c7 -r d254d34f9520 devel/openrcs/patches/patch-bootstrap
--- a/devel/openrcs/patches/patch-bootstrap Fri Jul 19 12:13:36 2013 +0000
+++ b/devel/openrcs/patches/patch-bootstrap Fri Jul 19 12:50:44 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-bootstrap,v 1.1.1.1 2013/06/03 21:15:35 asau Exp $
+$NetBSD: patch-bootstrap,v 1.2 2013/07/19 12:50:44 joerg Exp $
--- bootstrap.orig 2010-08-24 22:08:11.000000000 +0000
+++ bootstrap
@@ -7,7 +7,7 @@
# Check for automake
amvers="no"
-for v in 10 9 8 7 6 5; do
-+for v in 13 12 11 10 9 8 7 6 5; do
++for v in 14 13 12 11 10 9 8 7 6 5; do
if automake-1.${v} --version >/dev/null 2>&1; then
amvers="-1.${v}"
break
Home |
Main Index |
Thread Index |
Old Index