aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnomegames/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-10-02 08:58:05 +0800
committervanilla <vanilla@FreeBSD.org>1998-10-02 08:58:05 +0800
commita53fe499941f0aa07fa36d6bf5c8e0335f901956 (patch)
treea3f5e8a56e4621ada0096fba5ca42ce18ee758e3 /games/gnomegames/files
parent5e8e859250b59e92284d9398d8ebe3d23890955c (diff)
downloadfreebsd-ports-gnome-a53fe499941f0aa07fa36d6bf5c8e0335f901956.tar.gz
freebsd-ports-gnome-a53fe499941f0aa07fa36d6bf5c8e0335f901956.tar.zst
freebsd-ports-gnome-a53fe499941f0aa07fa36d6bf5c8e0335f901956.zip
Import gnomegames, It's gnome game app.
PR: ports/7656 Reviewed by: vanilla Submitted by: Yukihiro Nakai <Nakai@technogilist.com>
Diffstat (limited to 'games/gnomegames/files')
-rw-r--r--games/gnomegames/files/patch-ab123
-rw-r--r--games/gnomegames/files/patch-ac11
2 files changed, 134 insertions, 0 deletions
diff --git a/games/gnomegames/files/patch-ab b/games/gnomegames/files/patch-ab
new file mode 100644
index 000000000000..46d73d5811bd
--- /dev/null
+++ b/games/gnomegames/files/patch-ab
@@ -0,0 +1,123 @@
+--- aisleriot/Makefile.in.orig Sun Sep 6 00:33:23 1998
++++ aisleriot/Makefile.in Sun Sep 6 00:33:57 1998
+@@ -116,7 +116,7 @@
+ typesdir = $(datadir)/sol-games
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR)
+
+--- freecell/src/Makefile.in.orig Sun Sep 6 00:34:28 1998
++++ freecell/src/Makefile.in Sun Sep 6 00:34:40 1998
+@@ -115,7 +115,7 @@
+ Gamesdir = $(datadir)/apps/Games
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR) \
+ -I$(srcdir)/../gdk-card-image
+--- gnobots/Makefile.in.orig Sun Sep 6 00:35:02 1998
++++ gnobots/Makefile.in Sun Sep 6 00:45:40 1998
+@@ -116,10 +116,10 @@
+ pixmapdir=$(datadir)/pixmaps/gnobots
+ appicondir=$(datadir)/pixmaps
+ Gamesdir = $(datadir)/apps/Games
+-helpdir = $(datadir)/gnome/help/gnobots/C
++helpdir = $(datadir)/help/gnobots/C
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR)
+
+--- gnome-stones/Makefile.in.orig Fri Oct 2 07:01:39 1998
++++ gnome-stones/Makefile.in Fri Oct 2 07:01:59 1998
+@@ -122,7 +122,7 @@
+ Cavesdir = $(datadir)/gnome-stones
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -DGNOMEPIXMAPDIR=\""$(datadir)/pixmaps"\" \
+ -DCAVESDIR=\""$(Cavesdir)"\" \
+ -I$(includedir) \
+--- gnomine/Makefile.in.orig Sun Sep 6 00:35:31 1998
++++ gnomine/Makefile.in Sun Sep 6 00:35:41 1998
+@@ -116,7 +116,7 @@
+ Gamesdir = $(datadir)/apps/Games
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR)
+
+--- gnothello/Makefile.in.orig Sun Sep 6 00:35:54 1998
++++ gnothello/Makefile.in Sun Sep 6 00:46:34 1998
+@@ -116,7 +116,7 @@
+ Gamesdir = $(datadir)/apps/Games
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR)
+
+--- gturing/Makefile.in.orig Sun Sep 6 00:36:17 1998
++++ gturing/Makefile.in Sun Sep 6 00:36:31 1998
+@@ -115,7 +115,7 @@
+ Gamesdir = $(datadir)/apps/Games
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR)
+
+--- gyahtzee/Makefile.in.orig Sun Sep 6 00:36:39 1998
++++ gyahtzee/Makefile.in Sun Sep 6 00:42:46 1998
+@@ -118,7 +118,7 @@
+ SUBDIRS = pix
+
+ INCLUDES = \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -DGNOMEPIXMAPDIR=\""$(datadir)/pixmaps"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR) \
+@@ -126,7 +126,7 @@
+
+ @HAS_CURSES_TRUE@CYAHTZEE=cyahtzee
+
+-bin_PROGRAMS = gyahtzee $(CYAHTZEE)
++bin_PROGRAMS = gyahtzee
+
+ gyahtzee_SOURCES = \
+ gyahtzee.c \
+--- mahjongg/Makefile.in.orig Sun Sep 6 00:37:08 1998
++++ mahjongg/Makefile.in Sun Sep 6 00:37:20 1998
+@@ -117,7 +117,7 @@
+ Gamesdir = $(datadir)/apps/Games
+
+ INCLUDES = -I.. -I$(srcdir)/.. \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR)
+
+--- same-gnome/Makefile.in.orig Sun Sep 6 00:37:32 1998
++++ same-gnome/Makefile.in Sun Sep 6 00:47:03 1998
+@@ -117,7 +117,7 @@
+ Gamesdir = $(datadir)/apps/Games
+
+ INCLUDES = -I.. -I$(srcdir)/.. \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR)
+
diff --git a/games/gnomegames/files/patch-ac b/games/gnomegames/files/patch-ac
new file mode 100644
index 000000000000..969804fb410f
--- /dev/null
+++ b/games/gnomegames/files/patch-ac
@@ -0,0 +1,11 @@
+--- freecell/gdk-card-image/Makefile.in.orig Sun Sep 6 00:43:03 1998
++++ freecell/gdk-card-image/Makefile.in Sun Sep 6 00:43:17 1998
+@@ -128,7 +128,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 -rpath $(libdir) $(X_LIBS)
++libgdkcardimage_la_LDFLAGS = -version-info 0:30:0 -rpath $(libdir) $(X_LIBS)
+ libgdkcardimage_la_LIBADD = $(GTK_LIBS)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../../config.h