From owner-freebsd-ports@FreeBSD.ORG Sat Jul 3 14:25:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F7A16A4CE; Sat, 3 Jul 2004 14:25:34 +0000 (GMT) Received: from sally.dts-online.net (sally.dts-online.net [212.62.68.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A8F43D1F; Sat, 3 Jul 2004 14:25:33 +0000 (GMT) (envelope-from lkoeller@koellers.net) Received: from door.koellers.net (213-182-112-229.teleos-web.de [213.182.112.229]) by sally.dts-online.net (Postfix) with ESMTP id E4BF0217646; Sat, 3 Jul 2004 16:25:31 +0200 (CEST) Received: from odie.koellers.net (root@odie.koellers.net [192.168.4.2]) by door.koellers.net (8.12.11/8.12.8) with ESMTP id i63EPBKK099263; Sat, 3 Jul 2004 16:25:11 +0200 (CEST) (envelope-from lkoeller@koellers.net) Received: from odie.koellers.net (lkoeller@localhost [127.0.0.1]) by odie.koellers.net (8.12.11/8.12.9) with ESMTP id i63EPB1t020814; Sat, 3 Jul 2004 16:25:11 +0200 (CEST) (envelope-from lkoeller@odie.koellers.net) Message-Id: <200407031425.i63EPB1t020814@odie.koellers.net> X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 From: Lars =?iso-8859-1?Q?K=F6ller?= To: mbr@FreeBSD.org X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 14:25:34 -0000 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 = --- 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 = *************** *** 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--