diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-17 20:56:06 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-17 20:56:06 +0000 |
commit | 358c2408d65f777f5e7fa3926cc056e3416dc9c2 (patch) | |
tree | d74c7c00c8eec9bf308b75badfc91e5b0dca6ad5 /databases/postgresql91-server/files | |
parent | Update the squid23 port to fix a few loose ends: (diff) |
Update to postgresql 7 beta 5
closes PR
PR: 17736
Diffstat (limited to 'databases/postgresql91-server/files')
-rw-r--r-- | databases/postgresql91-server/files/patch-ba | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/databases/postgresql91-server/files/patch-ba b/databases/postgresql91-server/files/patch-ba index 129a60c3d2f3..a3b679b882c5 100644 --- a/databases/postgresql91-server/files/patch-ba +++ b/databases/postgresql91-server/files/patch-ba @@ -1,12 +1,12 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +--- interfaces/jdbc/Makefile.orig Tue Mar 14 16:55:17 2000 ++++ interfaces/jdbc/Makefile Sun Apr 16 21:16:43 2000 @@ -10,10 +10,10 @@ FIND = find IDL2JAVA = idltojava -fno-cpp -fno-tie -JAR = jar -JAVA = java --JAVAC = javac +-JAVAC = javac -g -JAVADOC = javadoc +JAR = !!JAVA_HOME!!/bin/jar +JAVA = !!JAVA_HOME!!/bin/java @@ -15,18 +15,11 @@ RM = rm -f TOUCH = touch -@@ -27,11 +27,11 @@ - # 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) -+ ${MAKE} $$($(JAVA) makeVersion) +@@ -40,6 +40,7 @@ + @echo To compile, type: + @echo " $(MAKE) jdbc2" + @echo ------------------------------------------------------------ ++ $(MAKE) jdbc1 + + msg: @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 -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the |