summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-08-02 21:21:20 +0000
committerdholland <dholland@pkgsrc.org>2008-08-02 21:21:20 +0000
commit1aebb9fe68e706635a66b02cb0966cbb0a760919 (patch)
tree0776be89587e6cd048661ce3e9d35495b30c834d /databases
parent60b651ec81718ba57f3325dd050659e6df658e90 (diff)
downloadpkgsrc-1aebb9fe68e706635a66b02cb0966cbb0a760919.tar.gz
Fix broken configure stage resulting from a stray quote that's apparently
tolerated by bash.
Diffstat (limited to 'databases')
-rw-r--r--databases/pgtcl/distinfo4
-rw-r--r--databases/pgtcl/patches/patch-ab24
2 files changed, 23 insertions, 5 deletions
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`