From owner-freebsd-questions@FreeBSD.ORG Wed May 27 16:21:42 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 90C3E1065675 for ; Wed, 27 May 2009 16:21:42 +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 1FDF08FC1E for ; Wed, 27 May 2009 16:21:41 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by ewy8 with SMTP id 8so1046331ewy.43 for ; Wed, 27 May 2009 09:21:36 -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:content-type :content-transfer-encoding; bh=VKxowNFKaUvw3zKSrObd5Aad0x9Cc2H3kK0UT6letLc=; b=V+qmXm5M6KX84E3tH0HJCNnbqeUsUNSCVV5FZuqsnk2FsDCVy0Oepq7ompjYWMoyEV +9akzMh6QUWl6f7vOHTYPaNm0yNzGP3aE1SqiWFY//dVvd5z8ROycmD06641H2/5u7bh Ft8YtB5/ESzRsb5pdMi7Kr88B83FkEWHTwt6A= 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 :content-type:content-transfer-encoding; b=eXIsq8DSpiVWgsDV/C0kioTDo3CzhSL/H1wYkh2pFnD/5S30pb/Q1Ru/lQr9GWV0oZ fl7gLTlIZlYBh23KS79ZdKdnuNyv9TVTTp3RbaLc6xv/isWGVPMJDxsyAQBhAOdR+3BC R/IiZKES/iankhHvYOOfZxNzsVLzMvDObnpJE= MIME-Version: 1.0 Received: by 10.210.88.3 with SMTP id l3mr1886027ebb.46.1243441296050; Wed, 27 May 2009 09:21:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 May 2009 09:21:36 -0700 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: 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:21:43 -0000 I really should learn to hit reply-all on these lists... Kurt On Wed, May 27, 2009 at 08:54, Wojciech Puchar wrote: >> >> I've gotten a patch for a program in the ports tree from one of the >> authors of the program - not the port maintainer - to fix a small >> problem, but don't know how to install the updated port. > > i think it's best to add your patch to /usr/ports/blah/blah/files > > with name patch-something > > look at existing as an example That didn't seem to work. However, I've deleted the work directory after placing patch as you suggested, and am watching 'make' do its thing - after starting script to record the session. I should be able to examine that and see if it does as you think. Kurt