diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
commit | c4851e78e4f63338fe9a4883e5b7a0370dce27f7 (patch) | |
tree | 3910aa2e83f782cec94f15b4547dadb741cd29ce /games/gnome-games/files/patch-ac | |
parent | f82c84522b047dd99c6f9d85ce3e07217ccce7df (diff) | |
download | ports-c4851e78e4f63338fe9a4883e5b7a0370dce27f7.tar.gz ports-c4851e78e4f63338fe9a4883e5b7a0370dce27f7.zip |
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
Notes
Notes:
svn path=/head/; revision=106172
Diffstat (limited to 'games/gnome-games/files/patch-ac')
-rw-r--r-- | games/gnome-games/files/patch-ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/gnome-games/files/patch-ac b/games/gnome-games/files/patch-ac index 4f62486fb3b2..2605cefdfe3f 100644 --- a/games/gnome-games/files/patch-ac +++ b/games/gnome-games/files/patch-ac @@ -1,11 +1,11 @@ ---- 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 +--- gdk-card-image/Makefile.in.orig Wed Dec 10 11:44:58 2003 ++++ gdk-card-image/Makefile.in Wed Dec 10 11:45:48 2003 +@@ -243,7 +243,7 @@ + libgdkcardimage_la_SOURCES = gdk-card-image.c card-style-file.c libgdkcardimageincludedir = $(includedir)/gdkcardimage - libgdkcardimageinclude_HEADERS = gdk-card-image.h + libgdkcardimageinclude_HEADERS = gdk-card-image.h card-style-file.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 + subdir = gdk-card-image + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |