Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2000 16:02:29 -0700
From:      Darren Wiebe <dkwiebe@hagenhomes.com>
To:        ports@freebsd.org
Subject:   Staroffice 5 patch files.
Message-ID:  <38A49505.BF4E2AEA@hagenhomes.com>

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

I have a patch here for the /editors/staroffice5 port, of which I am the
maintainer.  However, with gnats being down I am not sure where to send
it.  I have included it here, seeing that it is not very large.

It does several things including part removal of the post-install
target, changes one of the sites were you can get the patches from, and
adds X11 as a dependancy to run.

Darren Wiebe
dkwiebe@hagenhomes.com

diff -crN staroffice5/Makefile staroffice5new/Makefile
*** staroffice5/Makefile        Sat Jan 29 14:52:21 2000
--- staroffice5new/Makefile     Mon Feb  7 14:35:30 2000
***************
*** 9,15 ****
  DISTNAME=     so51a_lnx_01
  PKGNAME=      staroffice-5.1a
  CATEGORIES=   editors
! MASTER_SITES= ftp://ftp.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/
--- 9,15 ----
  DISTNAME=     so51a_lnx_01
  PKGNAME=      staroffice-5.1a
  CATEGORIES=   editors
! MASTER_SITES= http://www.hagenhomes.com/dir/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/
***************
*** 19,25 ****
  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
  
  ONLY_FOR_ARCHS=       i386
  NO_CDROM=     'Must be downloaded direct from Sun via www interface'
--- 19,26 ----
  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
\
!               ${X11BASE}/bin/X:${PORTSDIR}/x11/XFree86
  
  ONLY_FOR_ARCHS=       i386
  NO_CDROM=     'Must be downloaded direct from Sun via www interface'
***************
*** 62,68 ****
  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
--- 63,69 ----
  do-install:
        @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp
        @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp
!       @${ECHO} "/usr/X11R6/lib" >> ${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
***************
*** 70,76 ****
        @-TEMP=${TMPDIR} ${WRKDIR}/so51inst/office51/setup /net
  
  # A seperate target as we need to be able to run this stuff
independantly.
! post-install:
        @${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
        @${INSTALL_DATA} ${_DISTDIR}/libofa517li.so
${PREFIX}/Office51/lib
        @${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so
${PREFIX}/Office51/lib
--- 71,77 ----
        @-TEMP=${TMPDIR} ${WRKDIR}/so51inst/office51/setup /net
  
  # A seperate target as we need to be able to run this stuff
independantly.
! #post-install:
        @${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
        @${INSTALL_DATA} ${_DISTDIR}/libofa517li.so
${PREFIX}/Office51/lib
        @${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so
${PREFIX}/Office51/lib
diff -crN staroffice5/pkg/MESSAGE staroffice5new/pkg/MESSAGE
*** staroffice5/pkg/MESSAGE     Tue Dec 14 16:14:36 1999
--- staroffice5new/pkg/MESSAGE  Mon Feb  7 14:02:18 2000
***************
*** 1,11 ****
  StarOffice 5.1a (Sun Version) Personal Install How-To
  
- Written By:
- Darren Wiebe
- dkwiebe@hagenhomes.com
- 
  You will very shortly be done a network install of StarOffice 5.1a.
- Once that is done run "make post-install".
  Once that is done exit X11 and run it again as the user that you
usually use.
  Then run "make install-user" and do a standard workstation install.
  It will now be ready to use.
--- 1,6 ----


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?38A49505.BF4E2AEA>