From 1515c6a2074bad34ae1483f1e57dd1e761ab8641 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 30 Apr 2000 19:41:31 +0000 Subject: Portlint, deinstall cleanly, and put the .jar files where they belong. PR: 17835 Submitted by: Palle Girgensohn --- www/apache-jserv/files/patch-ad | 6 +++--- www/apache-jserv/files/patch-af | 2 +- www/apache-jserv/files/patch-ah | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 www/apache-jserv/files/patch-ah (limited to 'www/apache-jserv/files') diff --git a/www/apache-jserv/files/patch-ad b/www/apache-jserv/files/patch-ad index ab3f5a8b5b9c..b466feeb11af 100644 --- a/www/apache-jserv/files/patch-ad +++ b/www/apache-jserv/files/patch-ad @@ -1,11 +1,11 @@ ---- conf/jserv.properties.in.orig Wed Jan 26 18:26:31 2000 -+++ conf/jserv.properties.in Wed Jan 26 18:28:44 2000 +--- conf/jserv.properties.in.orig Sat Jan 15 01:58:57 2000 ++++ conf/jserv.properties.in Fri Apr 7 01:57:42 2000 @@ -53,8 +53,15 @@ # MUST NOT be in this classpath or the classpath of the shell # you start the Apache from. # -wrapper.classpath=@JSERV_CLASSES@ -+wrapper.classpath=@libexecdir@/ApacheJServ.jar ++wrapper.classpath=@prefix@/share/java/classes/ApacheJServ.jar wrapper.classpath=@JSDK_CLASSES@ +# Uncomment if you use Cocoon. +#wrapper.classpath=@prefix@/share/java/classes/Cocoon.jar diff --git a/www/apache-jserv/files/patch-af b/www/apache-jserv/files/patch-af index 6e055125da78..69c4bf4f09c9 100644 --- a/www/apache-jserv/files/patch-af +++ b/www/apache-jserv/files/patch-af @@ -16,7 +16,7 @@ + i += size; + } + stream.close(); -+ return new ByteArrayInputStream(data);; ++ return new ByteArrayInputStream(data); } else { return null; } diff --git a/www/apache-jserv/files/patch-ah b/www/apache-jserv/files/patch-ah new file mode 100644 index 000000000000..efa2c044ea32 --- /dev/null +++ b/www/apache-jserv/files/patch-ah @@ -0,0 +1,11 @@ +--- src/java/Makefile.in.orig Fri Apr 7 01:36:25 2000 ++++ src/java/Makefile.in Fri Apr 7 01:37:51 2000 +@@ -109,7 +109,7 @@ + SUBDIRS = org + + ARCHIVE = $(PACKAGE).jar +-jardir = ${libexecdir} ++jardir = $(prefix)/share/java/classes + jar_DATA = ${ARCHIVE} + + # VT: NOTE: This is not going to be as bad as in ECS because the findstring -- cgit v1.2.3