aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-rdbc1/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-19 08:58:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-19 08:58:27 +0000
commite868461a1a00e9526dc7be48a92c7223302b08aa (patch)
treeb54780e8766e29136ec2df29aa28007be0e7d3c6 /databases/ruby-rdbc1/files
parent82774083c47a347f663ee495873d18275a4b5c68 (diff)
downloadports-e868461a1a00e9526dc7be48a92c7223302b08aa.tar.gz
ports-e868461a1a00e9526dc7be48a92c7223302b08aa.zip
Add ruby-rdbc1, Ruby Database Connectivity.
Notes
Notes: svn path=/head/; revision=40038
Diffstat (limited to 'databases/ruby-rdbc1/files')
-rw-r--r--databases/ruby-rdbc1/files/patch-pg_rdbc1.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/ruby-rdbc1/files/patch-pg_rdbc1.rb b/databases/ruby-rdbc1/files/patch-pg_rdbc1.rb
new file mode 100644
index 000000000000..57fd49883769
--- /dev/null
+++ b/databases/ruby-rdbc1/files/patch-pg_rdbc1.rb
@@ -0,0 +1,11 @@
+--- pg_rdbc1.rb.orig Fri May 26 03:24:12 2000
++++ pg_rdbc1.rb Mon Mar 19 17:44:34 2001
+@@ -11,7 +11,7 @@
+ require "rdbc1.rb"
+
+ module PG_RDBC1
+- require "../postgres/postgres.so"
++ require "postgres"
+ include RDBC1
+
+ # Driver Creator will inherite me.