----- Original Message -----
From: BSD baby <[EMAIL PROTECTED]>
Date: Thu, 12 Dec 2002 21:17:00 -0800
To: [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to