From 1aebb9fe68e706635a66b02cb0966cbb0a760919 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 2 Aug 2008 21:21:20 +0000 Subject: Fix broken configure stage resulting from a stray quote that's apparently tolerated by bash. --- databases/pgtcl/distinfo | 4 ++-- databases/pgtcl/patches/patch-ab | 24 +++++++++++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) (limited to 'databases') diff --git a/databases/pgtcl/distinfo b/databases/pgtcl/distinfo index 58f52f60434..08ea89505ee 100644 --- a/databases/pgtcl/distinfo +++ b/databases/pgtcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2006/01/02 17:56:18 joerg Exp $ +$NetBSD: distinfo,v 1.3 2008/08/02 21:21:20 dholland Exp $ SHA1 (pgtcl1.5.tar.gz) = 8d2be537c123100ab4f1a6ddc11684fd4e0ccd23 RMD160 (pgtcl1.5.tar.gz) = f198066c538a9566f9044e8899423ee31e123349 Size (pgtcl1.5.tar.gz) = 486901 bytes SHA1 (patch-aa) = 16787a10212b7b89bd0c97b4e066676d58e73a1e -SHA1 (patch-ab) = 28c2bd2faca4f7bf4f3fd098803306bd395cf827 +SHA1 (patch-ab) = 3217fbdb7efdc65a74fb3259944e96f22c854731 diff --git a/databases/pgtcl/patches/patch-ab b/databases/pgtcl/patches/patch-ab index 83555156361..1f671c98034 100644 --- a/databases/pgtcl/patches/patch-ab +++ b/databases/pgtcl/patches/patch-ab @@ -1,7 +1,16 @@ -$NetBSD: patch-ab,v 1.1 2006/01/02 17:56:18 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2008/08/02 21:21:20 dholland Exp $ ---- configure.orig 2004-11-20 01:05:27.000000000 +0000 -+++ configure +--- configure.orig 2004-11-19 20:05:27.000000000 -0500 ++++ configure 2008-08-02 17:15:19.000000000 -0400 +@@ -7276,7 +7276,7 @@ echo "${ECHO_T}unknown (can't find uname + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` @@ -8726,7 +8726,7 @@ rm -f conftest* UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a' TCL_LIB_VERSIONS_OK=nodots @@ -32,3 +41,12 @@ $NetBSD: patch-ab,v 1.1 2006/01/02 17:56:18 joerg Exp $ ;; Rhapsody-*|Darwin-*) ;; +@@ -9991,7 +9996,7 @@ echo "${ECHO_T}unknown (can't find uname + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` -- cgit v1.2.3