diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
commit | 9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch) | |
tree | 534d0190982c831de589344c3003940ec6f2d6b1 /accessibility/gail | |
parent | Followup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has no (diff) |
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
Diffstat (limited to 'accessibility/gail')
-rw-r--r-- | accessibility/gail/Makefile | 4 | ||||
-rw-r--r-- | accessibility/gail/distinfo | 2 | ||||
-rw-r--r-- | accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in | 11 | ||||
-rw-r--r-- | accessibility/gail/pkg-plist | 4 |
4 files changed, 17 insertions, 4 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 2f81cac2a9a8..9a66364bd004 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gail -PORTVERSION= 1.2.2 +PORTVERSION= 1.4.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/accessibility/gail/distinfo b/accessibility/gail/distinfo index 7b01394f42b0..1c8abbab58fe 100644 --- a/accessibility/gail/distinfo +++ b/accessibility/gail/distinfo @@ -1 +1 @@ -MD5 (gnome2/gail-1.2.2.tar.bz2) = cace76d052501c10f57c145618205509 +MD5 (gnome2/gail-1.4.0.tar.bz2) = 6eba35f812cf007da332a9fef4865e71 diff --git a/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in b/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in new file mode 100644 index 000000000000..c61bc365ad8f --- /dev/null +++ b/accessibility/gail/files/patch-docs_reference_libgail-util_Makefile.in @@ -0,0 +1,11 @@ +--- docs/reference/libgail-util/Makefile.in.orig Thu May 15 14:45:49 2003 ++++ docs/reference/libgail-util/Makefile.in Thu May 15 14:47:43 2003 +@@ -299,8 +299,6 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ + fi) + + # diff --git a/accessibility/gail/pkg-plist b/accessibility/gail/pkg-plist index a947bd3a9d5d..a45c4b6a4380 100644 --- a/accessibility/gail/pkg-plist +++ b/accessibility/gail/pkg-plist @@ -8,9 +8,11 @@ lib/libgailutil.so lib/libgailutil.so.17 libdata/pkgconfig/gail.pc share/doc/gail-libgail-util/book1.html +share/doc/gail-libgail-util/gail-libgail-util-GailMisc.html +share/doc/gail-libgail-util/gail-libgail-util-GailTextUtil.html share/doc/gail-libgail-util/gail-libgail-util-gailmisc.html share/doc/gail-libgail-util/gail-libgail-util-gailtextutil.html -share/doc/gail-libgail-util/index.sgml +share/doc/gail-libgail-util/index.html share/doc/gail-libgail-util/libgail-util-main.html @dirrm share/doc/gail-libgail-util @dirrm lib/gtk-2.0/modules |