summaryrefslogtreecommitdiff
path: root/databases/pgaccess/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-06 19:17:05 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-06 19:17:05 +0000
commit6cfcc80369692538a63c71cc9a1621f83aa2b891 (patch)
treed7c3a23af5b1c8ef3c96d4af6371590bd247238f /databases/pgaccess/patches
parentd1de29fc9c6ed27117d2204ec9f2abe98c10aa71 (diff)
downloadpkgsrc-6cfcc80369692538a63c71cc9a1621f83aa2b891.tar.gz
Remove PostgreSQL 7.3 and pgaccess.
Diffstat (limited to 'databases/pgaccess/patches')
-rw-r--r--databases/pgaccess/patches/patch-aa16
-rw-r--r--databases/pgaccess/patches/patch-ab66
2 files changed, 0 insertions, 82 deletions
diff --git a/databases/pgaccess/patches/patch-aa b/databases/pgaccess/patches/patch-aa
deleted file mode 100644
index 712543e911b..00000000000
--- a/databases/pgaccess/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/01/11 23:04:12 jlam Exp $
-
---- Makefile.orig Wed Aug 28 09:11:22 2002
-+++ Makefile
-@@ -7,9 +7,8 @@
- #
- #-------------------------------------------------------------------------
-
--bindir = /usr/bin/X11
--libdir = /usr/lib/pgaccess
--wish = /usr/bin/wish
-+bindir = ${PREFIX}/bin
-+libdir = ${PREFIX}/lib/pgaccess
-
- pgaccess:
- chmod a+x pgaccess.tcl
diff --git a/databases/pgaccess/patches/patch-ab b/databases/pgaccess/patches/patch-ab
deleted file mode 100644
index 565840ed076..00000000000
--- a/databases/pgaccess/patches/patch-ab
+++ /dev/null
@@ -1,66 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2003/01/11 23:04:12 jlam Exp $
-
---- pgaccess.tcl.orig Sun Dec 1 19:57:56 2002
-+++ pgaccess.tcl
-@@ -12,5 +12,5 @@ fi
-
- # the next line restarts using wish \
--exec wish "$0" "$@"
-+exec @PGTKSH@ "$0" "$@"
-
- #------------------------------------------------------------
-@@ -34,19 +34,12 @@ switch $tcl_platform(platform) {
- puts $fid ""
-
-- puts $fid "# path to libpgtcl"
-- if {![info exists env(PGLIB)]} {
-- set env(PGLIB) "/usr/lib"
-- }
-- puts $fid "PGLIB=$env(PGLIB)"
-- puts $fid ""
--
- puts $fid "# pgaccess home directory"
- if {![info exists env(PGACCESS_HOME)]} {
-- set env(PGACCESS_HOME) "/usr/lib/pgaccess"
-+ set env(PGACCESS_HOME) "@PGACCESS_HOME@"
- }
- puts $fid "PGACCESS_HOME=$env(PGACCESS_HOME)"
- puts $fid ""
-
-- puts $fid "export PGLIB PGACCESS_HOME"
-+ puts $fid "export PGACCESS_HOME"
- close $fid
- puts "done"
-@@ -299,32 +292,4 @@ global PgAcVar CurrentDB
- proc {main} {argc argv} {
- global PgAcVar CurrentDB tcl_platform env
-- if {[info exists env(PGLIB)]} {
-- set libpgtclpath [file join $env(PGLIB) libpgtcl]
-- } else {
-- puts "PGLIB enviroment variable is not set, setting it to 'libpgtcl'."
-- set libpgtclpath {libpgtcl}
-- }
--
-- set shlib ${libpgtclpath}[info sharedlibextension]
--
-- if {![file exists $shlib]} {
-- puts "\nError: Shared library file: '$shlib' does not exist. \n\
-- Check this file, or check PGLIB variable (in pgaccessrc)\n"
--
-- exit
-- }
--
-- if {[catch {load $shlib} err]} {
-- puts "Error: can not load $shlib shared library."
-- puts "You need to make sure that the library exists and"
-- puts "the environment variable PGLIB points to the directory"
-- puts "where it is located.\n"
-- puts "If you use Windows, be sure that the needed libpgtcl.dll"
-- puts "and libpq.dll files are copied in the Windows/System"
-- puts "directory"
-- puts "\nERROR MESSAGE: $err\n"
-- exit
-- }
--
- set tdb ""
- set thost ""