diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
commit | 768900dddc2adb5bd0af6b3e0d59654dc71d2e9b (patch) | |
tree | b6e12b7f558af77dfbd52ab89a84489c127fc85b /games/gnomegames2/files | |
parent | 2fba1a2d8eb914d118a18389a4efb30f38717605 (diff) | |
download | marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.gz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.zst marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2/files')
-rw-r--r-- | games/gnomegames2/files/patch-ab | 11 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-ac | 11 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-configure | 19 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-gnome-stones_Makefile.in | 11 |
4 files changed, 0 insertions, 52 deletions
diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab deleted file mode 100644 index 67cea1ce8..000000000 --- a/games/gnomegames2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/objects/Makefile.in.orig Sun Jun 15 20:28:06 2003 -+++ gnome-stones/objects/Makefile.in Sun Jun 15 20:28:06 2003 -@@ -136,7 +136,7 @@ - - GSTONES_SRC_DIR = $(srcdir)/../ - --objectdir = $(libdir)/gnome-stones/objects -+objectdir = $(datadir)/gnome-stones/objects - - INCLUDES = \ - -I$(GSTONES_SRC_DIR) \ diff --git a/games/gnomegames2/files/patch-ac b/games/gnomegames2/files/patch-ac deleted file mode 100644 index 4f62486fb..000000000 --- a/games/gnomegames2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk-card-image/Makefile.in.orig Wed May 8 16:32:35 2002 -+++ 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 = $(GNOME_GAMES_LIBS) @UCB_LDFLAGS@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h diff --git a/games/gnomegames2/files/patch-configure b/games/gnomegames2/files/patch-configure deleted file mode 100644 index b633cbcce..000000000 --- a/games/gnomegames2/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- 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/gnomegames2/files/patch-gnome-stones_Makefile.in b/games/gnomegames2/files/patch-gnome-stones_Makefile.in deleted file mode 100644 index 92fbe9e88..000000000 --- a/games/gnomegames2/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 |