[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11-apps: Changes to 'debian-experimental'



 x11perf/ChangeLog        |   73 
 x11perf/aclocal.m4       |  134 -
 x11perf/config.guess     |   18 
 x11perf/config.sub       |   76 
 x11perf/configure        |  211 +-
 x11perf/configure.ac     |   18 
 x11perf/do_tests.c       |    2 
 x11perf/do_traps.c       |    2 
 x11perf/x11perf.c        |   11 
 x11perf/x11perf.h        |    2 
 xcalc/ChangeLog          |  116 +
 xcalc/Makefile.am        |   22 
 xcalc/Makefile.in        |   24 
 xcalc/aclocal.m4         |  837 +++++++-
 xcalc/actions.c          |    1 
 xcalc/app-defaults/XCalc |    2 
 xcalc/config.guess       |   18 
 xcalc/config.sub         |   76 
 xcalc/configure          | 1711 ++++++-----------
 xcalc/configure.ac       |   31 
 xcalc/math.c             |    6 
 xcalc/xcalc.c            |    4 
 xcalc/xcalc.h            |    2 
 xcalc/xcalc.man          |    3 
 xeyes/COPYING            |   29 
 xeyes/ChangeLog          |  195 +-
 xeyes/Eyes.c             |    2 
 xeyes/Eyes.h             |    3 
 xeyes/EyesP.h            |    3 
 xeyes/INSTALL            |  291 +++
 xeyes/Makefile.am        |   30 
 xeyes/Makefile.in        |   48 
 xeyes/aclocal.m4         | 2128 ++++++++++++++--------
 xeyes/config.guess       |  213 --
 xeyes/config.h.in        |    3 
 xeyes/config.sub         |  112 -
 xeyes/configure          | 4533 ++++++++++++++++-------------------------------
 xeyes/configure.ac       |   31 
 xeyes/transform.c        |    1 
 xeyes/transform.h        |    1 
 xeyes/xeyes.c            |   35 
 xeyes/xeyes.man          |    4 
 42 files changed, 5459 insertions(+), 5603 deletions(-)

New commits:
commit f3bb68990f807a1d9ed024cd1bd248a7905be69b
Author: Robert Hooker <robert.hooker@canonical.com>
Date:   Fri Jan 7 10:51:36 2011 -0500

    xeyes 1.1.1

diff --git a/xeyes/COPYING b/xeyes/COPYING
index 7f33cbf..f968ebe 100644
--- a/xeyes/COPYING
+++ b/xeyes/COPYING
@@ -1,12 +1,25 @@
-This is a stub file.  This package has not yet had its complete licensing
-information compiled.  Please see the individual source files for details on
-your rights to use and modify this software.
+Copyright (c) 1991  X Consortium
 
-Please submit updated COPYING files to the Xorg bugzilla:
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
 
-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
 
-All licensing questions regarding this software should be directed at the
-Xorg mailing list:
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
 
-http://lists.freedesktop.org/mailman/listinfo/xorg
+Except as contained in this notice, the name of the X Consortium shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from the X Consortium.
diff --git a/xeyes/ChangeLog b/xeyes/ChangeLog
index d8e40d1..65866a2 100644
--- a/xeyes/ChangeLog
+++ b/xeyes/ChangeLog
@@ -1,6 +1,109 @@
+commit 72e65631bb3d3bb4f65b5d841ca5d409dff07e20
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Wed Nov 24 23:28:41 2010 -0800
+
+    xeyes 1.1.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit cf26a29230cd3ccd79fc8c113dab12a47e244f7a
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Sat Nov 20 17:33:52 2010 -0800
+
+    Make usage message fit into 80-column lines
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit f6a9256db2c463f73982c79378b563d92a6ff180
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Sat Nov 20 17:24:20 2010 -0800
+
+    Remove trailing whitespace
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 906c634e85111deac379f0a8e664c933d31c97d8
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Mon Nov 8 23:35:55 2010 -0800
+
+    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+    
+    Regroup AC statements under the Autoconf initialization section.
+    Regroup AM sttaements under the Automake initialization section.
+    Add missing AC_CONFIG_SRCDIR
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit b24dce8f95cbed1a91a989a783eb1fdd36335bf1
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Mon Nov 8 23:34:03 2010 -0800
+
+    config: Remove unnecessary calls from configure.ac
+    
+    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
+    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 34ea83ac16ce3bc55aedd9d8e73e3d4a04bafdcc
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Mon Nov 8 23:31:22 2010 -0800
+
+    config: upgrade to util-macros 1.8 for additional man page support
+    
+    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+    The value of MAN_SUBST is the same for all X.Org packages.
+    
+    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
+    Enables use of platform appropriate version of sed.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit a10b0c4b0445a2b4e12916ee0498db533fde86fd
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Mon Nov 8 23:30:16 2010 -0800
+
+    config: update AC_PREREQ statement to 2.60
+    
+    Unrelated to the previous patches, the new value simply reflects
+    the reality that the minimum level for autoconf to configure
+    all x.org modules is 2.60 dated June 2006.
+    
+    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit fcda75a70b29e1532a2a5f33058f3882bcad2642
+Author: Jesse Adkins <jesserayadkins@gmail.com>
+Date:   Tue Sep 28 13:29:49 2010 -0700
+
+    Purge cvs tags.
+    
+    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
+
+commit 2cbe4f83d4b24794679bda517573f907bb3de710
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date:   Fri Aug 6 09:04:12 2010 -0700
+
+    Fill in COPYING file with copyright notices from source code
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 96a593c4a221db4b31041e01053e907bedd60519
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date:   Thu Feb 11 10:08:06 2010 -0500
+
+    config: move CWARNFLAGS from configure.ac to Makefile.am
+    
+    Compiler warning flags should be explicitly set in the makefile
+    rather than being merged with other packages compiler flags.
+    
+    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
 commit a2c8bc28a57474cda77769292aabe1d9f73839a5
 Author: James Cloos <cloos@jhcloos.com>
-Date:   Fri Dec 18 09:44:32 2009 -0500
+Date:   Fri Dec 18 09:44:56 2009 -0500
 
     xeyes 1.1.0
     
@@ -8,7 +111,7 @@ Date:   Fri Dec 18 09:44:32 2009 -0500
 
 commit e134d57ac54b77269252b7f73f0e84d08ded5212
 Author: Gaetan Nadon <memsize@videotron.ca>
-Date:   Thu Nov 26 09:19:29 2009 -0500
+Date:   Thu Nov 26 09:19:53 2009 -0500
 
     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
     
@@ -17,7 +120,7 @@ Date:   Thu Nov 26 09:19:29 2009 -0500
 
 commit 6e387e3329722dc9a09b481dbd15f441f39aa054
 Author: Gaetan Nadon <memsize@videotron.ca>
-Date:   Wed Oct 28 14:08:44 2009 -0400
+Date:   Wed Oct 28 14:09:08 2009 -0400
 
     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
     
@@ -28,7 +131,7 @@ Date:   Wed Oct 28 14:08:44 2009 -0400
 
 commit 34ddbb1213cc4c061409cf6e3883683f6ed8dc92
 Author: Gaetan Nadon <memsize@videotron.ca>
-Date:   Tue Oct 27 15:07:00 2009 -0400
+Date:   Tue Oct 27 15:07:24 2009 -0400
 
     Deploy the new XORG_DEFAULT_OPTIONS #24242
     
@@ -38,7 +141,7 @@ Date:   Tue Oct 27 15:07:00 2009 -0400
 
 commit d1c05b6bb985c00447b3eef598fc6c9b5a95134b
 Author: Gaetan Nadon <memsize@videotron.ca>
-Date:   Mon Oct 26 22:08:14 2009 -0400
+Date:   Mon Oct 26 22:08:38 2009 -0400
 
     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
     
@@ -47,7 +150,7 @@ Date:   Mon Oct 26 22:08:14 2009 -0400
 
 commit 3195a5dc486e6daa2ed9754ffd7d2e12da7906a2
 Author: Gaetan Nadon <memsize@videotron.ca>
-Date:   Thu Oct 22 12:33:51 2009 -0400
+Date:   Thu Oct 22 12:34:15 2009 -0400
 
     .gitignore: use common defaults with custom section # 24239
     
@@ -57,7 +160,7 @@ Date:   Thu Oct 22 12:33:51 2009 -0400
 
 commit 6054c8c98d25752492b57b8ad7fd1d3679d23369
 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
-Date:   Wed Oct 21 12:46:56 2009 -0700
+Date:   Wed Oct 21 12:47:20 2009 -0700
 
     This is not a GNU project, so declare it foreign.
     
@@ -79,7 +182,7 @@ Date:   Wed Oct 21 12:46:56 2009 -0700
 
 commit 59a5be39cdbddb070cd4e4758848fd08aa5910a4
 Author: James Cloos <cloos@jhcloos.com>
-Date:   Mon Oct 5 18:07:53 2009 -0400
+Date:   Mon Oct 5 18:08:17 2009 -0400
 
     Bump version for second beta release.
     
@@ -91,7 +194,7 @@ Date:   Mon Oct 5 18:07:53 2009 -0400
 
 commit 610889785caf41146505458beccc5e3662c233db
 Author: Dylan Simon <dylan@dylex.net>
-Date:   Sun Oct 4 17:41:30 2009 -0400
+Date:   Sun Oct 4 17:41:54 2009 -0400
 
     New -distance mapping option
     
@@ -102,7 +205,7 @@ Date:   Sun Oct 4 17:41:30 2009 -0400
 
 commit dc0f730a4a49f0e436a0a915955997b07bbf56e0
 Author: Dylan Simon <dylan@dylex.net>
-Date:   Sun Oct 4 17:38:43 2009 -0400
+Date:   Sun Oct 4 17:39:07 2009 -0400
 
     Cleanup and simplify calculation and drawing
     
@@ -120,7 +223,7 @@ Date:   Sun Oct 4 17:38:43 2009 -0400
 
 commit 7cc3aa8ce30990e12e7b102f61dfcaaf8baa4d16
 Author: Dylan Simon <dylan@dylex.net>
-Date:   Sun Oct 4 17:29:59 2009 -0400
+Date:   Sun Oct 4 17:30:23 2009 -0400
 
     Fix excessive redraw bug
     
@@ -131,7 +234,7 @@ Date:   Sun Oct 4 17:29:59 2009 -0400
 
 commit 6d9fdcfb076f4c261b071cc5c454c8b9ce560e68
 Author: James Cloos <cloos@jhcloos.com>
-Date:   Sat Oct 3 21:32:48 2009 -0400
+Date:   Sat Oct 3 21:33:12 2009 -0400
 
     Bump version for beta release.
     
@@ -141,7 +244,7 @@ Date:   Sat Oct 3 21:32:48 2009 -0400
 
 commit 41f604009c3c7b4a3d05311faa649c8152494700
 Author: James Cloos <cloos@jhcloos.com>
-Date:   Sat Oct 3 21:28:35 2009 -0400
+Date:   Sat Oct 3 21:28:59 2009 -0400
 
     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
     
@@ -149,7 +252,7 @@ Date:   Sat Oct 3 21:28:35 2009 -0400
 
 commit fd754c702c789f15ac1c0241e50dbb23aed354fc
 Author: Alan Coopersmith <alan.coopersmith@sun.com>
-Date:   Thu Oct 1 14:53:59 2009 -0700
+Date:   Thu Oct 1 14:54:23 2009 -0700
 
     Add README with pointers to mailing lists, bugzilla, & git
     
@@ -157,7 +260,7 @@ Date:   Thu Oct 1 14:53:59 2009 -0700
 
 commit 5e825a140f4022b88dd7a1a20a9a01b653f1a95c
 Author: Dylan Simon <dylan@dylex.net>
-Date:   Sun Sep 27 14:44:11 2009 -0400
+Date:   Sun Sep 27 14:44:35 2009 -0400
 
     Add xrender support
     
@@ -170,13 +273,13 @@ Date:   Sun Sep 27 14:44:11 2009 -0400
 
 commit dbb8401026c421d64a2962e6ac6eb900f6dc141e
 Author: Peter Hutterer <peter.hutterer@who-t.net>
-Date:   Fri Jul 17 19:21:15 2009 +1000
+Date:   Fri Jul 17 19:21:39 2009 +1000
 
     Split drawing code into multiple functions.
 
 commit 85f1441378b47c01aa68dd1479850c4cd1c8eb72
 Author: Peter Hutterer <peter.hutterer@who-t.net>
-Date:   Fri Jul 17 18:41:07 2009 +1000
+Date:   Fri Jul 17 18:41:31 2009 +1000
 
     Remove unused NUM_EYES define.
     
@@ -184,7 +287,7 @@ Date:   Fri Jul 17 18:41:07 2009 +1000
 
 commit e8bd6bcaf2cbe8306cc9a4821e8ea7a54a7e56a2
 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
-Date:   Tue Jan 13 17:42:23 2009 -0200
+Date:   Tue Jan 13 17:42:47 2009 -0200
 
     Ansification and compile warning fixes.
     
@@ -193,106 +296,106 @@ Date:   Tue Jan 13 17:42:23 2009 -0200
 
 commit 7e3208d263050d0ad4502f7d7d7d64d7ec84a4ad
 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
-Date:   Thu Nov 27 22:46:26 2008 -0800
+Date:   Thu Nov 27 22:46:49 2008 -0800
 
     AM_CFLAGS instead of xeyes_CFLAGS to shut automake up
 
 commit 53488fad7ef10ff8c4835bcd497cd3980be38b7a
 Author: James Cloos <cloos@jhcloos.com>
-Date:   Thu Dec 6 16:36:49 2007 -0500
+Date:   Thu Dec 6 16:37:12 2007 -0500
 
     Replace static ChangeLog with dist-hook to generate from git log
 
 commit ab449267ea2fcae6261e57f42bfb54d2205c470f
 Author: James Cloos <cloos@jhcloos.com>
-Date:   Mon Sep 3 05:50:58 2007 -0400
+Date:   Mon Sep 3 05:51:21 2007 -0400
 
     Add *~ to .gitignore to skip patch/emacs droppings
 
 commit 07dfa4cb3ff0c9a94bea85db0e571fbb2cfe9161
 Author: James Cloos <cloos@jhcloos.com>
-Date:   Thu Aug 23 19:24:22 2007 -0400
+Date:   Thu Aug 23 19:24:45 2007 -0400
 
     Rename .cvsignore to .gitignore
 
 commit ecb2095318d7233e8cfa3a58626c31f770be6ee7
 Author: Kevin E Martin <kem@kem.org>
-Date:   Wed Dec 21 02:29:27 2005 +0000
+Date:   Wed Dec 21 02:29:49 2005 +0000
 
     Update package version for X11R7 release.
 
 commit 3aae44d6b3c9332f73fbeacb39e9c928a2002164
 Author: Adam Jackson <ajax@nwnk.net>
-Date:   Mon Dec 19 16:22:21 2005 +0000
+Date:   Mon Dec 19 16:22:43 2005 +0000
 
     Stub COPYING files
 
 commit 41b039a4861154d82bdd3e6ea1b6697b16205b93
 Author: Kevin E Martin <kem@kem.org>
-Date:   Thu Dec 15 00:23:44 2005 +0000
+Date:   Thu Dec 15 00:24:06 2005 +0000
 
     Update package version number for final X11R7 release candidate.
 
 commit bc99738464950416207d43a4a4db970bd0563d56
 Author: Kevin E Martin <kem@kem.org>
-Date:   Tue Dec 6 22:47:59 2005 +0000
+Date:   Tue Dec 6 22:48:21 2005 +0000
 
     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
 
 commit 266b7244e16ec2f82bdfb1bd346951761e0d27e2
 Author: Kevin E Martin <kem@kem.org>
-Date:   Sat Dec 3 05:48:58 2005 +0000
+Date:   Sat Dec 3 05:49:20 2005 +0000
 
     Update package version number for X11R7 RC3 release.
 
 commit 4298a74b61a6aa8ac36b2d820e147e44ab0f5e32
 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
-Date:   Mon Nov 28 22:01:19 2005 +0000
+Date:   Mon Nov 28 22:01:41 2005 +0000
 
     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
 
 commit 69160791a057704e9a83794420d2349ae8bbbe1c
 Author: Eric Anholt <anholt@freebsd.org>
-Date:   Mon Nov 21 10:34:38 2005 +0000
+Date:   Mon Nov 21 10:35:00 2005 +0000
 
     Another pass at .cvsignores for apps.
 
 commit ba6118981be2d3a058a08cd1621113cc8e4a42f8
 Author: Eric Anholt <anholt@freebsd.org>
-Date:   Sun Nov 20 22:08:30 2005 +0000
+Date:   Sun Nov 20 22:08:52 2005 +0000
 
     Add/improve .cvsignore files for apps.
 
 commit 6772ce855c078b40635ad62f47da741c037e05c5
 Author: Kevin E Martin <kem@kem.org>
-Date:   Wed Oct 19 02:47:31 2005 +0000
+Date:   Wed Oct 19 02:47:53 2005 +0000
 
     Update package version number for RC1 release.
 
 commit 8001fd04f2d893e147b3b21fb4702c54e2919b1d
 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
-Date:   Mon Oct 17 23:56:00 2005 +0000
+Date:   Mon Oct 17 23:56:22 2005 +0000
 
     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
         work better with BSD make
 
 commit 1f61a27ce249d94b4be20db22cb84642a4d8a480
 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
-Date:   Fri Oct 14 00:25:23 2005 +0000
+Date:   Fri Oct 14 00:25:45 2005 +0000
 
     Use sed to fill in variables in man page
 
 commit 79456c023b864e06b3ab3c6c93106772286b10ae
 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
-Date:   Mon Aug 1 20:25:07 2005 +0000
+Date:   Mon Aug 1 20:25:29 2005 +0000
 
     Install man pages to section 1 instead of section m (Patch from Donnie
         Berkholz)
 
 commit 8119360377d17461578cfb26e07c98df6bbe560d
 Author: Kevin E Martin <kem@kem.org>
-Date:   Fri Jul 29 21:22:10 2005 +0000
+Date:   Fri Jul 29 21:22:32 2005 +0000
 
     Various changes preparing packages for RC0:
     - Verify and update package version numbers as needed
@@ -306,67 +409,67 @@ Date:   Fri Jul 29 21:22:10 2005 +0000
 
 commit 9da2af8715937921c718733e309471f565614c99
 Author: Kevin E Martin <kem@kem.org>
-Date:   Thu Jul 28 15:56:50 2005 +0000
+Date:   Thu Jul 28 15:57:12 2005 +0000
 
     Fix distcheck for remaining apps
 
 commit ae49bb18f5feab2b70e6faae046bb26058421d61
 Author: Adam Jackson <ajax@nwnk.net>
-Date:   Wed Jul 20 19:31:31 2005 +0000
+Date:   Wed Jul 20 19:31:53 2005 +0000
 
     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit c903caebf875d510cbd1f720ccc02bd03250d7c6
 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
-Date:   Fri Jul 1 18:06:56 2005 +0000
+Date:   Fri Jul 1 18:07:18 2005 +0000
 
     Xeyes build system
 
 commit 160c9f4f69bb2fd273c6223c7e4c6cda1523757f
 Author: Egbert Eich <eich@suse.de>
-Date:   Fri Apr 23 19:54:25 2004 +0000
+Date:   Fri Apr 23 19:54:47 2004 +0000
 
     Merging XORG-CURRENT into trunk
 
 commit 37db892d918e67bb13652d48f76d3da4c67f5d58
 Author: Egbert Eich <eich@suse.de>
-Date:   Sun Mar 14 08:34:58 2004 +0000
+Date:   Sun Mar 14 08:35:20 2004 +0000
 
     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
 
 commit e1eda60fd5b4634652d0505a13a2516515d8ff88
 Author: Egbert Eich <eich@suse.de>
-Date:   Wed Mar 3 12:12:43 2004 +0000
+Date:   Wed Mar 3 12:13:05 2004 +0000
 
     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
 
 commit f8eb90ffc747cd45db069212031e1e41c797d378
 Author: Egbert Eich <eich@suse.de>
-Date:   Thu Feb 26 13:36:02 2004 +0000
+Date:   Thu Feb 26 13:36:24 2004 +0000
 
     readding XFree86's cvs IDs
 
 commit cd8a87f77a8ee8b4d29c34cc2066a840964fe3b8
 Author: Egbert Eich <eich@suse.de>
-Date:   Thu Feb 26 09:23:45 2004 +0000
+Date:   Thu Feb 26 09:24:07 2004 +0000
 
     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
 
 commit bd6d337e78c95b6cd3d831f6e6ad44afc6595520
 Author: Kaleb Keithley <kaleb@freedesktop.org>
-Date:   Tue Nov 25 19:28:50 2003 +0000
+Date:   Tue Nov 25 19:29:12 2003 +0000
 
     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
 
 commit 2d36e110b8dbfa073bd533d7d0c720a4e51339a4
 Author: Kaleb Keithley <kaleb@freedesktop.org>
-Date:   Fri Nov 14 16:49:00 2003 +0000
+Date:   Fri Nov 14 16:49:22 2003 +0000
 
     XFree86 4.3.0.1
 
 commit dfc0320568e5237fff45b3f7fb6f332d1bf5e9bf
 Author: Kaleb Keithley <kaleb@freedesktop.org>
-Date:   Fri Nov 14 16:49:00 2003 +0000
+Date:   Fri Nov 14 16:49:22 2003 +0000
 
     Initial revision
diff --git a/xeyes/Eyes.c b/xeyes/Eyes.c
index e792445..a9f2618 100644
--- a/xeyes/Eyes.c
+++ b/xeyes/Eyes.c
@@ -1,5 +1,3 @@
-/* $XConsortium: Eyes.c,v 1.28 94/04/17 20:45:22 eswu Exp $ */
-/* $XFree86: xc/programs/xeyes/Eyes.c,v 1.3 2001/07/25 15:05:21 dawes Exp $ */
 /*
 
 Copyright (c) 1991  X Consortium
diff --git a/xeyes/Eyes.h b/xeyes/Eyes.h
index 424967b..5170356 100644
--- a/xeyes/Eyes.h
+++ b/xeyes/Eyes.h
@@ -1,6 +1,3 @@
-/*
-* $XConsortium: Eyes.h,v 1.7 90/12/01 13:04:51 rws Exp $
-*/
 
 #ifndef _XtEyes_h
 #define _XtEyes_h
diff --git a/xeyes/EyesP.h b/xeyes/EyesP.h
index 3a04b13..159d7f3 100644
--- a/xeyes/EyesP.h
+++ b/xeyes/EyesP.h
@@ -1,6 +1,3 @@
-/*
-* $XConsortium: EyesP.h,v 1.9 90/12/01 13:04:43 rws Exp $
-*/
 
 #ifndef _EyesP_h
 #define _EyesP_h
diff --git a/xeyes/INSTALL b/xeyes/INSTALL
index e69de29..8b82ade 100644
--- a/xeyes/INSTALL
+++ b/xeyes/INSTALL
@@ -0,0 +1,291 @@
+Installation Instructions
+*************************
+
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008 Free Software Foundation, Inc.
+
+   This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
+Basic Installation
+==================
+
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions.  Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, and a
+file `config.log' containing compiler output (useful mainly for
+debugging `configure').
+
+   It can also use an optional file (typically called `config.cache'
+and enabled with `--cache-file=config.cache' or simply `-C') that saves
+the results of its tests to speed up reconfiguring.  Caching is
+disabled by default to prevent problems with accidental use of stale
+cache files.
+
+   If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release.  If you are using the cache, and at
+some point `config.cache' contains results you don't want to keep, you
+may remove or edit it.
+
+   The file `configure.ac' (or `configure.in') is used to create
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
+
+The simplest way to compile this package is:
+
+  1. `cd' to the directory containing the package's source code and type
+     `./configure' to configure the package for your system.
+
+     Running `configure' might take a while.  While running, it prints
+     some messages telling which features it is checking for.
+
+  2. Type `make' to compile the package.
+
+  3. Optionally, type `make check' to run any self-tests that come with
+     the package.
+
+  4. Type `make install' to install the programs and any data files and
+     documentation.
+
+  5. You can remove the program binaries and object files from the
+     source code directory by typing `make clean'.  To also remove the
+     files that `configure' created (so you can compile the package for
+     a different kind of computer), type `make distclean'.  There is
+     also a `make maintainer-clean' target, but that is intended mainly
+     for the package's developers.  If you use it, you may have to get
+     all sorts of other programs in order to regenerate files that came
+     with the distribution.
+
+  6. Often, you can also type `make uninstall' to remove the installed
+     files again.
+
+Compilers and Options
+=====================
+
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
+
+   You can give `configure' initial values for configuration parameters
+by setting variables in the command line or in the environment.  Here
+is an example:
+
+     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+
+   *Note Defining Variables::, for more details.
+
+Compiling For Multiple Architectures
+====================================
+
+   You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory.  To do this, you can use GNU `make'.  `cd' to the
+directory where you want the object files and executables to go and run
+the `configure' script.  `configure' automatically checks for the
+source code in the directory that `configure' is in and in `..'.
+
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory.  After you have
+installed the package for one architecture, use `make distclean' before
+reconfiguring for another architecture.
+
+   On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor.  Like
+this:
+
+     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CPP="gcc -E" CXXCPP="g++ -E"
+
+   This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
+
+Installation Names
+==================
+
+   By default, `make install' installs the package's commands under
+`/usr/local/bin', include files under `/usr/local/include', etc.  You
+can specify an installation prefix other than `/usr/local' by giving
+`configure' the option `--prefix=PREFIX'.
+
+   You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files.  If you
+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
+
+   In addition, if you use an unusual directory layout you can give
+options like `--bindir=DIR' to specify different values for particular
+kinds of files.  Run `configure --help' for a list of the directories
+you can set and what kinds of files go in them.
+
+   If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving `configure' the
+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
+
+Optional Features
+=================
+
+   Some packages pay attention to `--enable-FEATURE' options to
+`configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
+is something like `gnu-as' or `x' (for the X Window System).  The
+`README' should mention any `--enable-' and `--with-' options that the
+package recognizes.
+
+   For packages that use the X Window System, `configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the `configure' options `--x-includes=DIR' and
+`--x-libraries=DIR' to specify their locations.
+
+Particular systems
+==================
+
+   On HP-UX, the default C compiler is not ANSI C compatible.  If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+     ./configure CC="cc -Ae"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
+a workaround.  If GNU CC is not installed, it is therefore recommended
+to try
+
+     ./configure CC="cc"
+
+and if that doesn't work, try
+
+     ./configure CC="cc -nodtk"
+
+Specifying the System Type
+==========================
+
+   There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on.  Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
+`--build=TYPE' option.  TYPE can either be a short name for the system
+type, such as `sun4', or a canonical name which has the form:
+
+     CPU-COMPANY-SYSTEM
+
+where SYSTEM can have one of these forms:
+
+     OS KERNEL-OS
+
+   See the file `config.sub' for the possible values of each field.  If
+`config.sub' isn't included in this package, then this package doesn't
+need to know the machine type.
+
+   If you are _building_ compiler tools for cross-compiling, you should
+use the option `--target=TYPE' to select the type of system they will
+produce code for.
+
+   If you want to _use_ a cross compiler, that generates code for a
+platform different from the build platform, you should specify the
+"host" platform (i.e., that on which the generated programs will
+eventually be run) with `--host=TYPE'.
+
+Sharing Defaults
+================
+
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
+`configure' looks for `PREFIX/share/config.site' if it exists, then
+`PREFIX/etc/config.site' if it exists.  Or, you can set the
+`CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all `configure' scripts look for a site script.
+
+Defining Variables
+==================
+
+   Variables not defined in a site shell script can be set in the
+environment passed to `configure'.  However, some packages may run
+configure again during the build, and the customized values of these
+variables may be lost.  In order to avoid this problem, you should set
+them in the `configure' command line, using `VAR=value'.  For example:
+
+     ./configure CC=/usr/local2/bin/gcc
+
+causes the specified `gcc' to be used as the C compiler (unless it is
+overridden in the site shell script).
+
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
+
+     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+`configure' Invocation
+======================
+
+   `configure' recognizes the following options to control how it
+operates.
+
+`--help'
+`-h'
+     Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+     Print a summary of the options unique to this package's
+     `configure', and exit.  The `short' variant lists options used
+     only in the top level, while the `recursive' variant lists options
+     also present in any nested packages.
+
+`--version'
+`-V'
+     Print the version of Autoconf used to generate the `configure'
+     script, and exit.
+
+`--cache-file=FILE'
+     Enable the cache: use and save the results of the tests in FILE,
+     traditionally `config.cache'.  FILE defaults to `/dev/null' to
+     disable caching.
+
+`--config-cache'
+`-C'
+     Alias for `--cache-file=config.cache'.
+
+`--quiet'
+`--silent'
+`-q'
+     Do not print messages saying which checks are being made.  To
+     suppress all normal output, redirect it to `/dev/null' (any error
+     messages will still be shown).
+
+`--srcdir=DIR'
+     Look for the package's source code in directory DIR.  Usually
+     `configure' can determine that directory automatically.
+
+`--prefix=DIR'
+     Use DIR as the installation prefix.  *Note Installation Names::
+     for more details, including other options available for fine-tuning
+     the installation locations.
+
+`--no-create'
+`-n'
+     Run the configure checks, but stop before creating any output
+     files.
+
+`configure' also accepts some other, not widely useful, options.  Run
+`configure --help' for more details.
+
diff --git a/xeyes/Makefile.am b/xeyes/Makefile.am
index cffa4ef..8dbfcf1 100644
--- a/xeyes/Makefile.am
+++ b/xeyes/Makefile.am
@@ -1,6 +1,6 @@
-# 
+#
 #  Copyright 2005  Red Hat, Inc.
