From 8494aa8bf404b55ca369999c693e2d3d4d50fcbc Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 5 Apr 2004 04:15:24 +0000 Subject: Fix some known compatibility problems with GNOME 2.6. --- textproc/gnome-spell/Makefile | 2 +- textproc/gnome-spell/files/patch-gnome-spell_Makefile.in | 10 ++++++++++ textproc/gnome-spell/pkg-descr | 5 +---- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 textproc/gnome-spell/files/patch-gnome-spell_Makefile.in (limited to 'textproc/gnome-spell') diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 98dde8ae2724..5171a48b8897 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomespell PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-spell/1.0 diff --git a/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in b/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in new file mode 100644 index 000000000000..8050486bcabd --- /dev/null +++ b/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in @@ -0,0 +1,10 @@ +--- gnome-spell/Makefile.in.orig Tue Dec 9 15:48:14 2003 ++++ gnome-spell/Makefile.in Tue Dec 9 15:48:18 2003 +@@ -138,7 +138,6 @@ + -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ + -DGLADE_DATADIR=\"$(gladedir)\" \ + -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \ +- -DGTK_DISABLE_DEPRECATED=1 \ + -DASPELL_DICT=\""$(ASPELL_DICT)"\" \ + $(GNOME_SPELL_CFLAGS) \ + $(END) diff --git a/textproc/gnome-spell/pkg-descr b/textproc/gnome-spell/pkg-descr index a5004d360237..10f0e6faa6bf 100644 --- a/textproc/gnome-spell/pkg-descr +++ b/textproc/gnome-spell/pkg-descr @@ -1,6 +1,3 @@ -Gnome Spell is GNOME/Bonobo component for spell checking. In current version -it contains GNOME::Spell::Dictionary object, which provides spell checking -dictionary. It's based on pspell package, which is required to build -gnome-spell. +Gnome Spell is GNOME/Bonobo component for spell-checking. WWW: http://www.gnome.org/ -- cgit