FreeBSD Bugzilla – Attachment 42786 Details for
Bug 66649
update sysutils/roottail to version 1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.76 KB, created by
Giorgos Keramidas
on 2004-05-14 22:10:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Giorgos Keramidas
Created:
2004-05-14 22:10:21 UTC
Size:
2.76 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/sysutils/roottail/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- Makefile 6 Feb 2004 13:12:29 -0000 1.10 >+++ Makefile 14 May 2004 20:41:45 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= roottail >-PORTVERSION= 0.2 >+PORTVERSION= 1.1 > CATEGORIES= sysutils > MASTER_SITES= http://www.goof.com/pcg/marc/data/ > DISTNAME= root-tail-${PORTVERSION} >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/sysutils/roottail/distinfo,v >retrieving revision 1.6 >diff -u -r1.6 distinfo >--- distinfo 31 Mar 2004 03:11:30 -0000 1.6 >+++ distinfo 14 May 2004 20:42:54 -0000 >@@ -1,2 +1,2 @@ >-MD5 (root-tail-0.2.tar.gz) = 92c217c21c4388413b8fb3e0d9ffb6ac >-SIZE (root-tail-0.2.tar.gz) = 12014 >+MD5 (root-tail-1.1.tar.gz) = adb925c2781892bb5dcbdf9d5e579032 >+SIZE (root-tail-1.1.tar.gz) = 20124 >Index: files/patch-aa >=================================================================== >RCS file: /home/ncvs/ports/sysutils/roottail/files/patch-aa,v >retrieving revision 1.2 >diff -u -r1.2 patch-aa >--- files/patch-aa 29 Sep 2003 14:12:06 -0000 1.2 >+++ files/patch-aa 14 May 2004 20:49:44 -0000 >@@ -1,31 +1,32 @@ >---- root-tail.c.orig Wed May 8 22:54:47 2002 >-+++ root-tail.c Sun Mar 16 10:41:37 2003 >-@@ -86,6 +86,7 @@ >- void list_files(int); >- void force_reopen(int); >- void force_refresh(int); >-+void exit_now(int); >- void blank_window(int); >+--- root-tail.c.orig Thu Apr 8 22:58:28 2004 >++++ root-tail.c Fri May 14 23:48:58 2004 >+@@ -152,6 +152,7 @@ >+ void list_files (int); >+ void force_reopen (int); >+ void force_refresh (int); >++void exit_now (int); >+ void blank_window (int); > >- void InitWindow(void); >-@@ -128,6 +129,12 @@ >- redraw(); >+ void InitWindow (void); >+@@ -198,6 +199,13 @@ > } > >-+void exit_now(int signal) >+ void >++exit_now (int signal) > +{ >-+ fprintf (stderr, "Program exiting due to signal: %d\n", signal); >-+ exit(-1); >++ fprintf (stderr, "Program exiting due to signal: %d\n", signal); >++ exit(-1); > +} > + >- void blank_window(int dummy) >++void >+ blank_window (int dummy) > { >- XClearWindow(disp, root); >-@@ -685,6 +692,7 @@ >- install_signal(SIGHUP, force_reopen); >- install_signal(SIGUSR1, list_files); >- install_signal(SIGUSR2, force_refresh); >-+ install_signal(SIGSEGV, exit_now); >+ XClearArea (disp, root, win_x, win_y, width + MARGIN_OF_ERROR, height, False); >+@@ -1501,6 +1509,7 @@ >+ install_signal (SIGHUP, force_reopen); >+ install_signal (SIGUSR1, list_files); >+ install_signal (SIGUSR2, force_refresh); >++ install_signal (SIGSEGV, exit_now); > >- if (opt_daemonize) >- daemonize(); >+ if (opt_daemonize) >+ daemonize (); >--- patch end ----------------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 66649
: 42786