[PC-BSD Commits] r3372 - pbibuild/modules/vuze
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 30 09:54:11 PST 2009
Author: kris
Date: 2009-01-30 09:54:10 -0800 (Fri, 30 Jan 2009)
New Revision: 3372
Modified:
pbibuild/modules/vuze/build.sh
pbibuild/modules/vuze/pbi.conf
Log:
Rebuild vuze with teh right javavm
Modified: pbibuild/modules/vuze/build.sh
===================================================================
--- pbibuild/modules/vuze/build.sh 2009-01-30 16:29:43 UTC (rev 3371)
+++ pbibuild/modules/vuze/build.sh 2009-01-30 17:54:10 UTC (rev 3372)
@@ -9,6 +9,12 @@
# PORTVER = Version number of the port we used to build
##############################################################################
+# Copy over only the JRE portion
+cp -R /usr/local/diablo*jdk*/jre ${PBIDIR}/diablo-jre1.6.0
+
+# Make the javavms file
+echo "/Programs/LimeWire${PORTVER}/diablo-jre1.6.0/bin/java # DiabloCaffe1.6.0" > ${PBIDIR}/etc/javavms
+
# Remove some extra libraries we don't need
cd ${PBIDIR}/autolibs
rm -rf python*
Modified: pbibuild/modules/vuze/pbi.conf
===================================================================
--- pbibuild/modules/vuze/pbi.conf 2009-01-30 16:29:43 UTC (rev 3371)
+++ pbibuild/modules/vuze/pbi.conf 2009-01-30 17:54:10 UTC (rev 3372)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="06"
+BUILDKEY="01"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list