Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 16:31:02 -0500
From:      "Chris" <racerx@makeworld.com>
To:        <openoffice@FreeBSD.org>
Subject:   Cont.
Message-ID:  <000701c30528$a8580f80$9102a8c0@cbag.local>

next in thread | raw e-mail | index | archive | help
Actually - it dies somewhere AFTER here:
-------------------------------
do-install:
.if !defined(DISPLAY)
        #
        # UGLY hack to not have to specify a X-Display.
        #
        ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 &
${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
        @sleep 5
        @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" LD_LIBRARY_PATH=${LD_PATH}
\
                TEMP=${WRKDIR} DISPLAY=${DISPLAYHACK} \










      ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/setup -r:oo_setup.resp
        @-${CAT} ${WRKDIR}/.Xvfb.pid | xargs kill
        @${RM} -f ${WRKDIR}/.Xvfb.pid
.else
        @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" LD_LIBRARY_PATH=${LD_PATH}
\
                TEMP=${WRKDIR} DISPLAY=${DISPLAY} \










      ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/setup -r:oo_setup.resp
.endif
---------------------------
However, it seems to create the wrappers though.


Best regards,
                 Chris
______________________________________________________________________

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
______________________________________________________________________
       01010010011000010110001101100101011100100101100000000000



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701c30528$a8580f80$9102a8c0>