[cairo-commit] roadster .cvsignore, NONE, 1.1 ChangeLog, 1.1.1.1, 1.2 README, 1.1.1.1, 1.2 config.h.in, 1.1.1.1, NONE

Carl Worth commit at pdx.freedesktop.org
Fri Feb 18 13:42:29 PST 2005


Committed by: cworth

Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv31502

Modified Files:
	ChangeLog README 
Added Files:
	.cvsignore 
Removed Files:
	config.h.in 
Log Message:

        * src/search_road.c: Add missing include of stdlib.h.

        * README: Added gettext and gpsd to the dependency list.

        * .cvsignore:
        * include/.cvsignore:
        * intl/.cvsignore:
        * macros/.cvsignore:
        * pixmaps/.cvsignore:
        * po/.cvsignore:
        * src/.cvsignore: Add a bunch of .cvsignore files.

        * config.h.in: Remove file that shouldn't have been in CVS.

        * src/Makefile.am: Don't force a static build.


--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
acconfig.h
acinclude.m4
aclocal.m4
autogen.sh
autom4te.cache
config.guess
config.h
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
mkinstalldirs
roadster.desktop
stamp-h1

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ChangeLog	18 Feb 2005 04:22:49 -0000	1.1.1.1
+++ ChangeLog	18 Feb 2005 21:42:27 -0000	1.2
@@ -0,0 +1,18 @@
+2005-02-18  Carl Worth  <cworth at cworth.org>
+
+	* src/search_road.c: Add missing include of stdlib.h.
+
+	* README: Added gettext and gpsd to the dependency list.
+
+	* .cvsignore:
+	* include/.cvsignore:
+	* intl/.cvsignore:
+	* macros/.cvsignore:
+	* pixmaps/.cvsignore:
+	* po/.cvsignore:
+	* src/.cvsignore: Add a bunch of .cvsignore files.
+
+	* config.h.in: Remove file that shouldn't have been in CVS.
+	
+	* src/Makefile.am: Don't force a static build.
+

Index: README
===================================================================
RCS file: /cvs/cairo/roadster/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- README	18 Feb 2005 04:22:49 -0000	1.1.1.1
+++ README	18 Feb 2005 21:42:27 -0000	1.2
@@ -3,6 +3,8 @@
 - cairo
 - libpixman
 - mysql libraries and header files (v4.1 or newer)
+- gettext library and header files
+- gpsd program and header files
 
 To run Roadster, you will need:
 - mysql server (v4.1+ or newer)

--- config.h.in DELETED ---




More information about the cairo-commit mailing list