summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-10-12 13:03:04 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-10-12 13:03:04 +0000
commitc5de446b096c64af38b0acaa595d92bfe6f6b486 (patch)
tree8395c14fb0a71ceee8651ea06bb609031d8e1a35 /databases
parentoriginal distribution updated to 1.54. (diff)
- updated to newest version 0.60
- author was so nice to add a version number in the source file, hurray. - "dynamically" patch the path to libpgtcl.so ${PREFIX}/pgsql/lib/libpgtcl.so| depending on the PREFIX variable using new post-configure script - tested building, installing, packaging
Notes
Notes: svn path=/head/; revision=8223
Diffstat (limited to 'databases')
-rw-r--r--databases/pgaccess/Makefile5
-rw-r--r--databases/pgaccess/distinfo2
-rw-r--r--databases/pgaccess/files/patch-aa13
3 files changed, 5 insertions, 15 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile
index 1c9cf7a3f813..b0044edacf4e 100644
--- a/databases/pgaccess/Makefile
+++ b/databases/pgaccess/Makefile
@@ -3,11 +3,10 @@
# Date created: Sat Oct 4 20:03:46 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.1.1.1 1997/10/04 23:30:59 andreas Exp $
+# $Id: Makefile,v 1.2 1997/10/05 21:22:55 andreas Exp $
#
-DISTNAME= pgaccess
-PKGNAME= pgaccess-0.52
+DISTNAME= pgaccess-0.60
CATEGORIES= databases
MASTER_SITES= http://www.flex.ro/pgaccess/
diff --git a/databases/pgaccess/distinfo b/databases/pgaccess/distinfo
index 1a10493402ed..66c2d4cf036b 100644
--- a/databases/pgaccess/distinfo
+++ b/databases/pgaccess/distinfo
@@ -1 +1 @@
-MD5 (pgaccess.tar.gz) = 105b9b8dc83ec8cca919c587760c65da
+MD5 (pgaccess-0.60.tar.gz) = 7cd0ca269bf5c262115a86fb10fccdab
diff --git a/databases/pgaccess/files/patch-aa b/databases/pgaccess/files/patch-aa
index 6cca6497440a..565665a0d7ec 100644
--- a/databases/pgaccess/files/patch-aa
+++ b/databases/pgaccess/files/patch-aa
@@ -1,17 +1,8 @@
---- pgaccess.tcl.orig Sun Oct 5 00:47:27 1997
-+++ pgaccess.tcl Sun Oct 5 01:15:05 1997
+--- pgaccess.tcl.orig Sun Oct 12 14:45:16 1997
++++ pgaccess.tcl Sun Oct 12 14:45:25 1997
@@ -1,4 +1,4 @@
-#!/usr/bin/wish
+#! /usr/local/bin/wish8.0
#############################################################################
# Visual Tcl v1.10 Project
#
-@@ -1465,7 +1465,7 @@
-
- proc main {argc argv} {
- global pref newdbname newpport newhost
--load libpgtcl.so
-+load /usr/local/pgsql/lib/libpgtcl.so
- catch {draw_tabs}
- load_pref
- if {$pref(autoload) && ($pref(lastdb)!="")} {