pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice-linux Remove dependency on java.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05294597d196
branches:  trunk
changeset: 468590:05294597d196
user:      mrauch <mrauch%pkgsrc.org@localhost>
date:      Sun Feb 15 10:48:56 2004 +0000

description:
Remove dependency on java.

diffstat:

 misc/openoffice-linux/MESSAGE  |  11 +++++++----
 misc/openoffice-linux/Makefile |   8 ++------
 misc/openoffice-linux/PLIST    |   3 +--
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (75 lines):

diff -r 84336aa1b532 -r 05294597d196 misc/openoffice-linux/MESSAGE
--- a/misc/openoffice-linux/MESSAGE     Sun Feb 15 10:02:14 2004 +0000
+++ b/misc/openoffice-linux/MESSAGE     Sun Feb 15 10:48:56 2004 +0000
@@ -1,10 +1,13 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.5 2004/01/25 16:57:57 mrauch Exp $
+$NetBSD: MESSAGE,v 1.6 2004/02/15 10:48:56 mrauch Exp $
 
   OpenOffice has now been installed in ${PREFIX}/OpenOffice.org1.1.0.
 
   Before using this package for the first time, each user has to run
-  a setup program, which is automatically invoked at the first start. 
-  Thereafter, OpenOffice can be started using the
-  ${PREFIX}/bin/soffice command.
+  a setup program, which is automatically invoked at the first start of 
+  ${PREFIX}/bin/soffice.
+
+  For (optional) Java support, please run 
+  ${PREFIX}/OpenOffice.org1.1.0/program/jvmsetup
+  after having run the user setup program.
 ===========================================================================
diff -r 84336aa1b532 -r 05294597d196 misc/openoffice-linux/Makefile
--- a/misc/openoffice-linux/Makefile    Sun Feb 15 10:02:14 2004 +0000
+++ b/misc/openoffice-linux/Makefile    Sun Feb 15 10:48:56 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2004/02/14 17:35:00 mrauch Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/15 10:48:56 mrauch Exp $
 
 DISTNAME=              OOo_1.1.0_LinuxIntel_install
 PKGNAME=               openoffice-linux-1.1.0
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          http://mirrors.isc.org/pub/openoffice/stable/1.1.0/ \
                        http://www.fs.tum.de/~mrauch/OpenOffice/download/
@@ -25,9 +26,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PKG_JVM?=      sun-jdk
-PLIST_SUBST+=  JAVA_HOME="${PKG_JAVA_HOME:C/^${PREFIX}\///}"
-
 do-build:
 
 .if ${OPSYS} == "NetBSD"
@@ -56,7 +54,6 @@
 .for i in scalc sdraw simpress swriter
        ${LN} -sf ${PREFIX}/OpenOffice.org1.1.0/program/$i ${PREFIX}/bin/$i
 .endfor
-       ${LN} -sf ${PKG_JAVA_HOME} ${PKG_JAVA_HOME}/jre
 
 # everything specific to your OS/Arch goes into its own Makefile
 # group together i386, i486, i586 and i686 (for Linux)
@@ -67,5 +64,4 @@
 .  include "Makefile.${OPSYS}.${ARCH}"
 .endif
 
-.include "../../mk/java-vm.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 84336aa1b532 -r 05294597d196 misc/openoffice-linux/PLIST
--- a/misc/openoffice-linux/PLIST       Sun Feb 15 10:02:14 2004 +0000
+++ b/misc/openoffice-linux/PLIST       Sun Feb 15 10:48:56 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2004/02/14 17:35:00 mrauch Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/02/15 10:48:56 mrauch Exp $
 OpenOffice.org1.1.0/LICENSE
 OpenOffice.org1.1.0/LICENSE.html
 OpenOffice.org1.1.0/README
@@ -3942,7 +3942,6 @@
 bin/sdraw
 bin/simpress
 bin/swriter
-${JAVA_HOME}/jre
 @dirrm OpenOffice.org1.1.0/user/wordbook
 @dirrm OpenOffice.org1.1.0/user/uno_packages
 @dirrm OpenOffice.org1.1.0/user/template



Home | Main Index | Thread Index | Old Index