diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /accessibility/at-spi/files | |
parent | - Update port 0.1.6 (diff) |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Diffstat (limited to 'accessibility/at-spi/files')
3 files changed, 11 insertions, 22 deletions
diff --git a/accessibility/at-spi/files/patch-docs_reference_idl_Makefile.in b/accessibility/at-spi/files/patch-docs_reference_idl_Makefile.in new file mode 100644 index 000000000000..f8b41ab8c214 --- /dev/null +++ b/accessibility/at-spi/files/patch-docs_reference_idl_Makefile.in @@ -0,0 +1,11 @@ +--- docs/reference/idl/Makefile.in.orig Fri Mar 31 17:43:05 2006 ++++ docs/reference/idl/Makefile.in Fri Mar 31 17:43:28 2006 +@@ -233,7 +233,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + doxygen_configfile = Doxyfile + EXTRA_DIST = Doxyfile README html +-referencetopdir = $(datadir)/doc/at-spi-$(VERSION)/reference ++referencetopdir = $(prefix)/share/doc/at-spi-$(VERSION)/reference + referencedir = $(referencetopdir)/html + all: all-am + diff --git a/accessibility/at-spi/files/patch-libspi_Makefile.in b/accessibility/at-spi/files/patch-libspi_Makefile.in deleted file mode 100644 index cfb55a212a86..000000000000 --- a/accessibility/at-spi/files/patch-libspi_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libspi/Makefile.in.orig Fri May 2 13:36:07 2003 -+++ libspi/Makefile.in Fri May 2 13:36:37 2003 -@@ -539,7 +539,7 @@ - mostlyclean distclean maintainer-clean - - --$(top_srcdir)/libspi/accessible.c $(top_srcdir)/libspi/base.h $(top_srcdir)/libspi/keystrokelistener.h $(top_srcdir)/libspi/libspi.h $(top_srcdir)/libspi/listener.h $(top_srcdir)/libspi/remoteobject.h : Accessibility.h -+accessible.c base.h keystrokelistener.h libspi.h listener.h remoteobject.h : Accessibility.h - - $(IDL_OUT) Accessibility-imodule.c : $(IDL_DEPS) $(ORBIT_IDL) - $(ORBIT_IDL) -D__ACCESSIBILITY_COMPILATION__ $(IDLFLAGS) $(top_srcdir)/idl/Accessibility.idl diff --git a/accessibility/at-spi/files/patch-registryd_Makefile.in b/accessibility/at-spi/files/patch-registryd_Makefile.in deleted file mode 100644 index 7729e9da1400..000000000000 --- a/accessibility/at-spi/files/patch-registryd_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- registryd/Makefile.in.orig Fri Aug 8 12:15:34 2003 -+++ registryd/Makefile.in Fri Aug 8 12:20:05 2003 -@@ -150,7 +150,7 @@ - at_spi_registryd_SOURCES = desktop.c desktop.h deviceeventcontroller.c deviceeventcontroller.h registry-main.c registry.c registry.h - - --LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS) -+LDADD = -L$(top_builddir)/libspi/.libs $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS) - - serverinfodir = $(prefix)/libdata/bonobo/servers - serverinfo_DATA = Accessibility_Registry.server |