-# 
+#
 #  Permission to use, copy, modify, distribute, and sell this software and its
 #  documentation for any purpose is hereby granted without fee, provided that
 #  the above copyright notice appear in all copies and that both that
@@ -10,7 +10,7 @@
 #  specific, written prior permission.  Red Hat makes no
 #  representations about the suitability of this software for any purpose.  It
 #  is provided "as is" without express or implied warranty.
-# 
+#
 #  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 #  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
@@ -21,8 +21,8 @@
 
 bin_PROGRAMS = xeyes
 
-AM_CFLAGS = $(XEYES_CFLAGS)
-xeyes_LDADD = $(XEYES_LIBS) -lm
+AM_CFLAGS = $(XEYES_CFLAGS) $(XRENDER_CFLAGS) $(CWARNFLAGS)
+xeyes_LDADD = $(XEYES_LIBS) $(XRENDER_LIBS) -lm
 
 xeyes_SOURCES =	\
         Eyes.c \
@@ -45,27 +45,9 @@ EXTRA_DIST += $(appman_PRE)
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 CLEANFILES = $(appman_DATA)
 
-SED = sed
-
-# Strings to replace in man pages
-XORGRELSTRING = @PACKAGE_STRING@
-  XORGMANNAME = X Version 11
-
-MAN_SUBSTS = \
-	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-	-e 's|__xservername__|Xorg|g' \
-	-e 's|__xconfigfile__|xorg.conf|g' \
-	-e 's|__projectroot__|$(prefix)|g' \
-	-e 's|__apploaddir__|$(appdefaultdir)|' \
-	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
-	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
-	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
-	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
-	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
-
 SUFFIXES = .$(APP_MAN_SUFFIX) .man
 
+# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
 .man.$(APP_MAN_SUFFIX):
 	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
diff --git a/xeyes/Makefile.in b/xeyes/Makefile.in
index 673d50d..29c3f24 100644
--- a/xeyes/Makefile.in
+++ b/xeyes/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -15,9 +15,9 @@
 
 @SET_MAKE@
 
-# 
+#
 #  Copyright 2005  Red Hat, Inc.
-# 
+#
 #  Permission to use, copy, modify, distribute, and sell this software and its
 #  documentation for any purpose is hereby granted without fee, provided that
 #  the above copyright notice appear in all copies and that both that
@@ -27,7 +27,7 @@
 #  specific, written prior permission.  Red Hat makes no
 #  representations about the suitability of this software for any purpose.  It
 #  is provided "as is" without express or implied warranty.
-# 
+#
 #  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 #  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
@@ -77,7 +77,7 @@ PROGRAMS = $(bin_PROGRAMS)
 am_xeyes_OBJECTS = Eyes.$(OBJEXT) transform.$(OBJEXT) xeyes.$(OBJEXT)
 xeyes_OBJECTS = $(am_xeyes_OBJECTS)
 am__DEPENDENCIES_1 =
-xeyes_DEPENDENCIES = $(am__DEPENDENCIES_1)
+xeyes_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
@@ -180,6 +180,7 @@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
+MAN_SUBSTS = @MAN_SUBSTS@
 MISC_MAN_DIR = @MISC_MAN_DIR@
 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 MKDIR_P = @MKDIR_P@
@@ -189,15 +190,18 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@


Reply to: