Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2001 00:48:09 +0100 (CET)
From:      mb@imp.ch
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25485: [PATCH] ports/french/staroffice52 PR25443, PR25231, PR24049
Message-ID:  <200103012348.f21Nm9E49600@levais.imp.ch>

next in thread | raw e-mail | index | archive | help

>Number:         25485
>Category:       ports
>Synopsis:       ldconfig error during Staroffice Installation
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 01 15:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martin Blapp
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Improware AG
>Environment:
 
FreeBSD STABLE > 4.1
 
>Description:
 
See PR25443, PR25231, PR24049
 
>How-To-Repeat:
 
Install SO5.2 with different $PATH where /usr/bin is before /bin.

>Fix:
 
--- ports/french/staroffice52/Makefile.orig     Thu Mar  1 23:56:59 2001
+++ ports/french/staroffice52/Makefile  Thu Mar  1 23:57:03 2001
@@ -38,6 +38,7 @@
 LD_PATH=       ${TMPDIR}:${WRKSRC}:${LINUXBASE}/linux/lib:${LINUXBASE}/usr/lib
 INSTDB.INS=    ${PREFIX}/office52/program/instdb.ins
 SUNSOLVE=      ${WRKDIR}/109939-02
+PATH=          "/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin"
 
 .include <bsd.port.pre.mk>
 
@@ -115,7 +116,7 @@
        @${LN} -fs ${LINUXBASE}/${PREFIX}/office52 ${PREFIX}/office52
 .endif
        @${CAT} ${PKGMESSAGE}
-       @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net'
+       @-SAL_IGNOREXERRORS=1 PATH=${PATH} TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net'
        @if [ -f ${PREFIX}/office52/program/setup ]; then \
                ${ECHO} ; \
                ${ECHO} Ignorez le message d\'erreur. StarOffice5.2 a correctement ; \
@@ -144,6 +145,6 @@
     
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103012348.f21Nm9E49600>