diff options
-rw-r--r-- | databases/postgresql-devel-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql-devel/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql7/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql73-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql73/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql74-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql80-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql81-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql82-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql83-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql84-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql90-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql91-server/files/patch-ba | 32 | ||||
-rw-r--r-- | databases/postgresql92-server/files/patch-ba | 32 |
14 files changed, 448 insertions, 0 deletions
diff --git a/databases/postgresql-devel-server/files/patch-ba b/databases/postgresql-devel-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql-devel-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql-devel/files/patch-ba b/databases/postgresql-devel/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql-devel/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql7/files/patch-ba b/databases/postgresql7/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql7/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql73-server/files/patch-ba b/databases/postgresql73-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql73-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql73/files/patch-ba b/databases/postgresql73/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql73/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql74-server/files/patch-ba b/databases/postgresql74-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql74-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql80-server/files/patch-ba b/databases/postgresql80-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql80-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql81-server/files/patch-ba b/databases/postgresql81-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql81-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql82-server/files/patch-ba b/databases/postgresql82-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql82-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql83-server/files/patch-ba b/databases/postgresql83-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql83-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql84-server/files/patch-ba b/databases/postgresql84-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql84-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql90-server/files/patch-ba b/databases/postgresql90-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql90-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql91-server/files/patch-ba b/databases/postgresql91-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql91-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql92-server/files/patch-ba b/databases/postgresql92-server/files/patch-ba new file mode 100644 index 000000000000..5d64eff4e1d9 --- /dev/null +++ b/databases/postgresql92-server/files/patch-ba @@ -0,0 +1,32 @@ +--- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 ++++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 +@@ -10,10 +10,10 @@ + + FIND = find + IDL2JAVA = idltojava -fno-cpp -fno-tie +-JAR = jar +-JAVA = java +-JAVAC = javac +-JAVADOC = javadoc ++JAR = !!JAVA_HOME!!/bin/jar ++JAVA = !!JAVA_HOME!!/bin/java ++JAVAC = !!JAVA_HOME!!/bin/javac ++JAVADOC = !!JAVA_HOME!!/bin/javadoc + 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) + @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 !!JAVA_HOME!!/share/java/postgresql.jar + @echo to the class path. + @echo + @echo Then either add -Djdbc.drivers=postgresql.Driver to the |