From owner-freebsd-questions@FreeBSD.ORG Wed May 27 16:39:14 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 D8CA610656A3 for ; Wed, 27 May 2009 16:39:14 +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 319A08FC08 for ; Wed, 27 May 2009 16:39:10 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by ewy8 with SMTP id 8so1060528ewy.43 for ; Wed, 27 May 2009 09:39:09 -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=nCcPkU88X5iZYcw0wE3H8xBK/iMZSr/ie3yp8NnS/hk=; b=M3XhMhqbJQg+z4ea3pa7Z89JvECS44OmspyGywZdJzA83H4zrzeDEEM88x95cCGKHx d4QUzIU4MriTGyyCm8JKiR57dmYHMTh3bqEGBsAiiQM+WAohfWhTFXywF15CmUwM5MQn nmANSx3d/BBUhqoSttNpEBjYVuOODNI5VN3W4= 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=aINe92okO9e1sdAMvcTNBBV08hLagR5GsiHAs5yAwVJd1bExZviODpTNDZ+kESnQ/V VrZnT2yJYVieT2C+0GXQfYpgziL2EnpnnCt1B/I4mj51OSrCyjhijNEbUYi4ex6rei9B 07j/h4O/n2YINRqC89Q5hPPjR4LL/5Ri3KMGY= MIME-Version: 1.0 Received: by 10.210.28.18 with SMTP id b18mr125898ebb.64.1243442349472; Wed, 27 May 2009 09:39:09 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 May 2009 09:39:09 -0700 Message-ID: From: Kurt Buff To: Wojciech Puchar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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:39:15 -0000 On Wed, May 27, 2009 at 09:23, Wojciech Puchar wrote: >>> with name patch-something >>> >>> look at existing as an example >> >> That didn't seem to work. > > what exactly doesn't? could you please post error messages? There were no error messages. Then, being the incredibly brilliant person I am, I tried again, this 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 following: HttpHeader.cc:127: error: 'ftSTr' was not declared in this scope *** 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. Kurt