From owner-freebsd-ports Fri Jun 7 12: 5:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gate.volant.org (gate.volant.org [207.111.218.246]) by hub.freebsd.org (Postfix) with ESMTP id 922AD37B407 for ; Fri, 7 Jun 2002 12:05:46 -0700 (PDT) Received: from 216-55-134-176.dsl.san-diego.abac.net ([216.55.134.176] helo=[192.168.0.13]) by gate.volant.org with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.33 #1) id 17GP3R-0006ax-00 for ports@freebsd.org; Fri, 07 Jun 2002 12:05:46 -0700 Date: Fri, 07 Jun 2002 12:05:39 -0700 From: Pat Lashley To: ports@freebsd.org Subject: Patch problems in OpenOffice1.0.0 port Message-ID: <331030000.1023476739@mccaffrey.phoenix.volant.org> X-Mailer: Mulberry/2.2.1 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to build the native OpenOffice.org 1.0.0 port on FreeBSD 4-STABLE. (CVSup'd 2002-05-30 10:59 PDT, reports itself as 4.6-RC) My ports tree was cvsupp'd at 2002-06-06 20:43 PDT. I'm using flags WITH_DEBUG=yes and USE_GCC=3.1 Everything builds fine for a while; then I get a 'already applied or reversed patch' errors in the stlport sub-build: ============= Building project stlport ============= /d1/ports-workdir/d3/ports/editors/openoffice/work/oo_1.0_src/stlport ------------- cd ./unxfbsd.pro/misc/build && cat ../../../STLport-4.5.patch | patch -p2 && touch so_patched Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** misc/STLport-4.5/src/fstream.cpp Tue Sep 4 19:10:12 2001 |--- misc/build/STLport-4.5/src/fstream.cpp Fri Jan 11 17:22:40 2002 -------------------------- Patching file STLport-4.5/src/fstream.cpp using Plan A... Reversed (or previously applied) patch detected! Assume -R? [y] Reversed (or previously applied) patch detected! Assume -R? [y] I have no idea which way to answer this; and the build is long enough that I'm disinclined to experiment... Thanks, -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message