summaryrefslogtreecommitdiff
path: root/databases/postgresql81-server/files/patch-ba
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /databases/postgresql81-server/files/patch-ba
parentInstall sudoers in correct place. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Diffstat (limited to 'databases/postgresql81-server/files/patch-ba')
-rw-r--r--databases/postgresql81-server/files/patch-ba32
1 files changed, 0 insertions, 32 deletions
diff --git a/databases/postgresql81-server/files/patch-ba b/databases/postgresql81-server/files/patch-ba
deleted file mode 100644
index 129a60c3d2f3..000000000000
--- a/databases/postgresql81-server/files/patch-ba
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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 !!PREFIX!!/share/java/postgresql.jar
- @echo to the class path.
- @echo
- @echo Then either add -Djdbc.drivers=postgresql.Driver to the