pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/openoffice2-bin Adding the pkgsrc library path is...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d26460ce1ad4
branches: trunk
changeset: 500605:d26460ce1ad4
user: mrauch <mrauch%pkgsrc.org@localhost>
date: Mon Oct 10 20:08:49 2005 +0000
description:
Adding the pkgsrc library path is useful only for a native version. This can
lead to native libraries being found instead of the required emulation ones
which in turn prevents startup of the program.
Noted by Geert Hendrickx in private mail.
diffstat:
misc/openoffice2-bin/Makefile | 3 ++-
misc/openoffice2-bin/files/soffice | 7 +------
2 files changed, 3 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r 23ca4babe232 -r d26460ce1ad4 misc/openoffice2-bin/Makefile
--- a/misc/openoffice2-bin/Makefile Mon Oct 10 20:08:43 2005 +0000
+++ b/misc/openoffice2-bin/Makefile Mon Oct 10 20:08:49 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/10 20:08:49 mrauch Exp $
PKGNAME= openoffice2-bin-2.0.0rc2
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=contrib/rc/2.0.0rc2/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff -r 23ca4babe232 -r d26460ce1ad4 misc/openoffice2-bin/files/soffice
--- a/misc/openoffice2-bin/files/soffice Mon Oct 10 20:08:43 2005 +0000
+++ b/misc/openoffice2-bin/files/soffice Mon Oct 10 20:08:49 2005 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: soffice,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+# $NetBSD: soffice,v 1.2 2005/10/10 20:08:49 mrauch Exp $
#
SOINST=@@PREFIX@@/openoffice.org@@OO_VER@@
@@ -20,9 +20,4 @@
# default data seg size is too small for java
ulimit -d `ulimit -H -d`
-
-# Let the standard pkgsrc libraries be found by dlopen()
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@@PREFIX@@/lib
-export LD_LIBRARY_PATH
-
exec ${SOINST}/program/soffice "$@"
Home |
Main Index |
Thread Index |
Old Index