summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2004-09-23 19:32:44 +0000
committerMasatomo Nakano <nakano@gentoo.org>2004-09-23 19:32:44 +0000
commite1d764447c994f8f8ffcda7c92eefad85661e940 (patch)
tree125f9f8e5a146ec17b53e22c80488b50ff7d57bf /dev-db/pgaccess/files
parentMasked eclipse 3.1 M1 and newer (diff)
downloadgentoo-2-e1d764447c994f8f8ffcda7c92eefad85661e940.tar.gz
gentoo-2-e1d764447c994f8f8ffcda7c92eefad85661e940.tar.bz2
gentoo-2-e1d764447c994f8f8ffcda7c92eefad85661e940.zip
Version bump.
Diffstat (limited to 'dev-db/pgaccess/files')
-rw-r--r--dev-db/pgaccess/files/digest-pgaccess-0.99.0.200402191
-rw-r--r--dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-db/pgaccess/files/digest-pgaccess-0.99.0.20040219 b/dev-db/pgaccess/files/digest-pgaccess-0.99.0.20040219
new file mode 100644
index 000000000000..3d95229a4795
--- /dev/null
+++ b/dev-db/pgaccess/files/digest-pgaccess-0.99.0.20040219
@@ -0,0 +1 @@
+MD5 5440a130da909368a7274ac6f4578039 pgaccess-0_99_0_20040219.tgz 1457184
diff --git a/dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch b/dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch
new file mode 100644
index 000000000000..8141ba848ad1
--- /dev/null
+++ b/dev-db/pgaccess/files/pgaccess-0.99.0.20040219.patch
@@ -0,0 +1,23 @@
+--- Makefile.orig 2003-05-23 05:32:53.000000000 +0930
++++ Makefile 2004-09-18 23:42:47.583843792 +0930
+@@ -7,15 +7,16 @@
+ #
+ #-------------------------------------------------------------------------
+
+-bindir = /usr/bin/X11
+-libdir = /usr/lib
++bindir = $(prefix)/usr/X11R6/bin
++libdir = $(prefix)/usr/lib
+ wish = /usr/bin/wish
+
+ pgaccess:
+ chmod a+x pgaccess.tcl
+- mkdir -p $(libdir)/pgaccess
++ [ -d $(libdir)/pgaccess ] || mkdir -p $(libdir)/pgaccess
+ cp -R * $(libdir)/pgaccess
+- ln -sf $(libdir)/pgaccess/pgaccess.tcl $(bindir)/pgaccess
++ [ -d $(bindir) ] || mkdir -p $(bindir)
++ cd $(bindir) && ln -sf /usr/lib/pgaccess/pgaccess.tcl pgaccess
+
+ all: pgaccess
+