* [gentoo-commits] gentoo-x86 commit in app-admin/whowatch/files: whowatch-1.8.3-verbose.patch whowatch-1.8.3-exit.patch
@ 2012-11-05 3:01 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-05 3:01 UTC (permalink / raw
To: gentoo-commits
jer 12/11/05 03:01:57
Added: whowatch-1.8.3-verbose.patch
whowatch-1.8.3-exit.patch
Log:
Build verbosely. Fix the code that is used when the select() configure test fails (bug #441798 by Stephen Lecheler).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.1 app-admin/whowatch/files/whowatch-1.8.3-verbose.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/whowatch/files/whowatch-1.8.3-verbose.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/whowatch/files/whowatch-1.8.3-verbose.patch?rev=1.1&content-type=text/plain
Index: whowatch-1.8.3-verbose.patch
===================================================================
--- src/Makefile.in.org 2006-03-16 11:53:33.000000000 +0100
+++ src/Makefile.in 2012-11-05 03:45:48.854646487 +0100
@@ -35,7 +35,7 @@
top_builddir = .
-CC = @echo " Compiling" [$@] ; @CC@
+CC = @CC@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -60,7 +60,7 @@
whowatch_LDFLAGS =
CFLAGS = @CFLAGS@ -Wall -I. -ggdb
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = @echo " Creating" $@ ; @CC@
+CCLD = @CC@
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
all: whowatch
1.1 app-admin/whowatch/files/whowatch-1.8.3-exit.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/whowatch/files/whowatch-1.8.3-exit.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/whowatch/files/whowatch-1.8.3-exit.patch?rev=1.1&content-type=text/plain
Index: whowatch-1.8.3-exit.patch
===================================================================
--- a/src/whowatch.c
+++ b/src/whowatch.c
@@ -436,12 +436,12 @@
gettimeofday(&after, 0);
tv.tv_sec -= (after.tv_sec - before.tv_sec);
if(retval > 0) {
- int key = read_key();
+ key = getkey();
key_action(key);
}
if(tv.tv_sec <= 0) {
ticks++;
- periodic();
+ main_periodic();
tv.tv_sec = TIMEOUT;
}
#endif
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/whowatch/files: whowatch-1.8.3-verbose.patch whowatch-1.8.3-exit.patch
@ 2014-03-16 18:26 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-03-16 18:26 UTC (permalink / raw
To: gentoo-commits
jer 14/03/16 18:26:37
Removed: whowatch-1.8.3-verbose.patch
whowatch-1.8.3-exit.patch
Log:
Old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-16 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 3:01 [gentoo-commits] gentoo-x86 commit in app-admin/whowatch/files: whowatch-1.8.3-verbose.patch whowatch-1.8.3-exit.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-03-16 18:26 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox