Upgrade to 0.99.0.

This commit is contained in:
Vanilla I. Shu 1999-01-01 09:23:15 +00:00
parent 6c799f30c2
commit ecebe84824
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15752
21 changed files with 618 additions and 219 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomegames
# Version required: 0.30
# Version required: 0.99.0
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.5 1998/11/15 03:14:20 jseger Exp $
# $Id: Makefile,v 1.6 1998/11/17 17:38:20 vanilla Exp $
#
DISTNAME= gnome-games-0.30
PKGNAME= gnomegames-0.30
DISTNAME= gnome-games-0.99.0
PKGNAME= gnomegames-0.99.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
@ -18,13 +18,15 @@ LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:

View File

@ -1 +1 @@
MD5 (gnome-games-0.30.tar.gz) = aadc04f2e54e00538eedad8f0be69d69
MD5 (gnome-games-0.99.0.tar.gz) = a0c0516090e25569ef6e769f63d3f32d

View File

@ -1,7 +1,7 @@
--- 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
--- aisleriot/Makefile.in.orig Fri Dec 18 01:55:08 1998
+++ aisleriot/Makefile.in Fri Jan 1 15:08:49 1999
@@ -128,7 +128,7 @@
SUBDIRS=docs pixmaps
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
@ -9,9 +9,20 @@
-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 @@
--- aisleriot/docs/Makefile.in.orig Fri Jan 1 16:30:30 1999
+++ aisleriot/docs/Makefile.in Fri Jan 1 16:30:40 1999
@@ -125,7 +125,7 @@
XPM_LIBS = @XPM_LIBS@
l = @l@
-helpdir = $(datadir)/gnome/help/aisleriot/C
+helpdir = $(datadir)/help/aisleriot/C
help_DATA = index.html intro.html glossary.html gpl.html \
camelot.html canfield.html clock.html doublets.html \
--- freecell/src/Makefile.in.orig Fri Dec 18 01:54:30 1998
+++ freecell/src/Makefile.in Fri Jan 1 15:08:49 1999
@@ -122,7 +122,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = \
@ -20,9 +31,9 @@
-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 @@
--- gnobots/Makefile.in.orig Fri Dec 18 01:54:54 1998
+++ gnobots/Makefile.in Fri Jan 1 15:08:49 1999
@@ -123,10 +123,10 @@
pixmapdir=$(datadir)/pixmaps/gnobots
appicondir=$(datadir)/pixmaps
Gamesdir = $(datadir)/apps/Games
@ -35,9 +46,9 @@
-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 @@
--- gnome-stones/Makefile.in.orig Fri Dec 18 01:55:01 1998
+++ gnome-stones/Makefile.in Fri Jan 1 15:08:49 1999
@@ -127,7 +127,7 @@
Cavesdir = $(datadir)/gnome-stones
INCLUDES = \
@ -46,9 +57,25 @@
-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 @@
--- gnome-stones/objects/Makefile.in.orig Fri Dec 18 01:55:04 1998
+++ gnome-stones/objects/Makefile.in Fri Jan 1 15:33:20 1999
@@ -121,11 +121,11 @@
GSTONES_SRC_DIR = $(srcdir)/../
-objectdir= $(libdir)/gnome-stones/objects
+objectdir= $(datadir)/gnome-stones/objects
INCLUDES = \
-I$(GSTONES_SRC_DIR) \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- gnomine/Makefile.in.orig Fri Dec 18 01:54:32 1998
+++ gnomine/Makefile.in Fri Jan 1 15:08:49 1999
@@ -123,7 +123,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = \
@ -57,31 +84,31 @@
-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 @@
--- gnothello/Makefile.in.orig Fri Dec 18 01:54:58 1998
+++ gnothello/Makefile.in Fri Jan 1 15:10:26 1999
@@ -126,7 +126,7 @@
INCLUDES = \
-DHAVE_ORBIT \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- gturing/Makefile.in.orig Fri Dec 18 01:54:44 1998
+++ gturing/Makefile.in Fri Jan 1 15:08:49 1999
@@ -122,7 +122,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 @@
$(GNOME_INCLUDEDIR) \
-DVERSION=\""$(VERSION)"\"
--- gyahtzee/Makefile.in.orig Fri Dec 18 01:54:49 1998
+++ gyahtzee/Makefile.in Fri Jan 1 15:08:49 1999
@@ -125,7 +125,7 @@
SUBDIRS = pix
INCLUDES = \
@ -90,7 +117,7 @@
-DGNOMEPIXMAPDIR=\""$(datadir)/pixmaps"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
@@ -126,7 +126,7 @@
@@ -133,7 +133,7 @@
@HAS_CURSES_TRUE@CYAHTZEE=cyahtzee
@ -99,9 +126,20 @@
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 @@
--- mahjongg/Makefile.in.orig Fri Dec 18 01:54:41 1998
+++ mahjongg/Makefile.in Fri Jan 1 15:08:49 1999
@@ -125,7 +125,7 @@
appicondir=$(datadir)/pixmaps
INCLUDES = -I.. -I$(srcdir)/.. \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- same-gnome/Makefile.in.orig Fri Dec 18 01:54:36 1998
+++ same-gnome/Makefile.in Fri Jan 1 15:08:49 1999
@@ -124,7 +124,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = -I.. -I$(srcdir)/.. \
@ -110,14 +148,25 @@
-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
--- scottfree/Makefile.in.orig Fri Dec 18 01:54:39 1998
+++ scottfree/Makefile.in Fri Jan 1 15:11:32 1999
@@ -120,7 +120,7 @@
l = @l@
INCLUDES = -I.. -I$(srcdir)/.. \
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- po/Makefile.in.in.orig Fri Jan 1 15:19:04 1999
+++ po/Makefile.in.in Fri Jan 1 15:19:15 1999
@@ -18,7 +18,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
-datadir = $(prefix)/@DATADIRNAME@
+datadir = $(prefix)/share
localedir = $(datadir)/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po

View File

@ -1,11 +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 @@
--- 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 @@
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_LDFLAGS = -version-info 0:0:0
+libgdkcardimage_la_LDFLAGS = -version-info 0:99:0
libgdkcardimage_la_LIBADD = $(GTK_LIBS)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h

View File

@ -1,10 +1,10 @@
--- ./aisleriot/menu.c.org Mon Oct 5 21:47:57 1998
+++ ./aisleriot/menu.c Mon Oct 5 21:45:56 1998
@@ -18,6 +18,7 @@
--- 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 @@
*/
#define MENU_C
#include <config.h>
+#include <sys/types.h>
#include <dirent.h>
#include <guile/gh.h>
#include "gnome.h"
#include "sol.h"

View File

@ -0,0 +1,11 @@
--- 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 @@
static gboolean
scan_public_plugin_directory (void)
{
- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/");
+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/");
plugin_load_plugins_in_dir (dir);

View File

@ -1,3 +1,4 @@
bin/GnomeScott
bin/freecell
bin/gnobots
bin/gnome-stones
@ -12,7 +13,7 @@ include/gdkcardimage/gdk-card-image.h
lib/libgdkcardimage.a
lib/libgdkcardimage.la
lib/libgdkcardimage.so
lib/libgdkcardimage.so.0.30
lib/libgdkcardimage.so.0.99
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/gnome/apps/Games/freecell.desktop
@ -31,23 +32,69 @@ share/gnome/games/gnomine.Biiiig.scores
share/gnome/games/gnomine.Custom.scores
share/gnome/games/gnomine.Medium.scores
share/gnome/games/gnomine.Tiny.scores
share/gnome/games/gnothello.b1.scores
share/gnome/games/gnothello.b2.scores
share/gnome/games/gnothello.b3.scores
share/gnome/games/gnothello.w1.scores
share/gnome/games/gnothello.w2.scores
share/gnome/games/gnothello.w3.scores
share/gnome/games/gyahtzee.scores
share/gnome/games/mahjongg.scores
share/gnome/games/same-gnome.scores
share/gnome/gnome-stones/default.caves
share/gnome/gnome-stones/gnomekoban.caves
share/gnome/gnome-stones/tutorial.caves
share/gnome/gnome-stones/objects/libgnome-stones.a
share/gnome/gnome-stones/objects/libgnome-stones.la
share/gnome/gnome-stones/objects/libgnome-stones.so
share/gnome/gnome-stones/objects/libgnome-stones.so.0
share/gnome/gnome-stones/objects/libgnomekoban.a
share/gnome/gnome-stones/objects/libgnomekoban.la
share/gnome/gnome-stones/objects/libgnomekoban.so
share/gnome/gnome-stones/objects/libgnomekoban.so.0
share/gnome/help/aisleriot/C/camelot-goal.gif
share/gnome/help/aisleriot/C/camelot.html
share/gnome/help/aisleriot/C/canfield.html
share/gnome/help/aisleriot/C/clock-rules.gif
share/gnome/help/aisleriot/C/clock.html
share/gnome/help/aisleriot/C/docbook.css
share/gnome/help/aisleriot/C/doublets.html
share/gnome/help/aisleriot/C/eagle-wing.html
share/gnome/help/aisleriot/C/fortunes.html
share/gnome/help/aisleriot/C/glossary.html
share/gnome/help/aisleriot/C/gpl.html
share/gnome/help/aisleriot/C/index.html
share/gnome/help/aisleriot/C/intro.html
share/gnome/help/aisleriot/C/klondike.html
share/gnome/help/aisleriot/C/odessa.html
share/gnome/help/aisleriot/C/osmosis.html
share/gnome/help/aisleriot/C/pileon.html
share/gnome/help/aisleriot/C/spider.html
share/gnome/help/aisleriot/C/topic.dat
share/gnome/help/aisleriot/C/yukon.html
share/gnome/help/gnobots/C/index.html
share/gnome/help/gnobots/C/topic.dat
share/gnome/pixmaps/cards/Background.xpm
share/gnome/pixmaps/cards/Baize.xpm
share/gnome/pixmaps/cards/Cardback1.xpm
share/gnome/pixmaps/cards/Cardback2.xpm
share/gnome/pixmaps/cards/Cardback3.xpm
share/gnome/pixmaps/cards/Cardback4.xpm
share/gnome/pixmaps/cards/Cardback5.xpm
share/gnome/pixmaps/cards/Pictures.xpm
share/gnome/pixmaps/cards/Ranks.xpm
share/gnome/pixmaps/cards/Suits.xpm
share/gnome/pixmaps/cards/backs/beige.png
share/gnome/pixmaps/cards/backs/face.png
share/gnome/pixmaps/cards/backs/grey.png
share/gnome/pixmaps/cards/backs/rods.png
share/gnome/pixmaps/cards/honors/bonded.png
share/gnome/pixmaps/cards/honors/xpat.png
share/gnome/pixmaps/cards/jokers/gnome.png
share/gnome/pixmaps/cards/ranks/bold-09x14.png
share/gnome/pixmaps/cards/ranks/fine-07x12.png
share/gnome/pixmaps/cards/slots/hand.png
share/gnome/pixmaps/cards/slots/plain.png
share/gnome/pixmaps/cards/suits/knuth-09x10.png
share/gnome/pixmaps/cards/suits/knuth-15x19.png
share/gnome/pixmaps/cards/suits/knuth-18x21.png
share/gnome/pixmaps/cards/suits/knuth-21x25.png
share/gnome/pixmaps/cards/suits/xpat-11x11.png
share/gnome/pixmaps/cards/suits/xpat-15x15.png
share/gnome/pixmaps/cards/suits/xpat-21x21.png
share/gnome/pixmaps/cards/suits/xpat-41x41.png
share/gnome/pixmaps/cards/baize.png
share/gnome/pixmaps/cards/splash.png
share/gnome/pixmaps/gnobots/aieee.png
share/gnome/pixmaps/gnobots/cows.png
share/gnome/pixmaps/gnobots/eggs.png
@ -56,6 +103,7 @@ share/gnome/pixmaps/gnobots/mice.png
share/gnome/pixmaps/gnobots/robots.png
share/gnome/pixmaps/gnobots/windows.png
share/gnome/pixmaps/gnobots/yahoo.png
share/gnome/pixmaps/gnome-mahjongg.png
share/gnome/pixmaps/gnome-stones/amoeba.png
share/gnome/pixmaps/gnome-stones/boulder.png
share/gnome/pixmaps/gnome-stones/butterfly.png
@ -70,7 +118,14 @@ share/gnome/pixmaps/gnome-stones/frame.png
share/gnome/pixmaps/gnome-stones/gnome.png
share/gnome/pixmaps/gnome-stones/title.png
share/gnome/pixmaps/gnome-stones/wall.png
share/gnome/pixmaps/gnothello/tiles.png
share/gnome/pixmaps/gnothello.png
share/gnome/pixmaps/gnothello/blend.png
share/gnome/pixmaps/gnothello/classic.png
share/gnome/pixmaps/gnothello/flipblend.png
share/gnome/pixmaps/gnothello/metal.png
share/gnome/pixmaps/gnothello/metal2.png
share/gnome/pixmaps/gnothello/shrink.png
share/gnome/pixmaps/gnothello/woodtrim.png
share/gnome/pixmaps/mahjongg/default.png
share/gnome/pixmaps/mahjongg/seta.png
share/gnome/pixmaps/same-gnome/blink-sync.png
@ -83,26 +138,41 @@ share/gnome/pixmaps/gnome-gnobots.png
share/gnome/pixmaps/gnome-gyahtzee.png
share/gnome/pixmaps/gnome-stones.png
share/gnome/sol-games/camelot.scm
share/gnome/sol-games/canfield.scm
share/gnome/sol-games/clock.scm
share/gnome/sol-games/doublets.scm
share/gnome/sol-games/eagle_wing.scm
share/gnome/sol-games/fortunes.scm
share/gnome/sol-games/freecell.scm
share/gnome/sol-games/klondike.scm
share/gnome/sol-games/odessa.scm
share/gnome/sol-games/osmosis.scm
share/gnome/sol-games/pileon.scm
share/gnome/sol-games/sol.scm
share/gnome/sol-games/spider.scm
share/gnome/sol-games/yukon.scm
share/locale/cs/LC_MESSAGES/gnome-games.mo
share/locale/da/LC_MESSAGES/gnome-games.mo
share/locale/de/LC_MESSAGES/gnome-games.mo
share/locale/es/LC_MESSAGES/gnome-games.mo
share/locale/fi/LC_MESSAGES/gnome-games.mo
share/locale/fr/LC_MESSAGES/gnome-games.mo
share/locale/ga/LC_MESSAGES/gnome-games.mo
share/locale/it/LC_MESSAGES/gnome-games.mo
share/locale/ja/LC_MESSAGES/gnome-games.mo
share/locale/ko/LC_MESSAGES/gnome-games.mo
share/locale/no/LC_MESSAGES/gnome-games.mo
share/locale/pl/LC_MESSAGES/gnome-games.mo
share/locale/pt/LC_MESSAGES/gnome-games.mo
@dirrm include/gdkcardimage
@dirrm share/gnome/help/gnobots/C
@dirrm share/gnome/help/gnobots
@dirrm share/gnome/pixmaps/cards/backs
@dirrm share/gnome/pixmaps/cards/honors
@dirrm share/gnome/pixmaps/cards/jokers
@dirrm share/gnome/pixmaps/cards/ranks
@dirrm share/gnome/pixmaps/cards/slots
@dirrm share/gnome/pixmaps/cards/suits
@dirrm share/gnome/pixmaps/cards
@dirrm share/gnome/pixmaps/gnobots
@dirrm share/gnome/pixmaps/gnome-stones
@ -110,4 +180,5 @@ share/locale/pt/LC_MESSAGES/gnome-games.mo
@dirrm share/gnome/pixmaps/mahjongg
@dirrm share/gnome/pixmaps/same-gnome
@dirrm share/gnome/sol-games
@dirrm share/gnome/gnome-stones/objects
@dirrm share/gnome/gnome-stones

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomegames
# Version required: 0.30
# Version required: 0.99.0
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.5 1998/11/15 03:14:20 jseger Exp $
# $Id: Makefile,v 1.6 1998/11/17 17:38:20 vanilla Exp $
#
DISTNAME= gnome-games-0.30
PKGNAME= gnomegames-0.30
DISTNAME= gnome-games-0.99.0
PKGNAME= gnomegames-0.99.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
@ -18,13 +18,15 @@ LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:

View File

@ -1 +1 @@
MD5 (gnome-games-0.30.tar.gz) = aadc04f2e54e00538eedad8f0be69d69
MD5 (gnome-games-0.99.0.tar.gz) = a0c0516090e25569ef6e769f63d3f32d

View File

@ -1,7 +1,7 @@
--- 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
--- aisleriot/Makefile.in.orig Fri Dec 18 01:55:08 1998
+++ aisleriot/Makefile.in Fri Jan 1 15:08:49 1999
@@ -128,7 +128,7 @@
SUBDIRS=docs pixmaps
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
@ -9,9 +9,20 @@
-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 @@
--- aisleriot/docs/Makefile.in.orig Fri Jan 1 16:30:30 1999
+++ aisleriot/docs/Makefile.in Fri Jan 1 16:30:40 1999
@@ -125,7 +125,7 @@
XPM_LIBS = @XPM_LIBS@
l = @l@
-helpdir = $(datadir)/gnome/help/aisleriot/C
+helpdir = $(datadir)/help/aisleriot/C
help_DATA = index.html intro.html glossary.html gpl.html \
camelot.html canfield.html clock.html doublets.html \
--- freecell/src/Makefile.in.orig Fri Dec 18 01:54:30 1998
+++ freecell/src/Makefile.in Fri Jan 1 15:08:49 1999
@@ -122,7 +122,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = \
@ -20,9 +31,9 @@
-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 @@
--- gnobots/Makefile.in.orig Fri Dec 18 01:54:54 1998
+++ gnobots/Makefile.in Fri Jan 1 15:08:49 1999
@@ -123,10 +123,10 @@
pixmapdir=$(datadir)/pixmaps/gnobots
appicondir=$(datadir)/pixmaps
Gamesdir = $(datadir)/apps/Games
@ -35,9 +46,9 @@
-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 @@
--- gnome-stones/Makefile.in.orig Fri Dec 18 01:55:01 1998
+++ gnome-stones/Makefile.in Fri Jan 1 15:08:49 1999
@@ -127,7 +127,7 @@
Cavesdir = $(datadir)/gnome-stones
INCLUDES = \
@ -46,9 +57,25 @@
-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 @@
--- gnome-stones/objects/Makefile.in.orig Fri Dec 18 01:55:04 1998
+++ gnome-stones/objects/Makefile.in Fri Jan 1 15:33:20 1999
@@ -121,11 +121,11 @@
GSTONES_SRC_DIR = $(srcdir)/../
-objectdir= $(libdir)/gnome-stones/objects
+objectdir= $(datadir)/gnome-stones/objects
INCLUDES = \
-I$(GSTONES_SRC_DIR) \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- gnomine/Makefile.in.orig Fri Dec 18 01:54:32 1998
+++ gnomine/Makefile.in Fri Jan 1 15:08:49 1999
@@ -123,7 +123,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = \
@ -57,31 +84,31 @@
-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 @@
--- gnothello/Makefile.in.orig Fri Dec 18 01:54:58 1998
+++ gnothello/Makefile.in Fri Jan 1 15:10:26 1999
@@ -126,7 +126,7 @@
INCLUDES = \
-DHAVE_ORBIT \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- gturing/Makefile.in.orig Fri Dec 18 01:54:44 1998
+++ gturing/Makefile.in Fri Jan 1 15:08:49 1999
@@ -122,7 +122,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 @@
$(GNOME_INCLUDEDIR) \
-DVERSION=\""$(VERSION)"\"
--- gyahtzee/Makefile.in.orig Fri Dec 18 01:54:49 1998
+++ gyahtzee/Makefile.in Fri Jan 1 15:08:49 1999
@@ -125,7 +125,7 @@
SUBDIRS = pix
INCLUDES = \
@ -90,7 +117,7 @@
-DGNOMEPIXMAPDIR=\""$(datadir)/pixmaps"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
@@ -126,7 +126,7 @@
@@ -133,7 +133,7 @@
@HAS_CURSES_TRUE@CYAHTZEE=cyahtzee
@ -99,9 +126,20 @@
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 @@
--- mahjongg/Makefile.in.orig Fri Dec 18 01:54:41 1998
+++ mahjongg/Makefile.in Fri Jan 1 15:08:49 1999
@@ -125,7 +125,7 @@
appicondir=$(datadir)/pixmaps
INCLUDES = -I.. -I$(srcdir)/.. \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- same-gnome/Makefile.in.orig Fri Dec 18 01:54:36 1998
+++ same-gnome/Makefile.in Fri Jan 1 15:08:49 1999
@@ -124,7 +124,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = -I.. -I$(srcdir)/.. \
@ -110,14 +148,25 @@
-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
--- scottfree/Makefile.in.orig Fri Dec 18 01:54:39 1998
+++ scottfree/Makefile.in Fri Jan 1 15:11:32 1999
@@ -120,7 +120,7 @@
l = @l@
INCLUDES = -I.. -I$(srcdir)/.. \
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- po/Makefile.in.in.orig Fri Jan 1 15:19:04 1999
+++ po/Makefile.in.in Fri Jan 1 15:19:15 1999
@@ -18,7 +18,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
-datadir = $(prefix)/@DATADIRNAME@
+datadir = $(prefix)/share
localedir = $(datadir)/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po

View File

@ -1,11 +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 @@
--- 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 @@
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_LDFLAGS = -version-info 0:0:0
+libgdkcardimage_la_LDFLAGS = -version-info 0:99:0
libgdkcardimage_la_LIBADD = $(GTK_LIBS)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h

View File

@ -1,10 +1,10 @@
--- ./aisleriot/menu.c.org Mon Oct 5 21:47:57 1998
+++ ./aisleriot/menu.c Mon Oct 5 21:45:56 1998
@@ -18,6 +18,7 @@
--- 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 @@
*/
#define MENU_C
#include <config.h>
+#include <sys/types.h>
#include <dirent.h>
#include <guile/gh.h>
#include "gnome.h"
#include "sol.h"

View File

@ -0,0 +1,11 @@
--- 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 @@
static gboolean
scan_public_plugin_directory (void)
{
- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/");
+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/");
plugin_load_plugins_in_dir (dir);

View File

@ -1,3 +1,4 @@
bin/GnomeScott
bin/freecell
bin/gnobots
bin/gnome-stones
@ -12,7 +13,7 @@ include/gdkcardimage/gdk-card-image.h
lib/libgdkcardimage.a
lib/libgdkcardimage.la
lib/libgdkcardimage.so
lib/libgdkcardimage.so.0.30
lib/libgdkcardimage.so.0.99
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/gnome/apps/Games/freecell.desktop
@ -31,23 +32,69 @@ share/gnome/games/gnomine.Biiiig.scores
share/gnome/games/gnomine.Custom.scores
share/gnome/games/gnomine.Medium.scores
share/gnome/games/gnomine.Tiny.scores
share/gnome/games/gnothello.b1.scores
share/gnome/games/gnothello.b2.scores
share/gnome/games/gnothello.b3.scores
share/gnome/games/gnothello.w1.scores
share/gnome/games/gnothello.w2.scores
share/gnome/games/gnothello.w3.scores
share/gnome/games/gyahtzee.scores
share/gnome/games/mahjongg.scores
share/gnome/games/same-gnome.scores
share/gnome/gnome-stones/default.caves
share/gnome/gnome-stones/gnomekoban.caves
share/gnome/gnome-stones/tutorial.caves
share/gnome/gnome-stones/objects/libgnome-stones.a
share/gnome/gnome-stones/objects/libgnome-stones.la
share/gnome/gnome-stones/objects/libgnome-stones.so
share/gnome/gnome-stones/objects/libgnome-stones.so.0
share/gnome/gnome-stones/objects/libgnomekoban.a
share/gnome/gnome-stones/objects/libgnomekoban.la
share/gnome/gnome-stones/objects/libgnomekoban.so
share/gnome/gnome-stones/objects/libgnomekoban.so.0
share/gnome/help/aisleriot/C/camelot-goal.gif
share/gnome/help/aisleriot/C/camelot.html
share/gnome/help/aisleriot/C/canfield.html
share/gnome/help/aisleriot/C/clock-rules.gif
share/gnome/help/aisleriot/C/clock.html
share/gnome/help/aisleriot/C/docbook.css
share/gnome/help/aisleriot/C/doublets.html
share/gnome/help/aisleriot/C/eagle-wing.html
share/gnome/help/aisleriot/C/fortunes.html
share/gnome/help/aisleriot/C/glossary.html
share/gnome/help/aisleriot/C/gpl.html
share/gnome/help/aisleriot/C/index.html
share/gnome/help/aisleriot/C/intro.html
share/gnome/help/aisleriot/C/klondike.html
share/gnome/help/aisleriot/C/odessa.html
share/gnome/help/aisleriot/C/osmosis.html
share/gnome/help/aisleriot/C/pileon.html
share/gnome/help/aisleriot/C/spider.html
share/gnome/help/aisleriot/C/topic.dat
share/gnome/help/aisleriot/C/yukon.html
share/gnome/help/gnobots/C/index.html
share/gnome/help/gnobots/C/topic.dat
share/gnome/pixmaps/cards/Background.xpm
share/gnome/pixmaps/cards/Baize.xpm
share/gnome/pixmaps/cards/Cardback1.xpm
share/gnome/pixmaps/cards/Cardback2.xpm
share/gnome/pixmaps/cards/Cardback3.xpm
share/gnome/pixmaps/cards/Cardback4.xpm
share/gnome/pixmaps/cards/Cardback5.xpm
share/gnome/pixmaps/cards/Pictures.xpm
share/gnome/pixmaps/cards/Ranks.xpm
share/gnome/pixmaps/cards/Suits.xpm
share/gnome/pixmaps/cards/backs/beige.png
share/gnome/pixmaps/cards/backs/face.png
share/gnome/pixmaps/cards/backs/grey.png
share/gnome/pixmaps/cards/backs/rods.png
share/gnome/pixmaps/cards/honors/bonded.png
share/gnome/pixmaps/cards/honors/xpat.png
share/gnome/pixmaps/cards/jokers/gnome.png
share/gnome/pixmaps/cards/ranks/bold-09x14.png
share/gnome/pixmaps/cards/ranks/fine-07x12.png
share/gnome/pixmaps/cards/slots/hand.png
share/gnome/pixmaps/cards/slots/plain.png
share/gnome/pixmaps/cards/suits/knuth-09x10.png
share/gnome/pixmaps/cards/suits/knuth-15x19.png
share/gnome/pixmaps/cards/suits/knuth-18x21.png
share/gnome/pixmaps/cards/suits/knuth-21x25.png
share/gnome/pixmaps/cards/suits/xpat-11x11.png
share/gnome/pixmaps/cards/suits/xpat-15x15.png
share/gnome/pixmaps/cards/suits/xpat-21x21.png
share/gnome/pixmaps/cards/suits/xpat-41x41.png
share/gnome/pixmaps/cards/baize.png
share/gnome/pixmaps/cards/splash.png
share/gnome/pixmaps/gnobots/aieee.png
share/gnome/pixmaps/gnobots/cows.png
share/gnome/pixmaps/gnobots/eggs.png
@ -56,6 +103,7 @@ share/gnome/pixmaps/gnobots/mice.png
share/gnome/pixmaps/gnobots/robots.png
share/gnome/pixmaps/gnobots/windows.png
share/gnome/pixmaps/gnobots/yahoo.png
share/gnome/pixmaps/gnome-mahjongg.png
share/gnome/pixmaps/gnome-stones/amoeba.png
share/gnome/pixmaps/gnome-stones/boulder.png
share/gnome/pixmaps/gnome-stones/butterfly.png
@ -70,7 +118,14 @@ share/gnome/pixmaps/gnome-stones/frame.png
share/gnome/pixmaps/gnome-stones/gnome.png
share/gnome/pixmaps/gnome-stones/title.png
share/gnome/pixmaps/gnome-stones/wall.png
share/gnome/pixmaps/gnothello/tiles.png
share/gnome/pixmaps/gnothello.png
share/gnome/pixmaps/gnothello/blend.png
share/gnome/pixmaps/gnothello/classic.png
share/gnome/pixmaps/gnothello/flipblend.png
share/gnome/pixmaps/gnothello/metal.png
share/gnome/pixmaps/gnothello/metal2.png
share/gnome/pixmaps/gnothello/shrink.png
share/gnome/pixmaps/gnothello/woodtrim.png
share/gnome/pixmaps/mahjongg/default.png
share/gnome/pixmaps/mahjongg/seta.png
share/gnome/pixmaps/same-gnome/blink-sync.png
@ -83,26 +138,41 @@ share/gnome/pixmaps/gnome-gnobots.png
share/gnome/pixmaps/gnome-gyahtzee.png
share/gnome/pixmaps/gnome-stones.png
share/gnome/sol-games/camelot.scm
share/gnome/sol-games/canfield.scm
share/gnome/sol-games/clock.scm
share/gnome/sol-games/doublets.scm
share/gnome/sol-games/eagle_wing.scm
share/gnome/sol-games/fortunes.scm
share/gnome/sol-games/freecell.scm
share/gnome/sol-games/klondike.scm
share/gnome/sol-games/odessa.scm
share/gnome/sol-games/osmosis.scm
share/gnome/sol-games/pileon.scm
share/gnome/sol-games/sol.scm
share/gnome/sol-games/spider.scm
share/gnome/sol-games/yukon.scm
share/locale/cs/LC_MESSAGES/gnome-games.mo
share/locale/da/LC_MESSAGES/gnome-games.mo
share/locale/de/LC_MESSAGES/gnome-games.mo
share/locale/es/LC_MESSAGES/gnome-games.mo
share/locale/fi/LC_MESSAGES/gnome-games.mo
share/locale/fr/LC_MESSAGES/gnome-games.mo
share/locale/ga/LC_MESSAGES/gnome-games.mo
share/locale/it/LC_MESSAGES/gnome-games.mo
share/locale/ja/LC_MESSAGES/gnome-games.mo
share/locale/ko/LC_MESSAGES/gnome-games.mo
share/locale/no/LC_MESSAGES/gnome-games.mo
share/locale/pl/LC_MESSAGES/gnome-games.mo
share/locale/pt/LC_MESSAGES/gnome-games.mo
@dirrm include/gdkcardimage
@dirrm share/gnome/help/gnobots/C
@dirrm share/gnome/help/gnobots
@dirrm share/gnome/pixmaps/cards/backs
@dirrm share/gnome/pixmaps/cards/honors
@dirrm share/gnome/pixmaps/cards/jokers
@dirrm share/gnome/pixmaps/cards/ranks
@dirrm share/gnome/pixmaps/cards/slots
@dirrm share/gnome/pixmaps/cards/suits
@dirrm share/gnome/pixmaps/cards
@dirrm share/gnome/pixmaps/gnobots
@dirrm share/gnome/pixmaps/gnome-stones
@ -110,4 +180,5 @@ share/locale/pt/LC_MESSAGES/gnome-games.mo
@dirrm share/gnome/pixmaps/mahjongg
@dirrm share/gnome/pixmaps/same-gnome
@dirrm share/gnome/sol-games
@dirrm share/gnome/gnome-stones/objects
@dirrm share/gnome/gnome-stones

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomegames
# Version required: 0.30
# Version required: 0.99.0
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.5 1998/11/15 03:14:20 jseger Exp $
# $Id: Makefile,v 1.6 1998/11/17 17:38:20 vanilla Exp $
#
DISTNAME= gnome-games-0.30
PKGNAME= gnomegames-0.30
DISTNAME= gnome-games-0.99.0
PKGNAME= gnomegames-0.99.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
@ -18,13 +18,15 @@ LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:

View File

@ -1 +1 @@
MD5 (gnome-games-0.30.tar.gz) = aadc04f2e54e00538eedad8f0be69d69
MD5 (gnome-games-0.99.0.tar.gz) = a0c0516090e25569ef6e769f63d3f32d

View File

@ -1,7 +1,7 @@
--- 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
--- aisleriot/Makefile.in.orig Fri Dec 18 01:55:08 1998
+++ aisleriot/Makefile.in Fri Jan 1 15:08:49 1999
@@ -128,7 +128,7 @@
SUBDIRS=docs pixmaps
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
@ -9,9 +9,20 @@
-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 @@
--- aisleriot/docs/Makefile.in.orig Fri Jan 1 16:30:30 1999
+++ aisleriot/docs/Makefile.in Fri Jan 1 16:30:40 1999
@@ -125,7 +125,7 @@
XPM_LIBS = @XPM_LIBS@
l = @l@
-helpdir = $(datadir)/gnome/help/aisleriot/C
+helpdir = $(datadir)/help/aisleriot/C
help_DATA = index.html intro.html glossary.html gpl.html \
camelot.html canfield.html clock.html doublets.html \
--- freecell/src/Makefile.in.orig Fri Dec 18 01:54:30 1998
+++ freecell/src/Makefile.in Fri Jan 1 15:08:49 1999
@@ -122,7 +122,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = \
@ -20,9 +31,9 @@
-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 @@
--- gnobots/Makefile.in.orig Fri Dec 18 01:54:54 1998
+++ gnobots/Makefile.in Fri Jan 1 15:08:49 1999
@@ -123,10 +123,10 @@
pixmapdir=$(datadir)/pixmaps/gnobots
appicondir=$(datadir)/pixmaps
Gamesdir = $(datadir)/apps/Games
@ -35,9 +46,9 @@
-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 @@
--- gnome-stones/Makefile.in.orig Fri Dec 18 01:55:01 1998
+++ gnome-stones/Makefile.in Fri Jan 1 15:08:49 1999
@@ -127,7 +127,7 @@
Cavesdir = $(datadir)/gnome-stones
INCLUDES = \
@ -46,9 +57,25 @@
-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 @@
--- gnome-stones/objects/Makefile.in.orig Fri Dec 18 01:55:04 1998
+++ gnome-stones/objects/Makefile.in Fri Jan 1 15:33:20 1999
@@ -121,11 +121,11 @@
GSTONES_SRC_DIR = $(srcdir)/../
-objectdir= $(libdir)/gnome-stones/objects
+objectdir= $(datadir)/gnome-stones/objects
INCLUDES = \
-I$(GSTONES_SRC_DIR) \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- gnomine/Makefile.in.orig Fri Dec 18 01:54:32 1998
+++ gnomine/Makefile.in Fri Jan 1 15:08:49 1999
@@ -123,7 +123,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = \
@ -57,31 +84,31 @@
-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 @@
--- gnothello/Makefile.in.orig Fri Dec 18 01:54:58 1998
+++ gnothello/Makefile.in Fri Jan 1 15:10:26 1999
@@ -126,7 +126,7 @@
INCLUDES = \
-DHAVE_ORBIT \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- gturing/Makefile.in.orig Fri Dec 18 01:54:44 1998
+++ gturing/Makefile.in Fri Jan 1 15:08:49 1999
@@ -122,7 +122,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 @@
$(GNOME_INCLUDEDIR) \
-DVERSION=\""$(VERSION)"\"
--- gyahtzee/Makefile.in.orig Fri Dec 18 01:54:49 1998
+++ gyahtzee/Makefile.in Fri Jan 1 15:08:49 1999
@@ -125,7 +125,7 @@
SUBDIRS = pix
INCLUDES = \
@ -90,7 +117,7 @@
-DGNOMEPIXMAPDIR=\""$(datadir)/pixmaps"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
@@ -126,7 +126,7 @@
@@ -133,7 +133,7 @@
@HAS_CURSES_TRUE@CYAHTZEE=cyahtzee
@ -99,9 +126,20 @@
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 @@
--- mahjongg/Makefile.in.orig Fri Dec 18 01:54:41 1998
+++ mahjongg/Makefile.in Fri Jan 1 15:08:49 1999
@@ -125,7 +125,7 @@
appicondir=$(datadir)/pixmaps
INCLUDES = -I.. -I$(srcdir)/.. \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- same-gnome/Makefile.in.orig Fri Dec 18 01:54:36 1998
+++ same-gnome/Makefile.in Fri Jan 1 15:08:49 1999
@@ -124,7 +124,7 @@
Gamesdir = $(datadir)/apps/Games
INCLUDES = -I.. -I$(srcdir)/.. \
@ -110,14 +148,25 @@
-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
--- scottfree/Makefile.in.orig Fri Dec 18 01:54:39 1998
+++ scottfree/Makefile.in Fri Jan 1 15:11:32 1999
@@ -120,7 +120,7 @@
l = @l@
INCLUDES = -I.. -I$(srcdir)/.. \
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
-I$(includedir) \
-I$(includedir) \
$(GNOME_INCLUDEDIR)
--- po/Makefile.in.in.orig Fri Jan 1 15:19:04 1999
+++ po/Makefile.in.in Fri Jan 1 15:19:15 1999
@@ -18,7 +18,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
-datadir = $(prefix)/@DATADIRNAME@
+datadir = $(prefix)/share
localedir = $(datadir)/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po

View File

@ -1,11 +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 @@
--- 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 @@
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_LDFLAGS = -version-info 0:0:0
+libgdkcardimage_la_LDFLAGS = -version-info 0:99:0
libgdkcardimage_la_LIBADD = $(GTK_LIBS)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h

View File

@ -1,10 +1,10 @@
--- ./aisleriot/menu.c.org Mon Oct 5 21:47:57 1998
+++ ./aisleriot/menu.c Mon Oct 5 21:45:56 1998
@@ -18,6 +18,7 @@
--- 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 @@
*/
#define MENU_C
#include <config.h>
+#include <sys/types.h>
#include <dirent.h>
#include <guile/gh.h>
#include "gnome.h"
#include "sol.h"

View File

@ -0,0 +1,11 @@
--- 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 @@
static gboolean
scan_public_plugin_directory (void)
{
- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/");
+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/");
plugin_load_plugins_in_dir (dir);

View File

@ -1,3 +1,4 @@
bin/GnomeScott
bin/freecell
bin/gnobots
bin/gnome-stones
@ -12,7 +13,7 @@ include/gdkcardimage/gdk-card-image.h
lib/libgdkcardimage.a
lib/libgdkcardimage.la
lib/libgdkcardimage.so
lib/libgdkcardimage.so.0.30
lib/libgdkcardimage.so.0.99
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/gnome/apps/Games/freecell.desktop
@ -31,23 +32,69 @@ share/gnome/games/gnomine.Biiiig.scores
share/gnome/games/gnomine.Custom.scores
share/gnome/games/gnomine.Medium.scores
share/gnome/games/gnomine.Tiny.scores
share/gnome/games/gnothello.b1.scores
share/gnome/games/gnothello.b2.scores
share/gnome/games/gnothello.b3.scores
share/gnome/games/gnothello.w1.scores
share/gnome/games/gnothello.w2.scores
share/gnome/games/gnothello.w3.scores
share/gnome/games/gyahtzee.scores
share/gnome/games/mahjongg.scores
share/gnome/games/same-gnome.scores
share/gnome/gnome-stones/default.caves
share/gnome/gnome-stones/gnomekoban.caves
share/gnome/gnome-stones/tutorial.caves
share/gnome/gnome-stones/objects/libgnome-stones.a
share/gnome/gnome-stones/objects/libgnome-stones.la
share/gnome/gnome-stones/objects/libgnome-stones.so
share/gnome/gnome-stones/objects/libgnome-stones.so.0
share/gnome/gnome-stones/objects/libgnomekoban.a
share/gnome/gnome-stones/objects/libgnomekoban.la
share/gnome/gnome-stones/objects/libgnomekoban.so
share/gnome/gnome-stones/objects/libgnomekoban.so.0
share/gnome/help/aisleriot/C/camelot-goal.gif
share/gnome/help/aisleriot/C/camelot.html
share/gnome/help/aisleriot/C/canfield.html
share/gnome/help/aisleriot/C/clock-rules.gif
share/gnome/help/aisleriot/C/clock.html
share/gnome/help/aisleriot/C/docbook.css
share/gnome/help/aisleriot/C/doublets.html
share/gnome/help/aisleriot/C/eagle-wing.html
share/gnome/help/aisleriot/C/fortunes.html
share/gnome/help/aisleriot/C/glossary.html
share/gnome/help/aisleriot/C/gpl.html
share/gnome/help/aisleriot/C/index.html
share/gnome/help/aisleriot/C/intro.html
share/gnome/help/aisleriot/C/klondike.html
share/gnome/help/aisleriot/C/odessa.html
share/gnome/help/aisleriot/C/osmosis.html
share/gnome/help/aisleriot/C/pileon.html
share/gnome/help/aisleriot/C/spider.html
share/gnome/help/aisleriot/C/topic.dat
share/gnome/help/aisleriot/C/yukon.html
share/gnome/help/gnobots/C/index.html
share/gnome/help/gnobots/C/topic.dat
share/gnome/pixmaps/cards/Background.xpm
share/gnome/pixmaps/cards/Baize.xpm
share/gnome/pixmaps/cards/Cardback1.xpm
share/gnome/pixmaps/cards/Cardback2.xpm
share/gnome/pixmaps/cards/Cardback3.xpm
share/gnome/pixmaps/cards/Cardback4.xpm
share/gnome/pixmaps/cards/Cardback5.xpm
share/gnome/pixmaps/cards/Pictures.xpm
share/gnome/pixmaps/cards/Ranks.xpm
share/gnome/pixmaps/cards/Suits.xpm
share/gnome/pixmaps/cards/backs/beige.png
share/gnome/pixmaps/cards/backs/face.png
share/gnome/pixmaps/cards/backs/grey.png
share/gnome/pixmaps/cards/backs/rods.png
share/gnome/pixmaps/cards/honors/bonded.png
share/gnome/pixmaps/cards/honors/xpat.png
share/gnome/pixmaps/cards/jokers/gnome.png
share/gnome/pixmaps/cards/ranks/bold-09x14.png
share/gnome/pixmaps/cards/ranks/fine-07x12.png
share/gnome/pixmaps/cards/slots/hand.png
share/gnome/pixmaps/cards/slots/plain.png
share/gnome/pixmaps/cards/suits/knuth-09x10.png
share/gnome/pixmaps/cards/suits/knuth-15x19.png
share/gnome/pixmaps/cards/suits/knuth-18x21.png
share/gnome/pixmaps/cards/suits/knuth-21x25.png
share/gnome/pixmaps/cards/suits/xpat-11x11.png
share/gnome/pixmaps/cards/suits/xpat-15x15.png
share/gnome/pixmaps/cards/suits/xpat-21x21.png
share/gnome/pixmaps/cards/suits/xpat-41x41.png
share/gnome/pixmaps/cards/baize.png
share/gnome/pixmaps/cards/splash.png
share/gnome/pixmaps/gnobots/aieee.png
share/gnome/pixmaps/gnobots/cows.png
share/gnome/pixmaps/gnobots/eggs.png
@ -56,6 +103,7 @@ share/gnome/pixmaps/gnobots/mice.png
share/gnome/pixmaps/gnobots/robots.png
share/gnome/pixmaps/gnobots/windows.png
share/gnome/pixmaps/gnobots/yahoo.png
share/gnome/pixmaps/gnome-mahjongg.png
share/gnome/pixmaps/gnome-stones/amoeba.png
share/gnome/pixmaps/gnome-stones/boulder.png
share/gnome/pixmaps/gnome-stones/butterfly.png
@ -70,7 +118,14 @@ share/gnome/pixmaps/gnome-stones/frame.png
share/gnome/pixmaps/gnome-stones/gnome.png
share/gnome/pixmaps/gnome-stones/title.png
share/gnome/pixmaps/gnome-stones/wall.png
share/gnome/pixmaps/gnothello/tiles.png
share/gnome/pixmaps/gnothello.png
share/gnome/pixmaps/gnothello/blend.png
share/gnome/pixmaps/gnothello/classic.png
share/gnome/pixmaps/gnothello/flipblend.png
share/gnome/pixmaps/gnothello/metal.png
share/gnome/pixmaps/gnothello/metal2.png
share/gnome/pixmaps/gnothello/shrink.png
share/gnome/pixmaps/gnothello/woodtrim.png
share/gnome/pixmaps/mahjongg/default.png
share/gnome/pixmaps/mahjongg/seta.png
share/gnome/pixmaps/same-gnome/blink-sync.png
@ -83,26 +138,41 @@ share/gnome/pixmaps/gnome-gnobots.png
share/gnome/pixmaps/gnome-gyahtzee.png
share/gnome/pixmaps/gnome-stones.png
share/gnome/sol-games/camelot.scm
share/gnome/sol-games/canfield.scm
share/gnome/sol-games/clock.scm
share/gnome/sol-games/doublets.scm
share/gnome/sol-games/eagle_wing.scm
share/gnome/sol-games/fortunes.scm
share/gnome/sol-games/freecell.scm
share/gnome/sol-games/klondike.scm
share/gnome/sol-games/odessa.scm
share/gnome/sol-games/osmosis.scm
share/gnome/sol-games/pileon.scm
share/gnome/sol-games/sol.scm
share/gnome/sol-games/spider.scm
share/gnome/sol-games/yukon.scm
share/locale/cs/LC_MESSAGES/gnome-games.mo
share/locale/da/LC_MESSAGES/gnome-games.mo
share/locale/de/LC_MESSAGES/gnome-games.mo
share/locale/es/LC_MESSAGES/gnome-games.mo
share/locale/fi/LC_MESSAGES/gnome-games.mo
share/locale/fr/LC_MESSAGES/gnome-games.mo
share/locale/ga/LC_MESSAGES/gnome-games.mo
share/locale/it/LC_MESSAGES/gnome-games.mo
share/locale/ja/LC_MESSAGES/gnome-games.mo
share/locale/ko/LC_MESSAGES/gnome-games.mo
share/locale/no/LC_MESSAGES/gnome-games.mo
share/locale/pl/LC_MESSAGES/gnome-games.mo
share/locale/pt/LC_MESSAGES/gnome-games.mo
@dirrm include/gdkcardimage
@dirrm share/gnome/help/gnobots/C
@dirrm share/gnome/help/gnobots
@dirrm share/gnome/pixmaps/cards/backs
@dirrm share/gnome/pixmaps/cards/honors
@dirrm share/gnome/pixmaps/cards/jokers
@dirrm share/gnome/pixmaps/cards/ranks
@dirrm share/gnome/pixmaps/cards/slots
@dirrm share/gnome/pixmaps/cards/suits
@dirrm share/gnome/pixmaps/cards
@dirrm share/gnome/pixmaps/gnobots
@dirrm share/gnome/pixmaps/gnome-stones
@ -110,4 +180,5 @@ share/locale/pt/LC_MESSAGES/gnome-games.mo
@dirrm share/gnome/pixmaps/mahjongg
@dirrm share/gnome/pixmaps/same-gnome
@dirrm share/gnome/sol-games
@dirrm share/gnome/gnome-stones/objects
@dirrm share/gnome/gnome-stones