summaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-11 20:34:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-11 20:34:59 +0000
commitcfe0d5ef4500ca9928d83c64e467fd5c6c345055 (patch)
tree06d7bb516bebbe05a2b01712d9eb8860f38c69d7 /www/seamonkey2
parentUpdate checksum, tarballwas rerolled and few changes (diff)
Upgrade to 0.9.1.
Notes
Notes: svn path=/head/; revision=43869
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile2
-rw-r--r--www/seamonkey2/distinfo2
-rw-r--r--www/seamonkey2/files/patch-ap38
-rw-r--r--www/seamonkey2/files/patch-security::manager::Makefile.in11
-rw-r--r--www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.c66
-rw-r--r--www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h17
-rw-r--r--www/seamonkey2/pkg-plist28
7 files changed, 24 insertions, 140 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index ed7681c24c1e..fb2e7deb7f6c 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mozilla
-PORTVERSION= 0.9
+PORTVERSION= 0.9.1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
diff --git a/www/seamonkey2/distinfo b/www/seamonkey2/distinfo
index b6832be15a7e..a13b82f7f2e6 100644
--- a/www/seamonkey2/distinfo
+++ b/www/seamonkey2/distinfo
@@ -1 +1 @@
-MD5 (mozilla-source-0.9.tar.bz2) = ebe1d6bae2182e2a096a714dd54303ec
+MD5 (mozilla-source-0.9.1.tar.bz2) = 1026af0ec03db33f3095c2c17d002749
diff --git a/www/seamonkey2/files/patch-ap b/www/seamonkey2/files/patch-ap
deleted file mode 100644
index 2db3c4707256..000000000000
--- a/www/seamonkey2/files/patch-ap
+++ /dev/null
@@ -1,38 +0,0 @@
---- security/coreconf/config.mk.orig Tue Mar 13 21:00:48 2001
-+++ security/coreconf/config.mk Mon May 14 18:13:01 2001
-@@ -56,7 +56,7 @@
- # each OS release. #
- #######################################################################
-
--ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET)))
-+ifeq (,$(filter-out BSD_OS NetBSD OS2 FreeBSD,$(OS_TARGET)))
- include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
- else
- include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
---- security/psm/server/Makefile.orig Fri Mar 30 21:46:06 2001
-+++ security/psm/server/Makefile Mon May 14 18:03:23 2001
-@@ -67,11 +67,11 @@
- endif
- endif
-
--ifeq ($(OS_ARCH), Linux)
-+ifeq ($(OS_ARCH), FreeBSD)
- ifdef USE_PTHREADS
- # Replace OS_LIBS, because the order of libpthread, libdl, and libc are
- # very important. Otherwise you get horrible crashes.
--OS_LIBS = -lpthread -ldl -lc
-+OS_LIBS = -pthread
- endif
- endif
-
-@@ -165,8 +165,8 @@
- XPCOM_LINK_LIBS = -lxpcom
- XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX)
- else
--NSPR_LINK_LIBS = $(NSPR_LIBS)
--XPCOM_LINK_LIBS = $(XPCOM_LIBS)
-+NSPR_LINK_LIBS = -L$(DIST)/lib -lnspr4 -lplc4 -lplds4
-+XPCOM_LINK_LIBS = -lxpcom
- endif
-
- ifndef MOZ_DIST
diff --git a/www/seamonkey2/files/patch-security::manager::Makefile.in b/www/seamonkey2/files/patch-security::manager::Makefile.in
deleted file mode 100644
index 0ddf7c6a12ae..000000000000
--- a/www/seamonkey2/files/patch-security::manager::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- security/manager/Makefile.in.orig Mon Apr 16 00:50:16 2001
-+++ security/manager/Makefile.in Tue May 22 10:10:27 2001
-@@ -44,7 +44,7 @@
- include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
- endif
- include $(CORE_DEPTH)/coreconf/prefix.mk
--CPU_TAG := _$(CPU_ARCH)
-+#CPU_TAG := _$(CPU_ARCH)
- LOADABLE_ROOT_MODULE := $(DLL_PREFIX)nssckbi.$(DLL_SUFFIX)
- CORECONF_OBJDIR:=$(OBJDIR_NAME)
-
diff --git a/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.c b/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.c
deleted file mode 100644
index 25b708dd0495..000000000000
--- a/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.c
+++ /dev/null
@@ -1,66 +0,0 @@
-Patch that fixes a bug with Galeon. Should go after 0.9. Obtained from
-http://bugzilla.mozilla.org/show_bug.cgi?id=79022.
-
-$FreeBSD$
-
---- widget/src/gtksuperwin/gtkmozarea.c.orig Thu May 3 07:11:01 2001
-+++ widget/src/gtksuperwin/gtkmozarea.c Tue May 22 13:46:58 2001
-@@ -25,6 +25,7 @@
- static void gtk_mozarea_unrealize (GtkWidget *widget);
- static void gtk_mozarea_size_allocate (GtkWidget *widget,
- GtkAllocation *allocation);
-+static void gtk_mozarea_destroy (GtkObject *object);
-
- static void
- attach_toplevel_listener(GtkMozArea *mozarea);
-@@ -85,6 +86,8 @@
- widget_class->unrealize = gtk_mozarea_unrealize;
- widget_class->size_allocate = gtk_mozarea_size_allocate;
-
-+ object_class->destroy = gtk_mozarea_destroy;
-+
- parent_class = gtk_type_class(gtk_widget_get_type());
-
- /* set up our signals */
-@@ -112,6 +115,7 @@
- {
- mozarea->superwin = NULL;
- mozarea->toplevel_focus = FALSE;
-+ mozarea->toplevel_window = NULL;
- }
-
- static void
-@@ -179,6 +183,22 @@
- }
- }
-
-+static void
-+gtk_mozarea_destroy(GtkObject *object)
-+{
-+ GtkMozArea *mozarea;
-+
-+ g_return_if_fail(GTK_IS_MOZAREA(object));
-+
-+ mozarea = GTK_MOZAREA(object);
-+
-+ /* remove the filter on the toplevel window */
-+ gdk_window_remove_filter(mozarea->toplevel_window, toplevel_window_filter,
-+ mozarea);
-+
-+ GTK_OBJECT_CLASS(parent_class)->destroy(object);
-+}
-+
- GtkWidget*
- gtk_mozarea_new (GdkWindow *parent_window)
- {
-@@ -220,6 +240,10 @@
- automatically be removed. */
-
- gdk_window_add_filter(gdk_window, toplevel_window_filter, mozarea);
-+
-+ /* save it so that we can remove the filter later */
-+
-+ mozarea->toplevel_window = gdk_window;
- }
-
- /* this function will try to find the real toplevel for a gdk window. */
diff --git a/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h b/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h
deleted file mode 100644
index e96a7ea10608..000000000000
--- a/www/seamonkey2/files/patch-widget::src::gtksuperwin::gtkmozarea.h
+++ /dev/null
@@ -1,17 +0,0 @@
-Patch that fixes a bug with Galeon. Should go after 0.9. Obtained from
-http://bugzilla.mozilla.org/show_bug.cgi?id=79022.
-
-$FreeBSD$
-
---- widget/src/gtksuperwin/gtkmozarea.h.orig Thu May 3 07:11:02 2001
-+++ widget/src/gtksuperwin/gtkmozarea.h Tue May 22 17:18:26 2001
-@@ -39,6 +39,9 @@
- GtkWidget widget;
- GdkSuperWin *superwin;
- gboolean toplevel_focus;
-+
-+ /* store away the toplevel window */
-+ GdkWindow *toplevel_window;
- };
-
- struct _GtkMozAreaClass
diff --git a/www/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist
index f3975156f366..36bfedd40c01 100644
--- a/www/seamonkey2/pkg-plist
+++ b/www/seamonkey2/pkg-plist
@@ -40,7 +40,10 @@ lib/mozilla/TestFileInput
lib/mozilla/TestFileInput2
lib/mozilla/TestFileTransport
lib/mozilla/TestGtkEmbed
+lib/mozilla/TestGtkEmbedChild
lib/mozilla/TestGtkEmbedNotebook
+lib/mozilla/TestGtkEmbedSocket
+lib/mozilla/TestHttp
lib/mozilla/TestID
lib/mozilla/TestInterfaceInfo
lib/mozilla/TestLineBreak
@@ -58,7 +61,6 @@ lib/mozilla/TestSocketIO
lib/mozilla/TestSocketInput
lib/mozilla/TestSocketTransport
lib/mozilla/TestStreamConv
-lib/mozilla/TestSyncHTTP
lib/mozilla/TestTXMgr
lib/mozilla/TestThreads
lib/mozilla/TestVoidBTree
@@ -106,19 +108,31 @@ lib/mozilla/components/cookie.xpt
lib/mozilla/components/directory.xpt
lib/mozilla/components/docshell.xpt
lib/mozilla/components/dom.xpt
+lib/mozilla/components/dom_base.xpt
+lib/mozilla/components/dom_core.xpt
+lib/mozilla/components/dom_css.xpt
+lib/mozilla/components/dom_events.xpt
+lib/mozilla/components/dom_html.xpt
+lib/mozilla/components/dom_range.xpt
+lib/mozilla/components/dom_stylesheets.xpt
+lib/mozilla/components/dom_views.xpt
+lib/mozilla/components/dom_xbl.xpt
+lib/mozilla/components/dom_xul.xpt
lib/mozilla/components/editor.xpt
lib/mozilla/components/embed_base.xpt
lib/mozilla/components/exthandler.xpt
+lib/mozilla/components/find.xpt
lib/mozilla/components/gfx.xpt
lib/mozilla/components/gfx2.xpt
+lib/mozilla/components/helperAppDlg.xpt
lib/mozilla/components/history.xpt
lib/mozilla/components/imglib2.xpt
lib/mozilla/components/import.xpt
lib/mozilla/components/intl.xpt
lib/mozilla/components/jar.xpt
lib/mozilla/components/jsconsole-clhandler.js
+lib/mozilla/components/jsconsole.xpt
lib/mozilla/components/jsurl.xpt
-lib/mozilla/components/layout.xpt
lib/mozilla/components/layout_base.xpt
lib/mozilla/components/layout_xul.xpt
lib/mozilla/components/layout_xul_outliner.xpt
@@ -150,6 +164,7 @@ lib/mozilla/components/libimgppm.so
lib/mozilla/components/libimpText.so
lib/mozilla/components/libimport.so
lib/mozilla/components/libjar50.so
+lib/mozilla/components/libjsdom.so
lib/mozilla/components/libjsloader.so
lib/mozilla/components/libjsurl.so
lib/mozilla/components/liblocalmail.so
@@ -161,7 +176,6 @@ lib/mozilla/components/libmork.so
lib/mozilla/components/libmozbrwsr.so
lib/mozilla/components/libmozfind.so
lib/mozilla/components/libmozldap.so
-lib/mozilla/components/libmozucth.so
lib/mozilla/components/libmozxfer.so
lib/mozilla/components/libmsgcompose.so
lib/mozilla/components/libmsgdb.so
@@ -187,11 +201,11 @@ lib/mozilla/components/librdf.so
lib/mozilla/components/libregviewer.so
lib/mozilla/components/libsample.so
lib/mozilla/components/libshistory.so
-lib/mozilla/components/libsigned.so
lib/mozilla/components/libsmime.so
lib/mozilla/components/libstrres.so
lib/mozilla/components/libtestdynamic.so
lib/mozilla/components/libtimer_gtk.so
+lib/mozilla/components/libtransformiix.so
lib/mozilla/components/libtxmgr.so
lib/mozilla/components/libtxtsvc.so
lib/mozilla/components/libuconv.so
@@ -223,7 +237,6 @@ lib/mozilla/components/mozbrwsr.xpt
lib/mozilla/components/mozcomps.xpt
lib/mozilla/components/mozfind.xpt
lib/mozilla/components/mozldap.xpt
-lib/mozilla/components/mozucth.xpt
lib/mozilla/components/mozxfer.xpt
lib/mozilla/components/msgbase.xpt
lib/mozilla/components/msgcompose.xpt
@@ -247,6 +260,7 @@ lib/mozilla/components/necko_viewsource.xpt
lib/mozilla/components/npsimple.xpt
lib/mozilla/components/nsDictionary.js
lib/mozilla/components/nsFilePicker.js
+lib/mozilla/components/nsHelperAppDlg.js
lib/mozilla/components/nsProxyAutoConfig.js
lib/mozilla/components/nsSample.js
lib/mozilla/components/nsSidebar.js
@@ -271,6 +285,7 @@ lib/mozilla/components/shistory.xpt
lib/mozilla/components/sidebar.xpt
lib/mozilla/components/signonviewer.xpt
lib/mozilla/components/timebomb.xpt
+lib/mozilla/components/transformiix.xpt
lib/mozilla/components/txmgr.xpt
lib/mozilla/components/txtsvc.xpt
lib/mozilla/components/uconv.xpt
@@ -298,6 +313,7 @@ lib/mozilla/components/xpconnect_tests.xpt
lib/mozilla/components/xpinstall.xpt
lib/mozilla/components/xpti.dat
lib/mozilla/components/xptitemp.dat
+lib/mozilla/components/xsl_doc.xpt
lib/mozilla/components/xuldoc.xpt
lib/mozilla/components/xultmpl.xpt
lib/mozilla/defaults/pref/all.js
@@ -336,7 +352,6 @@ lib/mozilla/libgkgfx.so
lib/mozilla/libgtkembedmoz.so
lib/mozilla/libgtksuperwin.so
lib/mozilla/libgtkxtbin.so
-lib/mozilla/libjsdom.so
lib/mozilla/libjsj.so
lib/mozilla/liblber40.so
lib/mozilla/libldap40.so
@@ -376,6 +391,7 @@ lib/mozilla/res/builtin/platformHTMLBindings.xml
lib/mozilla/res/builtin/xbl-forms.css
lib/mozilla/res/charsetData.properties
lib/mozilla/res/charsetalias.properties
+lib/mozilla/res/cmessage.txt
lib/mozilla/res/entityTables/html40Latin1.properties
lib/mozilla/res/entityTables/html40Special.properties
lib/mozilla/res/entityTables/html40Symbols.properties