Date: Wed, 29 Dec 1999 10:48:11 -0800 (PST) From: dkwiebe@hagenhomes.com To: freebsd-gnats-submit@freebsd.org Subject: ports/15764: changes to /editors/staroffice5 Message-ID: <19991229184811.DF77D15717@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15764 >Category: ports >Synopsis: changes to /editors/staroffice5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 10:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Darren Wiebe >Release: Current >Organization: Hagen Homes Ltd. >Environment: FreeBSD darren.hagens.ab.ca 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Dec 26 04:43:47 MST 1999 root@darren.hagens.ab.ca:/usr/src-current/sys/compile/CURRENT i386 >Description: This patch adds another distribution site for patches and also adds support and changes the default for the tmpdir variable. >How-To-Repeat: N/A >Fix: *** Makefile.orig Thu Dec 30 10:29:31 1999 --- Makefile Thu Dec 30 10:32:21 1999 *************** *** 31,36 **** --- 31,37 ---- NO_BUILD= yes DIST_SUBDIR= staroffice5 WRKSRC= ${WRKDIR}/so51inst + TEMPDIR= ${WRKDIR}/tmp .include <bsd.port.pre.mk> *************** *** 60,72 **** @${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins do-install: ! @${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf ! @${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf ! @PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp ! @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib ! @/usr/compat/linux/sbin/ldconfig @${CAT} ${PKGDIR}/MESSAGE ! @-${WRKDIR}/so51inst/office51/setup /net # A seperate target as we need to be able to run this stuff independantly. post-install: --- 61,74 ---- @${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins do-install: ! @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp ! @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @${ECHO} "${TEMPDIR}/sv001.tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @PATH=${PATH}:${TEMPDIR}/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp ! @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TEMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib ! @/usr/compat/linux/sbin/ldconfig -f ${TMPDIR}/ld.so.conf.tmp @${CAT} ${PKGDIR}/MESSAGE ! @-TEMP=${TEMPDIR} ${WRKDIR}/so51inst/office51/setup /net # A seperate target as we need to be able to run this stuff independantly. post-install: >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?19991229184811.DF77D15717>