From owner-freebsd-emulation Sun Oct 14 14:27:29 2001 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 8DFD737B407 for ; Sun, 14 Oct 2001 14:27:25 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9ELRLR49529; Sun, 14 Oct 2001 23:27:21 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sun, 14 Oct 2001 23:28:49 +0200 (CEST) From: Martin Blapp To: Marcel Moolenaar Cc: Subject: Re: Errors during staroffice6.0 tests In-Reply-To: <20011014141735.A14162@dhcp01.pn.xcllnt.net> Message-ID: <20011014232625.H63907-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Marcel, > I'm not sure this is the right thing to do. It doesn't look like a > bug in the XFree86-libs-4.0.3-5.i386.rpm package, which makes the > behaviour intentional. It's our (or mine at least) policy to install > packages without any modifications that are not related to them being > installed on FreeBSD. Adding a link would be such a modification. > It's even more a hack if we're only creating one such link while none > of the libraries have *.so links. > > It looks like a problem that tis local to SO. Thoughts? I've done a workaround now with: +.if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) + @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${WRKDIR}/tmp/libXrender.so +.endif during the installation and +.if !exists(${LINUXBASE}/usr/X11R6/lib/libXrender.so) + @${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0 ${PREFIX}/${SOVERSION}/program/libXrender.so +.endif for the post-install section. This works ok Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message