From c5de446b096c64af38b0acaa595d92bfe6f6b486 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 12 Oct 1997 13:03:04 +0000 Subject: - 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 --- databases/pgaccess/Makefile | 5 ++--- databases/pgaccess/distinfo | 2 +- databases/pgaccess/files/patch-aa | 13 ++----------- 3 files changed, 5 insertions(+), 15 deletions(-) (limited to 'databases') 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 # -# $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)!="")} { -- cgit v1.2.3