diff options
author | jwise <jwise@pkgsrc.org> | 2000-01-18 22:50:28 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-01-18 22:50:28 +0000 |
commit | 901c2cb6d898a85c4d00d09f878884a6bebc36d9 (patch) | |
tree | 6b17d99c01e1a590e6b75137ae4d558095713195 /databases/postgresql | |
parent | 10f71650000af2fabe690b530dc901982b7e642c (diff) | |
download | pkgsrc-901c2cb6d898a85c4d00d09f878884a6bebc36d9.tar.gz |
Patch to make the interfaces/jdbc directory usable, even though this package
doesn't use it. Later tonight or tomorrow morning, I will commit a jdbc-postgresql
package which will share DISTFILE and patch goo with this package.
All this may eventually be replaced if the client stuff is factored out of the
postgresql package, but that's not me.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/files/patch-sum | 5 | ||||
-rw-r--r-- | databases/postgresql/patches/patch-an | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/databases/postgresql/files/patch-sum b/databases/postgresql/files/patch-sum index c684b2dd5fc..98dbf318367 100644 --- a/databases/postgresql/files/patch-sum +++ b/databases/postgresql/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 1999/09/20 23:38:47 jlam Exp $ +$NetBSD: patch-sum,v 1.6 2000/01/18 22:50:28 jwise Exp $ MD5 (patch-aa) = 6d8e8d9ddc61cd79ecab1b0b9a26973a MD5 (patch-ab) = eec9c83c775fa5962a28004a309236d1 @@ -9,6 +9,7 @@ MD5 (patch-af) = 055fe149d55089efa39eaaedafc611b6 MD5 (patch-ag) = 9fe78b65dbd36b7c1f5d2a928639ad23 MD5 (patch-ah) = 43e39c5c596432cb3cce6ab49d005102 MD5 (patch-aj) = fe9fc5224b1b3d1cb85f57007f005d1b -MD5 (patch-ak) = 1e22bf0d5770426882fef94d528f324e +MD5 (patch-ak) = 2337daf749c56fc9fb1f621d3e02fbed MD5 (patch-al) = 17bff31d1a88187c0b46b2262e7fc8d6 MD5 (patch-am) = fe992cdaa4f532dc143cad9b56f4ee61 +MD5 (patch-an) = 6e9f217d2b9c83b68d716689a75a05b5 diff --git a/databases/postgresql/patches/patch-an b/databases/postgresql/patches/patch-an new file mode 100644 index 00000000000..4c5b9da6ab3 --- /dev/null +++ b/databases/postgresql/patches/patch-an @@ -0,0 +1,12 @@ +$NetBSD: patch-an,v 1.1 2000/01/18 22:50:28 jwise Exp $ +--- interfaces/jdbc/Makefile.orig Tue Jan 18 17:47:01 2000 ++++ interfaces/jdbc/Makefile Tue Jan 18 17:47:15 2000 +@@ -26,7 +26,7 @@ + # In 6.5, the all rule builds the makeVersion class which then calls make using + # the jdbc1 or jdbc2 rules + all: makeVersion.class +- make $$($(JAVA) makeVersion) ++ ${GMAKE} $$($(JAVA) makeVersion) + @echo ------------------------------------------------------------ + @echo The JDBC driver has now been built. To make it available to + @echo other applications, copy the postgresql.jar file to a public |