public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xdaf/files: xdaf-0.01.11.01-includes.patch
@ 2010-09-17  0:57 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-17  0:57 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/17 00:57:49

  Added:                xdaf-0.01.11.01-includes.patch
  Log:
  Respect LDFLAGS (bug #336295), CC, CFLAGS. Fix includes. New HOMEPAGE.
  
  (Portage version: 2.2_rc82/cvs/Linux i686)

Revision  Changes    Path
1.1                  x11-misc/xdaf/files/xdaf-0.01.11.01-includes.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdaf/files/xdaf-0.01.11.01-includes.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdaf/files/xdaf-0.01.11.01-includes.patch?rev=1.1&content-type=text/plain

Index: xdaf-0.01.11.01-includes.patch
===================================================================
--- a/cursors.c	2002-11-08 00:10:19.000000000 +0100
+++ b/cursors.c	2010-09-17 02:53:48.000000000 +0200
@@ -3,6 +3,7 @@
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <X11/cursorfont.h>
+#include <unistd.h> /* usleep() */
 
 #define CURSORS 4
 
--- a/procstat.c	2002-10-30 17:59:35.000000000 +0100
+++ b/procstat.c	2010-09-17 02:53:48.000000000 +0200
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h> /* strtoul() */
 
 #if defined(hpux)
 
--- a/version.c	2002-10-30 17:59:35.000000000 +0100
+++ b/version.c	2010-09-17 02:53:48.000000000 +0200
@@ -1,5 +1,6 @@
 #include "version.h"
 #include <string.h>
+#include <ctype.h> /* isalnum() */
 
 #define RELEASE_SIZE 80
 
--- a/xdaf.c	2002-11-02 14:44:02.000000000 +0100
+++ b/xdaf.c	2010-09-17 02:53:48.000000000 +0200
@@ -1,5 +1,6 @@
 #include <unistd.h>
 #include <stdio.h>
+#include <stdlib.h> /* exit() */
 #include <X11/Xlib.h>
 #include <X11/Intrinsic.h>
 #include <X11/StringDefs.h>






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdaf/files: xdaf-0.01.11.01-includes.patch
@ 2013-03-13 18:36 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-03-13 18:36 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/03/13 18:36:14

  Removed:              xdaf-0.01.11.01-includes.patch
  Log:
  x11-misc/xdaf removed, wrt bug #453202


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-13 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 18:36 [gentoo-commits] gentoo-x86 commit in x11-misc/xdaf/files: xdaf-0.01.11.01-includes.patch Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-17  0:57 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