Date: Fri, 28 Jan 2000 12:08:23 -0800 (PST) From: dkwiebe@hagenhomes.com To: freebsd-gnats-submit@FreeBSD.org Subject: ports/16432: Fixing numerous minor problems with the StarOffice 5 port Message-ID: <20000128200823.2DA2615F15@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16432 >Category: ports >Synopsis: Fixing numerous minor problems with the StarOffice 5 port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 28 12:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Darren Wiebe >Release: Current >Organization: Hagenhomes.com >Environment: n/a >Description: This fixes the ${TEMPDIR} and ${TMPDIR} problem with the StarOffice5 port. It also puts my correct email address in. >How-To-Repeat: n/a >Fix: *** Makefile.orig Fri Jan 28 09:15:40 2000 --- Makefile Fri Jan 28 09:34:21 2000 *************** *** 9,22 **** DISTNAME= so51a_lnx_01 PKGNAME= staroffice-5.1a CATEGORIES= editors ! MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \ ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \ ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ EXTRACT_SUFX= .tar DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so ! MAINTAINER= dkiwebe@hagenhomes.com BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base --- 9,22 ---- DISTNAME= so51a_lnx_01 PKGNAME= staroffice-5.1a CATEGORIES= editors ! MASTER_SITES= http://www.hagenhomes.com/freebsd/files \ ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \ ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ EXTRACT_SUFX= .tar DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so ! MAINTAINER= dkwiebe@hagenhomes.com BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base *************** *** 30,36 **** NO_BUILD= yes DIST_SUBDIR= staroffice5 WRKSRC= ${WRKDIR}/so51inst ! TEMPDIR= ${WRKDIR}/tmp .include <bsd.port.pre.mk> --- 30,36 ---- NO_BUILD= yes DIST_SUBDIR= staroffice5 WRKSRC= ${WRKDIR}/so51inst ! TMPDIR= ${WRKDIR}/tmp .include <bsd.port.pre.mk> *************** *** 62,73 **** 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: --- 62,73 ---- do-install: @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @${ECHO} "${TMPDIR}/sv001.tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @PATH=${PATH}:${TMPDIR}/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp ! @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${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=${TMPDIR} ${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?20000128200823.2DA2615F15>