aboutsummaryrefslogtreecommitdiff
path: root/games/gnome-games/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-30 00:47:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-30 00:47:21 +0000
commit798e9bed2a389dce8a970e15b68176fd49f442db (patch)
tree9dc5597aab073298ec381964f72cd853b3dd366c /games/gnome-games/files
parent48b92584b0722f7f6ca412e6cfe16f1381e043cc (diff)
downloadports-798e9bed2a389dce8a970e15b68176fd49f442db.tar.gz
ports-798e9bed2a389dce8a970e15b68176fd49f442db.zip
Notes
Diffstat (limited to 'games/gnome-games/files')
-rw-r--r--games/gnome-games/files/patch-configure11
-rw-r--r--games/gnome-games/files/patch-gnome-stones_Makefile.in11
-rw-r--r--games/gnome-games/files/patch-iagno_othello.c20
3 files changed, 0 insertions, 42 deletions
diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure
deleted file mode 100644
index f8413ef3cff4..000000000000
--- a/games/gnome-games/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Dec 17 11:58:34 2003
-+++ configure Wed Dec 17 11:58:35 2003
-@@ -22452,7 +22452,7 @@
- else
-
- cat >>confdefs.h <<_ACEOF
--#define GNOME_ICONDIR "${prefix}/share/pixmaps"
-+#define GNOME_ICONDIR "${datadir}/pixmaps"
- _ACEOF
-
- fi
diff --git a/games/gnome-games/files/patch-gnome-stones_Makefile.in b/games/gnome-games/files/patch-gnome-stones_Makefile.in
deleted file mode 100644
index 92fbe9e8806c..000000000000
--- a/games/gnome-games/files/patch-gnome-stones_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-stones/Makefile.in.orig Tue Jul 23 20:37:40 2002
-+++ gnome-stones/Makefile.in Tue Jul 23 20:38:10 2002
-@@ -202,7 +202,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
diff --git a/games/gnome-games/files/patch-iagno_othello.c b/games/gnome-games/files/patch-iagno_othello.c
deleted file mode 100644
index 1d6d8e88a6a7..000000000000
--- a/games/gnome-games/files/patch-iagno_othello.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- iagno/othello.c.orig Tue Jan 25 11:24:35 2005
-+++ iagno/othello.c Tue Jan 25 11:24:56 2005
-@@ -784,14 +784,14 @@
- found_free = TRUE;
- }
-
-- // check if a player is dead
-+ /* check if a player is dead */
- if (!found_me && found_not_me)
- return (S_LOSING_GAME);
- else if (found_me && !found_not_me)
- return (S_WINNING_GAME);
-
-- // if the game is finished, return the actual score rather than
-- // a huristic
-+ /* if the game is finished, return the actual score rather than
-+ * a huristic */
- if (!found_free)
- return (actual_score);
-