diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-11 22:00:14 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-11 22:00:14 +0000 |
commit | 50b1f434a5d67565ac1a3e39c8a4e3b5815833f0 (patch) | |
tree | 935de2d5a1cbfddbbb767a8196648f7d92e54194 /net-p2p/limewire/files | |
parent | Update to 0.7.3 (diff) |
Add new port net/limewire - A Java based gnutella client
PR: ports/35266
Submitted by: Kyle Martin <mkm@ieee.org>
Reviewed by: lioux
Diffstat (limited to 'net-p2p/limewire/files')
-rw-r--r-- | net-p2p/limewire/files/patch-runLime.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-p2p/limewire/files/patch-runLime.sh b/net-p2p/limewire/files/patch-runLime.sh new file mode 100644 index 000000000000..0f970f9b8413 --- /dev/null +++ b/net-p2p/limewire/files/patch-runLime.sh @@ -0,0 +1,15 @@ +--- runLime.sh.orig Thu Mar 14 14:00:50 2002 ++++ runLime.sh Thu Jul 11 17:07:02 2002 +@@ -7,8 +7,9 @@ + # work around some limitations in the JDK1.3. For more information + # see http://java.sun.com/j2se/1.3/relnotes.html#vm + # +-CLASSPATH=".:collections.jar:xerces.jar:jl011.jar" +-export CLASSPATH ++CLASSPATH="%%JAR_DIR%%" + J2SE_PREEMPTCLOSE=1 + export J2SE_PREEMPTCLOSE +-java -jar RunLime.jar ++exec %%LOCALBASE%%/bin/javavm \ ++ -cp ${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar \ ++ -jar ${CLASSPATH}/LimeWire.jar |