summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-04 21:51:17 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-04 21:51:17 +0000
commit48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch)
tree43d6d8552e11e9fff48a03d2af1f0686d4662f6e /editors
parentVarious patches (mainly shared library revision changes) for those (diff)
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
Notes
Notes: svn path=/head/; revision=42260
Diffstat (limited to 'editors')
-rw-r--r--editors/AbiWord/Makefile2
-rw-r--r--editors/AbiWord/files/patch-avoid-gnomeole221
-rw-r--r--editors/AbiWord2/Makefile2
-rw-r--r--editors/AbiWord2/files/patch-avoid-gnomeole221
-rw-r--r--editors/abiword-devel/Makefile2
-rw-r--r--editors/abiword-devel/files/patch-avoid-gnomeole221
-rw-r--r--editors/abiword/Makefile2
-rw-r--r--editors/abiword/files/patch-avoid-gnomeole221
-rw-r--r--editors/gedit/Makefile5
-rw-r--r--editors/gedit/distinfo2
-rw-r--r--editors/gedit/pkg-plist16
-rw-r--r--editors/gedit2/Makefile5
-rw-r--r--editors/gedit2/distinfo2
-rw-r--r--editors/gedit2/pkg-plist16
14 files changed, 96 insertions, 42 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile
index 98461e9e4225..1b52e1633c99 100644
--- a/editors/AbiWord/Makefile
+++ b/editors/AbiWord/Makefile
@@ -11,6 +11,7 @@
PORTNAME= AbiWord
PORTVERSION= 0.7.13
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
DISTNAME= abi-${PORTVERSION}
@@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
# unzip is needed during the installation process
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
-# iconv.2:${PORTSDIR}/converters/iconv
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
diff --git a/editors/AbiWord/files/patch-avoid-gnomeole2 b/editors/AbiWord/files/patch-avoid-gnomeole2
new file mode 100644
index 000000000000..71406025f301
--- /dev/null
+++ b/editors/AbiWord/files/patch-avoid-gnomeole2
@@ -0,0 +1,21 @@
+--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
+@@ -14,3 +14,3 @@
+
+-#include <libole2/ms-ole-vba.h>
++#include "ms-ole-vba.h"
+
+--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
++++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
+@@ -12,3 +12,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
+--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
+@@ -38,3 +38,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 98461e9e4225..1b52e1633c99 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -11,6 +11,7 @@
PORTNAME= AbiWord
PORTVERSION= 0.7.13
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
DISTNAME= abi-${PORTVERSION}
@@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
# unzip is needed during the installation process
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
-# iconv.2:${PORTSDIR}/converters/iconv
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
diff --git a/editors/AbiWord2/files/patch-avoid-gnomeole2 b/editors/AbiWord2/files/patch-avoid-gnomeole2
new file mode 100644
index 000000000000..71406025f301
--- /dev/null
+++ b/editors/AbiWord2/files/patch-avoid-gnomeole2
@@ -0,0 +1,21 @@
+--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
+@@ -14,3 +14,3 @@
+
+-#include <libole2/ms-ole-vba.h>
++#include "ms-ole-vba.h"
+
+--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
++++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
+@@ -12,3 +12,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
+--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
+@@ -38,3 +38,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index 98461e9e4225..1b52e1633c99 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -11,6 +11,7 @@
PORTNAME= AbiWord
PORTVERSION= 0.7.13
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
DISTNAME= abi-${PORTVERSION}
@@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
# unzip is needed during the installation process
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
-# iconv.2:${PORTSDIR}/converters/iconv
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
diff --git a/editors/abiword-devel/files/patch-avoid-gnomeole2 b/editors/abiword-devel/files/patch-avoid-gnomeole2
new file mode 100644
index 000000000000..71406025f301
--- /dev/null
+++ b/editors/abiword-devel/files/patch-avoid-gnomeole2
@@ -0,0 +1,21 @@
+--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
+@@ -14,3 +14,3 @@
+
+-#include <libole2/ms-ole-vba.h>
++#include "ms-ole-vba.h"
+
+--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
++++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
+@@ -12,3 +12,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
+--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
+@@ -38,3 +38,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 98461e9e4225..1b52e1633c99 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -11,6 +11,7 @@
PORTNAME= AbiWord
PORTVERSION= 0.7.13
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
DISTNAME= abi-${PORTVERSION}
@@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
# unzip is needed during the installation process
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
-# iconv.2:${PORTSDIR}/converters/iconv
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
DIST_SUBDIR= AbiWord
diff --git a/editors/abiword/files/patch-avoid-gnomeole2 b/editors/abiword/files/patch-avoid-gnomeole2
new file mode 100644
index 000000000000..71406025f301
--- /dev/null
+++ b/editors/abiword/files/patch-avoid-gnomeole2
@@ -0,0 +1,21 @@
+--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
+@@ -14,3 +14,3 @@
+
+-#include <libole2/ms-ole-vba.h>
++#include "ms-ole-vba.h"
+
+--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
++++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
+@@ -12,3 +12,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
+--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
++++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
+@@ -38,3 +38,3 @@
+
+-#include <libole2/ms-ole.h>
++#include "ms-ole.h"
+
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 790ccebe424a..05886d9a75e7 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -6,16 +6,13 @@
#
PORTNAME= gedit
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.6
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gedit
MAINTAINER= ade@FreeBSD.org
-LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
- glade.4:${PORTSDIR}/devel/libglade
-
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo
index 8ff6e98d53c8..878143fd9a3f 100644
--- a/editors/gedit/distinfo
+++ b/editors/gedit/distinfo
@@ -1 +1 @@
-MD5 (gedit-0.9.4.tar.gz) = 6e7eb64c6263422c5dafaeefaf43b38c
+MD5 (gedit-0.9.6.tar.gz) = 6050a8d7288aef81727736e935f7fe6a
diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist
index af35cd043499..cac481f4245d 100644
--- a/editors/gedit/pkg-plist
+++ b/editors/gedit/pkg-plist
@@ -19,10 +19,8 @@ share/gnome/gedit/glade/prefs.glade
share/gnome/gedit/glade/program.glade
share/gnome/gedit/glade/replace.glade
share/gnome/gedit/glade/shell_output.glade
-share/gnome/help/gedit/C/authors.html
-share/gnome/help/gedit/C/bugs.html
+share/gnome/gedit/glade/uri.glade
share/gnome/help/gedit/C/docbook.css
-share/gnome/help/gedit/C/faq.html
share/gnome/help/gedit/C/images/browse.png
share/gnome/help/gedit/C/images/convert.png
share/gnome/help/gedit/C/images/diff.png
@@ -44,11 +42,7 @@ share/gnome/help/gedit/C/images/replace.png
share/gnome/help/gedit/C/images/shell.png
share/gnome/help/gedit/C/images/toolbar.png
share/gnome/help/gedit/C/index.html
-share/gnome/help/gedit/C/license.html
-share/gnome/help/gedit/C/ln10.html
-share/gnome/help/gedit/C/menus.html
share/gnome/help/gedit/C/plugins.html
-share/gnome/help/gedit/C/prefs-0.html
share/gnome/help/gedit/C/stylesheet-images/caution.gif
share/gnome/help/gedit/C/stylesheet-images/home.gif
share/gnome/help/gedit/C/stylesheet-images/important.gif
@@ -63,10 +57,7 @@ share/gnome/help/gedit/C/stylesheet-images/up.gif
share/gnome/help/gedit/C/stylesheet-images/warning.gif
share/gnome/help/gedit/C/topic.dat
share/gnome/help/gedit/C/usage.html
-share/gnome/help/gedit/ja/authors.html
-share/gnome/help/gedit/ja/bugs.html
share/gnome/help/gedit/ja/docbook.css
-share/gnome/help/gedit/ja/faq.html
share/gnome/help/gedit/ja/images/browse.png
share/gnome/help/gedit/ja/images/convert.png
share/gnome/help/gedit/ja/images/diff.png
@@ -88,11 +79,7 @@ share/gnome/help/gedit/ja/images/replace.png
share/gnome/help/gedit/ja/images/shell.png
share/gnome/help/gedit/ja/images/toolbar.png
share/gnome/help/gedit/ja/index.html
-share/gnome/help/gedit/ja/license.html
-share/gnome/help/gedit/ja/ln13.html
-share/gnome/help/gedit/ja/menus.html
share/gnome/help/gedit/ja/plugins.html
-share/gnome/help/gedit/ja/prefs-0.html
share/gnome/help/gedit/ja/stylesheet-images/caution.gif
share/gnome/help/gedit/ja/stylesheet-images/home.gif
share/gnome/help/gedit/ja/stylesheet-images/important.gif
@@ -110,6 +97,7 @@ share/gnome/help/gedit/ja/usage.html
share/gnome/mime-info/gedit.keys
share/gnome/pixmaps/gedit-icon.png
share/gnome/pixmaps/gedit-logo.png
+share/locale/az/LC_MESSAGES/gedit.mo
share/locale/ca/LC_MESSAGES/gedit.mo
share/locale/cs/LC_MESSAGES/gedit.mo
share/locale/da/LC_MESSAGES/gedit.mo
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index 790ccebe424a..05886d9a75e7 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -6,16 +6,13 @@
#
PORTNAME= gedit
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.6
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gedit
MAINTAINER= ade@FreeBSD.org
-LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
- glade.4:${PORTSDIR}/devel/libglade
-
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo
index 8ff6e98d53c8..878143fd9a3f 100644
--- a/editors/gedit2/distinfo
+++ b/editors/gedit2/distinfo
@@ -1 +1 @@
-MD5 (gedit-0.9.4.tar.gz) = 6e7eb64c6263422c5dafaeefaf43b38c
+MD5 (gedit-0.9.6.tar.gz) = 6050a8d7288aef81727736e935f7fe6a
diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist
index af35cd043499..cac481f4245d 100644
--- a/editors/gedit2/pkg-plist
+++ b/editors/gedit2/pkg-plist
@@ -19,10 +19,8 @@ share/gnome/gedit/glade/prefs.glade
share/gnome/gedit/glade/program.glade
share/gnome/gedit/glade/replace.glade
share/gnome/gedit/glade/shell_output.glade
-share/gnome/help/gedit/C/authors.html
-share/gnome/help/gedit/C/bugs.html
+share/gnome/gedit/glade/uri.glade
share/gnome/help/gedit/C/docbook.css
-share/gnome/help/gedit/C/faq.html
share/gnome/help/gedit/C/images/browse.png
share/gnome/help/gedit/C/images/convert.png
share/gnome/help/gedit/C/images/diff.png
@@ -44,11 +42,7 @@ share/gnome/help/gedit/C/images/replace.png
share/gnome/help/gedit/C/images/shell.png
share/gnome/help/gedit/C/images/toolbar.png
share/gnome/help/gedit/C/index.html
-share/gnome/help/gedit/C/license.html
-share/gnome/help/gedit/C/ln10.html
-share/gnome/help/gedit/C/menus.html
share/gnome/help/gedit/C/plugins.html
-share/gnome/help/gedit/C/prefs-0.html
share/gnome/help/gedit/C/stylesheet-images/caution.gif
share/gnome/help/gedit/C/stylesheet-images/home.gif
share/gnome/help/gedit/C/stylesheet-images/important.gif
@@ -63,10 +57,7 @@ share/gnome/help/gedit/C/stylesheet-images/up.gif
share/gnome/help/gedit/C/stylesheet-images/warning.gif
share/gnome/help/gedit/C/topic.dat
share/gnome/help/gedit/C/usage.html
-share/gnome/help/gedit/ja/authors.html
-share/gnome/help/gedit/ja/bugs.html
share/gnome/help/gedit/ja/docbook.css
-share/gnome/help/gedit/ja/faq.html
share/gnome/help/gedit/ja/images/browse.png
share/gnome/help/gedit/ja/images/convert.png
share/gnome/help/gedit/ja/images/diff.png
@@ -88,11 +79,7 @@ share/gnome/help/gedit/ja/images/replace.png
share/gnome/help/gedit/ja/images/shell.png
share/gnome/help/gedit/ja/images/toolbar.png
share/gnome/help/gedit/ja/index.html
-share/gnome/help/gedit/ja/license.html
-share/gnome/help/gedit/ja/ln13.html
-share/gnome/help/gedit/ja/menus.html
share/gnome/help/gedit/ja/plugins.html
-share/gnome/help/gedit/ja/prefs-0.html
share/gnome/help/gedit/ja/stylesheet-images/caution.gif
share/gnome/help/gedit/ja/stylesheet-images/home.gif
share/gnome/help/gedit/ja/stylesheet-images/important.gif
@@ -110,6 +97,7 @@ share/gnome/help/gedit/ja/usage.html
share/gnome/mime-info/gedit.keys
share/gnome/pixmaps/gedit-icon.png
share/gnome/pixmaps/gedit-logo.png
+share/locale/az/LC_MESSAGES/gedit.mo
share/locale/ca/LC_MESSAGES/gedit.mo
share/locale/cs/LC_MESSAGES/gedit.mo
share/locale/da/LC_MESSAGES/gedit.mo