Date: Sat, 03 Jul 2004 16:25:11 +0200 From: Lars =?iso-8859-1?Q?K=F6ller?= <lars@koellers.net> To: mbr@FreeBSD.org Cc: lkoeller@freebsd.org Subject: Patch Update for Staroffice7.0 Message-ID: <200407031425.i63EPB1t020814@odie.koellers.net>
next in thread | raw e-mail | index | archive | help
This is a multipart MIME message. --==_Exmh_-20753500000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable -------- Hi, I've just hacked an update for german Staroffice7. The problem was that the new patch 116518-04 was in .zip format. The Makefile diff ist attached, you still have to update the distinfo file. Alas the install of the patch will fail. Perhaps you could find a = solution. Thanks and regards Lars -- = Lars K=F6ller E-Mail: lars@koellers.net (LKoeller@FreeBSD.ORG) -------- FreeBSD, was sonst? ---- http://www.de.freebsd.org -------- --==_Exmh_-20753500000 Content-Type: text/plain ; name="Makefile.diff"; charset=iso-8859-1 Content-Description: Makefile.diff Content-Disposition: attachment; filename="Makefile.diff" Content-Transfer-Encoding: quoted-printable *** Makefile.org Sun May 23 00:16:33 2004 --- Makefile Sat Jul 3 16:05:06 2004 *************** *** 16,30 **** ftp://ftp.cs.tu-berlin.de/pub/sun/sun-fixes/.../:patch DISTNAME=3D so-7-ga-bin-linux-de.bin .if !defined(USE_CDROM) ! DISTFILES=3D so-7-ga-bin-linux-de.bin 116518-03.tar:patch .else ! DISTFILES=3D 116518-03.tar:patch .endif .if defined(WITH_ADABAS) DISTFILES+=3D soa-7-ga-bin-linux-de.bin .endif = ! EXTRACT_ONLY=3D 116518-03.tar = MAINTAINER=3D mbr@FreeBSD.org COMMENT=3D Wordprocessor/dbase/spreadheet/drawing/chart --- 16,31 ---- ftp://ftp.cs.tu-berlin.de/pub/sun/sun-fixes/.../:patch DISTNAME=3D so-7-ga-bin-linux-de.bin .if !defined(USE_CDROM) ! DISTFILES=3D so-7-ga-bin-linux-de.bin 116518-04.zip:patch .else ! DISTFILES=3D 116518-04.zip:patch .endif .if defined(WITH_ADABAS) DISTFILES+=3D soa-7-ga-bin-linux-de.bin .endif = ! USE_ZIP=3D yes ! EXTRACT_ONLY=3D 116518-04.zip = MAINTAINER=3D mbr@FreeBSD.org COMMENT=3D Wordprocessor/dbase/spreadheet/drawing/chart *************** *** 42,48 **** INSTDB.INS=3D ${PREFIX}/${SOVERSION}/program/instdb.ins SUNSOLVE=3D ${WRKDIR}/112887-04 ADABAS_DIST=3D soa-7-ga-bin-linux-de.bin ! PATCH_DIST=3D so-7-pp2-bin-linux.bin = .include <bsd.port.pre.mk> = --- 43,49 ---- INSTDB.INS=3D ${PREFIX}/${SOVERSION}/program/instdb.ins SUNSOLVE=3D ${WRKDIR}/112887-04 ADABAS_DIST=3D soa-7-ga-bin-linux-de.bin ! PATCH_DIST=3D so-7-pp3-bin-linux.bin = .include <bsd.port.pre.mk> = *************** *** 119,125 **** @${FALSE} .endif .if defined(USE_CDROM) ! DLTEST=3D116518-03.tar .else .if exists(/cdrom/linux/office7/setup) @${ECHO} --- 120,126 ---- @${FALSE} .endif .if defined(USE_CDROM) ! DLTEST=3D116518-04.zip .else .if exists(/cdrom/linux/office7/setup) @${ECHO} *************** *** 252,258 **** ${WRKSRC}/patchsetup.resp @-SAL_IGNOREXERRORS=3D1 PATH=3D"/bin:${PATH}" LD_LIBRARY_PATH=3D${LD_P= ATH} \ TEMP=3D${TMPDIR} ${LINUXBASE}/bin/sh -c 'umask 022 && \ ! ${WRKSRC}/../116518-03/${PATCH_DIST} -patch:${PREFIX}/${SOVERSION}\ -r:${WRKSRC}/patchsetup.resp' = install-update: --- 253,259 ---- ${WRKSRC}/patchsetup.resp @-SAL_IGNOREXERRORS=3D1 PATH=3D"/bin:${PATH}" LD_LIBRARY_PATH=3D${LD_P= ATH} \ TEMP=3D${TMPDIR} ${LINUXBASE}/bin/sh -c 'umask 022 && \ ! ${WRKSRC}/../116518-04/${PATCH_DIST} -patch:${PREFIX}/${SOVERSION}\ -r:${WRKSRC}/patchsetup.resp' = install-update: --==_Exmh_-20753500000--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407031425.i63EPB1t020814>