From owner-freebsd-questions Thu Dec 12 21:33:10 2002 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 DC1D337B401 for ; Thu, 12 Dec 2002 21:33:08 -0800 (PST) Received: from ws5-2.us4.outblaze.com (205-158-62-133.outblaze.com [205.158.62.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 776A043EA9 for ; Thu, 12 Dec 2002 21:33:08 -0800 (PST) (envelope-from franklin_pierce@operamail.com) Received: (qmail 11448 invoked by uid 1001); 13 Dec 2002 05:33:08 -0000 Message-ID: <20021213053308.11447.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [65.28.10.43] by ws5-3.us4.outblaze.com with http for franklin_pierce@operamail.com; Thu, 12 Dec 2002 23:33:08 -0600 From: "Franklin Pierce" To: freebsd-questions@FreeBSD.ORG Date: Thu, 12 Dec 2002 23:33:08 -0600 Subject: Re: How do I patch my change into a source file in ports? X-Originating-Ip: 65.28.10.43 X-Originating-Server: ws5-3.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: BSD baby Date: Thu, 12 Dec 2002 21:17:00 -0800 To: freebsd-questions@FreeBSD.ORG Subject: How do I patch my change into a source file in ports? > I made a change . . . . . . A really dirty way to do it would be to: make extract patch; [patch your file here]; make install [beam with joy/crestfallen sigh] should actually make the patch stick for one compile \ (until you hit make clean or make distclean again) make clean deletes all the files in ${WRKDIR} to maek you pathc more permanent (on your system) \ you'll have to edit the Makefile and add a patch of \ your own to the proper directory. Love, Franklin Pierce -- _______________________________________________ Get your free email from http://mymail.operamail.com Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message