From owner-freebsd-questions@FreeBSD.ORG Fri Dec 16 07:50:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C1FA16A41F for ; Fri, 16 Dec 2005 07:50:52 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD44843D4C for ; Fri, 16 Dec 2005 07:50:51 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EnALO-0008S0-Q5 for freebsd-questions@freebsd.org; Fri, 16 Dec 2005 08:49:34 +0100 Received: from port-212-202-34-162.dynamic.qsc.de ([212.202.34.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 08:49:34 +0100 Received: from Markus by port-212-202-34-162.dynamic.qsc.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 08:49:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Markus Trippelsdorf Date: Fri, 16 Dec 2005 07:48:08 +0000 (UTC) Lines: 16 Message-ID: References: <200512161727.43205.no-spam@swiftdsl.com.au> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: port-212-202-34-162.dynamic.qsc.de User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: Patching a port 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: Fri, 16 Dec 2005 07:50:52 -0000 On 2005-12-16, Ian Moore wrote: > I'm having some trouble with the www/sarg port. The writer has sent me a=20 > couple of .patch files to apply and I'm wondering if there's some way to=20 > apply those patches and still use the ports system to build & install the=20 > port. > I know the source code installs stuff in places that aren't the standard FB= > SD=20 > locations - I assume they are the norm for Linux. The port fixes that and=20 > puts stuff where we expect it to be. > It would make life easier if I could apply the patches and then build the p= > ort=20 make patch -apply your patches- make install clean -- Markus