From owner-freebsd-questions@FreeBSD.ORG Wed May 27 16:44:55 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70D691065869 for ; Wed, 27 May 2009 16:44:55 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id F158F8FC26 for ; Wed, 27 May 2009 16:44:54 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by ewy8 with SMTP id 8so1065411ewy.43 for ; Wed, 27 May 2009 09:44:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=eoxY+VxQBgWhAoSqM+JVuxqz3i1Z0fJh1Yni61BPyzM=; b=hZxPYrin6aPNUTdIWk32asiwmUOIxC82I+9CGOk1RhrSfF9PssxbbYzgtRPgFnlbmx GPwzeuA1uA0GjEcye7LTVWSfnNxj/hb17zFpCWLPHaoazML0fA9MImBkcnz2aDrX5ePY /Kwjf44rBnCJd5aSyTW5dZFICGzFejxLiVysk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=YzAM5phRxmdbSz0AKgyajkdaurVoT7oC3t9U+z0jUe2s25dTmJDwXLn8uEp8tl0U4d 1K6bLpwC9i4YRl77pKioZAEd6k8sfk6l0CkUWJgsjOgKcdiKlM7LBVNQdZX8ZcILItqR EbMUu4e6OicFva/ZF2y7bfKFGoGsu8c6tCvNo= MIME-Version: 1.0 Received: by 10.210.16.11 with SMTP id 11mr152805ebp.12.1243442693592; Wed, 27 May 2009 09:44:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 May 2009 09:44:53 -0700 Message-ID: From: Kurt Buff To: Wojciech Puchar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: Fwd: Patching? Probably a trivial question, but... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 16:44:56 -0000 On Wed, May 27, 2009 at 09:41, Wojciech Puchar wrote: >> time after taking the blindingly obvious step of deleting the 'work' >> directory. >> >> This seems to be a key part of the process. >> >> The patch doesn't install correctly, as the make process generates the > > it installs correctly for sure :) as you don't see errors Heh. Well, to be exact, yes, the patch installs without error. However, it breaks the program install. >> following: >> >> =C2=A0 =C2=A0HttpHeader.cc:127: error: 'ftSTr' was not declared in this = scope >> =C2=A0 =C2=A0*** Error code 1 >> >> and halts after a few more errors, but at least that indicates that >> *something* is happening with the patch file. >> >> This smells like progress. > > just patch a patch :) I'm working with the author on that... Kurt