diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-08 22:08:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-08 22:08:21 +0000 |
commit | 9bd3de8f93b1c90adae40266d71401807a750ef7 (patch) | |
tree | 7cde7cfe2e9c67aa2f3fb7b1177a2bd249344e4a /games/gnome-games/files | |
parent | 9308773e6d64629b230e5c302f5e6cbcd6e25952 (diff) | |
download | FreeBSD-ports-9bd3de8f93b1c90adae40266d71401807a750ef7.zip FreeBSD-ports-9bd3de8f93b1c90adae40266d71401807a750ef7.tar.gz |
Adding gnomegames2 after repo commit from gnomegames. This is the games
component for the GNOME 2.0 Desktop.
Diffstat (limited to 'games/gnome-games/files')
-rw-r--r-- | games/gnome-games/files/patch-ab | 27 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ac | 8 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ae | 6 | ||||
-rw-r--r-- | games/gnome-games/files/patch-af | 6 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ag | 18 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ah | 20 | ||||
-rw-r--r-- | games/gnome-games/files/patch-configure | 19 | ||||
-rw-r--r-- | games/gnome-games/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | games/gnome-games/files/patch-po::Makefile.in.in | 14 |
9 files changed, 45 insertions, 101 deletions
diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab index 84838dd..777f421 100644 --- a/games/gnome-games/files/patch-ab +++ b/games/gnome-games/files/patch-ab @@ -1,33 +1,38 @@ ---- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999 -+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -147,7 +147,7 @@ - Games_DATA = gnome-stones.desktop - Caves_DATA = default.caves tutorial.caves gnomekoban.caves +--- gnome-stones/Makefile.in.orig Wed May 8 16:30:26 2002 ++++ gnome-stones/Makefile.in Wed May 8 16:30:35 2002 +@@ -156,7 +156,7 @@ + Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in + Caves_DATA = $(Caves_in_files:.caves.in=.caves) -gtkrcdir = $(datadir) +gtkrcdir = $(datadir)/gnome-stones gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko Mimedir = $(datadir)/mime-info ---- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999 -+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -127,5 +127,5 @@ +--- gnome-stones/objects/Makefile.in.orig Wed May 8 16:30:10 2002 ++++ gnome-stones/objects/Makefile.in Wed May 8 16:31:30 2002 +@@ -131,7 +131,7 @@ GSTONES_SRC_DIR = $(srcdir)/../ -objectdir = $(libdir)/gnome-stones/objects +objectdir = $(datadir)/gnome-stones/objects -@@ -144,10 +144,10 @@ + INCLUDES = -I$(GSTONES_SRC_DIR) $(GNOME_GAMES_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) + +@@ -148,11 +148,11 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ -libgnome_stones_la_LDFLAGS = +-libgnome_stones_la_LIBADD = +libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = ++libgnome_stones_la_LIBADD = libgnome_stones_la_OBJECTS = gnome-stones.lo -libgnomekoban_la_LDFLAGS = +-libgnomekoban_la_LIBADD = +libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = ++libgnomekoban_la_LIBADD = libgnomekoban_la_OBJECTS = gnomekoban.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/games/gnome-games/files/patch-ac b/games/gnome-games/files/patch-ac index 2507ea7..65e3bbe 100644 --- a/games/gnome-games/files/patch-ac +++ b/games/gnome-games/files/patch-ac @@ -1,11 +1,11 @@ ---- freecell/gdk-card-image/Makefile.in.orig Fri Dec 18 01:54:28 1998 -+++ freecell/gdk-card-image/Makefile.in Fri Jan 1 15:16:09 1999 -@@ -148,7 +148,7 @@ +--- freecell/gdk-card-image/Makefile.in.orig Wed May 8 16:32:35 2002 ++++ freecell/gdk-card-image/Makefile.in Wed May 8 16:32:41 2002 +@@ -164,7 +164,7 @@ libgdkcardimage_la_SOURCES = gdk-card-image.c libgdkcardimageincludedir = $(includedir)/gdkcardimage libgdkcardimageinclude_HEADERS = gdk-card-image.h -libgdkcardimage_la_LDFLAGS = -version-info 0:0:0 +libgdkcardimage_la_LDFLAGS = -version-info 1:0:0 - libgdkcardimage_la_LIBADD = $(GTK_LIBS) + libgdkcardimage_la_LIBADD = $(GNOME_GAMES_LIBS) @UCB_LDFLAGS@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h diff --git a/games/gnome-games/files/patch-ae b/games/gnome-games/files/patch-ae index a38e549..397fca1 100644 --- a/games/gnome-games/files/patch-ae +++ b/games/gnome-games/files/patch-ae @@ -1,6 +1,6 @@ ---- aisleriot/menu.c.orig Fri Jan 1 15:21:23 1999 -+++ aisleriot/menu.c Fri Jan 1 15:21:36 1999 -@@ -17,6 +17,7 @@ +--- aisleriot/menu.c.orig Wed May 8 16:33:36 2002 ++++ aisleriot/menu.c Wed May 8 16:33:47 2002 +@@ -18,6 +18,7 @@ */ #include <config.h> diff --git a/games/gnome-games/files/patch-af b/games/gnome-games/files/patch-af index 2ad5821..c4577a4 100644 --- a/games/gnome-games/files/patch-af +++ b/games/gnome-games/files/patch-af @@ -1,6 +1,6 @@ ---- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999 -+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999 -@@ -1249,7 +1249,7 @@ +--- gnome-stones/main.c.orig Wed May 8 16:01:18 2002 ++++ gnome-stones/main.c Wed May 8 16:25:11 2002 +@@ -1087,7 +1087,7 @@ static gboolean scan_public_plugin_directory (void) { diff --git a/games/gnome-games/files/patch-ag b/games/gnome-games/files/patch-ag deleted file mode 100644 index a192fe9..0000000 --- a/games/gnome-games/files/patch-ag +++ /dev/null @@ -1,18 +0,0 @@ ---- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999 -+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999 -@@ -37,13 +37,14 @@ - #include <signal.h> - #include <stdarg.h> - -+#include <config.h> -+ - #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) - #include <ncurses.h> - #else - #include <curses.h> - #endif - --#include <config.h> - #include "yahtzee.h" - #include "cyahtzee.h" - #include "scores.h" diff --git a/games/gnome-games/files/patch-ah b/games/gnome-games/files/patch-ah deleted file mode 100644 index 31769eb..0000000 --- a/games/gnome-games/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 -+++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 -@@ -9,7 +9,7 @@ - - sprintf (file, "%s/%s.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &bitmap, NULL, file); -+ &bitmap, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf ("cannot open %s\n", file); - exit(1); -@@ -18,7 +18,7 @@ - if (masked == SEP_MASK) { - sprintf(file, "%s/%s_mask.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &mask, NULL, file); -+ &mask, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf("cannot open %s\n", file); - exit(1); diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure new file mode 100644 index 0000000..b633cbc --- /dev/null +++ b/games/gnome-games/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Sun Apr 21 13:50:05 2002 ++++ configure Wed May 8 15:34:41 2002 +@@ -7864,6 +7864,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -12411,7 +12412,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + diff --git a/games/gnome-games/files/patch-ltmain.sh b/games/gnome-games/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e..0000000 --- a/games/gnome-games/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnome-games/files/patch-po::Makefile.in.in b/games/gnome-games/files/patch-po::Makefile.in.in deleted file mode 100644 index cd3e37c..0000000 --- a/games/gnome-games/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/09 10:15:24 1.1 -+++ po/Makefile.in.in 2001/07/09 10:15:40 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ |