diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:48:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:48:53 +0800 |
commit | 2f79a83113c404a4731945cf41114b080b9c1c00 (patch) | |
tree | d8744dad52c0922d93ba79312cff7b96b2b09073 /games/gnomegames2/files | |
parent | 0fe71f81c6022860cf8c358b979aac438767902b (diff) | |
download | marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.gz marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.bz2 marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.lz marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.xz marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.zst marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.zip |
Update to 2.3.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2/files')
-rw-r--r-- | games/gnomegames2/files/patch-ae | 10 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-blackjack_data_Makefile.in | 11 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-mahjongg_Makefile.in | 18 |
3 files changed, 11 insertions, 28 deletions
diff --git a/games/gnomegames2/files/patch-ae b/games/gnomegames2/files/patch-ae deleted file mode 100644 index 397fca112..000000000 --- a/games/gnomegames2/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- 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> -+#include <sys/types.h> - #include <dirent.h> - #include "gnome.h" - #include "sol.h" diff --git a/games/gnomegames2/files/patch-blackjack_data_Makefile.in b/games/gnomegames2/files/patch-blackjack_data_Makefile.in new file mode 100644 index 000000000..6d80b6f40 --- /dev/null +++ b/games/gnomegames2/files/patch-blackjack_data_Makefile.in @@ -0,0 +1,11 @@ +--- blackjack/data/Makefile.in.orig Wed Jul 2 14:21:58 2003 ++++ blackjack/data/Makefile.in Wed Jul 2 14:22:17 2003 +@@ -322,7 +322,7 @@ + @INTLTOOL_SCHEMAS_RULE@ + + install-data-local: +-@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) ++@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/games/gnomegames2/files/patch-mahjongg_Makefile.in b/games/gnomegames2/files/patch-mahjongg_Makefile.in deleted file mode 100644 index b6977a948..000000000 --- a/games/gnomegames2/files/patch-mahjongg_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- mahjongg/Makefile.in.orig Sun Jun 15 20:31:43 2003 -+++ mahjongg/Makefile.in Sun Jun 15 23:49:44 2003 -@@ -615,9 +615,12 @@ - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) - -$(mkinstalldirs) $(DESTDIR)$(scoredir) - $(mkinstalldirs) $(DESTDIR)$(bgdir) -- touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores -- -chown $(scores_user).$(scores_group) $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores -- -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores -+ touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores -+ touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -+ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.easy.scores -+ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -+ -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores -+ -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores - -if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg ; fi - $(mkinstalldirs) $(DESTDIR)$(Gamesdir) - |