From owner-freebsd-emulation Sun Dec 26 9:42:30 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id BC0DB14D94 for ; Sun, 26 Dec 1999 09:42:26 -0800 (PST) (envelope-from mb@imp.ch) Received: from mephisto.imp.ch (mb@mephisto.imp.ch [157.161.1.22]) by mail.imp.ch (8.9.3/8.9.3) with ESMTP id SAA27265; Sun, 26 Dec 1999 18:42:15 +0100 (MET) Received: from localhost (mb@localhost) by mephisto.imp.ch (8.9.3/8.9.3) with ESMTP id SAA20359; Sun, 26 Dec 1999 18:42:12 +0100 (MEZ) Date: Sun, 26 Dec 1999 18:42:12 +0100 From: Martin Blapp To: dkwiebe@heartland.ab.ca Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: German Staroffice Port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Also I have a patch laying here waiting for me to use which > will allow you to set the TMPDIR variable so that you don't have to use > your /tmp directory. I think I have a better solution: As temporary directory I only use ${WRKDIR}/tmp. Then I do a @${CP} /compat/linux/etc/ld.so.conf ${WRKDIR}/tmp/ld.so.conf.temp @${ECHO} "${WRKDIR}/tmp" >> ${WRKDIR}/tmp/ld.so.conf.temp @/usr/compat/linux/sbin/ldconfig -f ${WRKDIR}/tmp/ld.so.conf.temp So we use for the whole installation the temporary-dir ${WRKDIR}/tmp/. Writing into the original ld.so.conf had the bad effect that a make deinstall did not remove the entries. After six installations I had 12 entries there :) A make clean removes the tmp directory and everything works as it should. The /tmp/sv001 directory is not created anymore. Just look at my german pert version 1.1 I've just finished: http://www.attic.ch/ports/staroffice5-german11.tar.gz Martin PS: next week I'll be away, so I cannot answer any mails. Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message