ports/sysutils/bubblemon-dockapp fix

2002-12-08 Thread Vasyl S. Smirnov
Hi,

Today I was trying to install bubblemon-dockapp from ports/sysutils,
and it failed to compile. I've made a small change in a source file
(one #include was missing), and have built it successfully.

My system was rebuilt on Dec 7 (5.0-RC), and ports cvsuped on Dec 6.

Could somebody please tell me what to do to make this change go to the
ports tree?

sv
-- 
[LPML-2001] [KPI-PMA] [FreeBSD] [NIN]
*
GPG fingerprint: 7175 B841 C13D 9FE6 BDE0  C5E3 1652 7026 0A30 1CED
Mail me with subject GPG-GETKEY to get my public key.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ports/sysutils/bubblemon-dockapp fix

2002-12-08 Thread Jan Stocker
You should make a diff and create a PR with send-pr(1)...


http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html

may be a help.

$ cd /usr/ports
$ cp x/y x/y.orig

make your changes in x/y

$ diff -urN x/y.orig x/y
$ send-pr




On Sun, 2002-12-08 at 15:14, Vasyl S. Smirnov wrote:
 Hi,
 
 Today I was trying to install bubblemon-dockapp from ports/sysutils,
 and it failed to compile. I've made a small change in a source file
 (one #include was missing), and have built it successfully.
 
 My system was rebuilt on Dec 7 (5.0-RC), and ports cvsuped on Dec 6.
 
 Could somebody please tell me what to do to make this change go to the
 ports tree?
 
 sv
-- 
Jan Stocker [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message