pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla Update mozilla to 1.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/29903e89c5c9
branches: trunk
changeset: 466369:29903e89c5c9
user: taya <taya%pkgsrc.org@localhost>
date: Sat Jan 17 00:04:49 2004 +0000
description:
Update mozilla to 1.6
- New features and Fixes from release notes:
* One of the most requested Mozilla Mail features, an option to
separate the Recipient and Sender columns in the thread pane, has been
implemented.
* Another frequently requested MailNews feature, a preference for
placing the user's signature above the quoted text, has been added.
* "Remove from server after x days" has been implemented for POP3 mail
accounts.
* vCard support has been added to Mozilla Mail.
* Mozilla 1.6 includes a new cross-platform NTLM authentication
mechanism. This feature brings NTLM authentication to the non-Windows
Mozilla users for the first time and also delivers more robust and
featureful NTLM support to users of older Windows versions.
* Ask Jeeves searching has been added to Mozilla 1.6.
* "Translate Page" functionality has returned to this release of Mozilla.
* The View Source window now has reload functionality.
* Several security-related bugs were fixed in 1.6
* Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support,
halfop mode support, and properly masks key and password dialogs.
* Many crash bugs have been fixed.
* One step closer to the kitchen sink, about:about has been
implemented. Typing about:about in the address field will give the
user a nice list of available about:s.
* The opacity implementation was completely revamped to properly
change the opacity of all descendants as a group.
* CSS inheritance has been updated to work per CSS2.1 (computed values
are inherited).
- pkgsrc specific changes
* add option to build with gtk2 (not completed yet)(from Jeremy C. Reed)
* make mathml optional (for MozillaThunderbird)
diffstat:
www/mozilla/Makefile | 6 +-
www/mozilla/Makefile.common | 22 +++++++++-
www/mozilla/PLIST | 86 ++++++++++++++++++------------------------
www/mozilla/buildlink2.mk | 4 +-
www/mozilla/distinfo | 38 +++++++++---------
www/mozilla/files/moz-install | 8 +++-
www/mozilla/patches/patch-ab | 21 +++-------
www/mozilla/patches/patch-ac | 4 +-
www/mozilla/patches/patch-ad | 4 +-
www/mozilla/patches/patch-ae | 4 +-
www/mozilla/patches/patch-af | 6 +-
www/mozilla/patches/patch-ag | 4 +-
www/mozilla/patches/patch-am | 14 +++---
www/mozilla/patches/patch-aw | 4 +-
www/mozilla/patches/patch-ba | 4 +-
www/mozilla/patches/patch-bb | 10 ++--
www/mozilla/patches/patch-be | 6 +-
www/mozilla/patches/patch-bm | 4 +-
www/mozilla/patches/patch-bn | 6 +-
www/mozilla/patches/patch-bo | 10 ++--
www/mozilla/patches/patch-bp | 4 +-
www/mozilla/patches/patch-bq | 4 +-
22 files changed, 137 insertions(+), 136 deletions(-)
diffs (truncated from 844 to 300 lines):
diff -r 4f41b78d447d -r 29903e89c5c9 www/mozilla/Makefile
--- a/www/mozilla/Makefile Fri Jan 16 20:03:59 2004 +0000
+++ b/www/mozilla/Makefile Sat Jan 17 00:04:49 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.124 2003/12/20 10:33:31 grant Exp $
+# $NetBSD: Makefile,v 1.125 2004/01/17 00:04:49 taya Exp $
-PKGREVISION= 1
MOZILLA= mozilla
MOZILLA_BIN= mozilla-bin
-MOZ_VER= 1.5.1
+MOZ_VER= 1.6
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -12,6 +11,7 @@
USE_GCC_SHLIB= yes
BUILD_SVG= # defined
+BUILD_MATHML= # defined
BUILD_CALENDAR= # defined
.include "../../www/mozilla/Makefile.common"
diff -r 4f41b78d447d -r 29903e89c5c9 www/mozilla/Makefile.common
--- a/www/mozilla/Makefile.common Fri Jan 16 20:03:59 2004 +0000
+++ b/www/mozilla/Makefile.common Sat Jan 17 00:04:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2004/01/12 11:44:47 grant Exp $
+# $NetBSD: Makefile.common,v 1.26 2004/01/17 00:04:49 taya Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-source-${MOZ_DIST_VER}
@@ -20,12 +20,17 @@
USE_GMAKE= yes
USE_X11= yes
GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/build/unix/mozilla-gtkmozembed.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/build/unix/mozilla-js.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/build/unix/mozilla-nspr.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/build/unix/mozilla-nss.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/build/unix/mozilla-plugin.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/build/unix/mozilla-xpcom.pc.in
CONFIGURE_ARGS+= --disable-tests \
--disable-debug \
--disable-pedantic \
--with-system-jpeg=${BUILDLINK_PREFIX.jpeg} \
--with-system-png=${BUILDLINK_PREFIX.png} \
- --enable-mathml \
--enable-crypto
SHAREMODE?= 644
@@ -36,11 +41,18 @@
UNLIMIT_RESOURCES= datasize memorysize stacksize
.include "../../graphics/freetype2/buildlink2.mk"
-.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
+.ifdef MOZILLA_USE_GTK2
+.include "../../net/libIDL/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+CONFIGURE_ARGS+= --enable-default-toolkit=gtk2
+.else
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../net/ORBit/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
+CONFIGURE_ARGS+= --enable-default-toolkit=gtk
+.endif
# NetBSD-*-m68k builds, but "regchrome" dumps core.
NOT_FOR_PLATFORM= NetBSD-1.4.*-* NetBSD-*-m68k
@@ -60,6 +72,10 @@
CONFIGURE_ARGS+= --enable-calendar
.endif
+.ifdef BUILD_MATHML
+CONFIGURE_ARGS+= --enable-mathml
+.endif
+
.if exists(${X11BASE}/include/X11/extensions/Xinerama.h)
CONFIGURE_ARGS+= --enable-xinerama
.endif
diff -r 4f41b78d447d -r 29903e89c5c9 www/mozilla/PLIST
--- a/www/mozilla/PLIST Fri Jan 16 20:03:59 2004 +0000
+++ b/www/mozilla/PLIST Sat Jan 17 00:04:49 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2003/11/27 00:03:53 taya Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/01/17 00:04:49 taya Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -10,7 +10,6 @@
lib/${MOZILLA}/regchrome
lib/${MOZILLA}/regxpcom
lib/${MOZILLA}/shlibsign
-lib/${MOZILLA}/timebombgen
lib/${MOZILLA}/xpcshell
lib/${MOZILLA}/xpicleanup
lib/${MOZILLA}/xpidl
@@ -98,7 +97,7 @@
lib/${MOZILLA}/components/libxremote_client.${SO_SUFFIX}
lib/${MOZILLA}/components/libxremoteservice.${SO_SUFFIX}
lib/${MOZILLA}/ipc/modules/liblockmodule.${SO_SUFFIX}
-lib/${MOZILLA}/ipc/modules/libtransmngr.${SO_SUFFIX}
+lib/${MOZILLA}/ipc/modules/libtransmgr.${SO_SUFFIX}
lib/${MOZILLA}/libgkgfx.${SO_SUFFIX}
lib/${MOZILLA}/libgtkembedmoz.${SO_SUFFIX}
lib/${MOZILLA}/libgtksuperwin.${SO_SUFFIX}
@@ -191,6 +190,7 @@
lib/${MOZILLA}/components/autoconfig.xpt
lib/${MOZILLA}/components/bookmarks.xpt
lib/${MOZILLA}/components/calendar.xpt
+lib/${MOZILLA}/components/calendarService.js
lib/${MOZILLA}/components/caps.xpt
lib/${MOZILLA}/components/chardet.xpt
lib/${MOZILLA}/components/chatzilla-service.js
@@ -292,6 +292,7 @@
lib/${MOZILLA}/components/nsSidebar.js
lib/${MOZILLA}/components/nsUpdateNotifier.js
lib/${MOZILLA}/components/nsXmlRpcClient.js
+lib/${MOZILLA}/components/offlineStartup.js
lib/${MOZILLA}/components/oji.xpt
lib/${MOZILLA}/components/p3p.xpt
lib/${MOZILLA}/components/pipboot.xpt
@@ -313,7 +314,6 @@
lib/${MOZILLA}/components/signonviewer.xpt
lib/${MOZILLA}/components/smime-service.js
lib/${MOZILLA}/components/spellchecker.xpt
-lib/${MOZILLA}/components/timebomb.xpt
lib/${MOZILLA}/components/txmgr.xpt
lib/${MOZILLA}/components/txtsvc.xpt
lib/${MOZILLA}/components/typeaheadfind.xpt
@@ -437,22 +437,11 @@
lib/${MOZILLA}/res/mathml.css
lib/${MOZILLA}/res/platform-forms.css
lib/${MOZILLA}/res/quirk.css
-lib/${MOZILLA}/res/rdf/article.gif
-lib/${MOZILLA}/res/rdf/document.gif
-lib/${MOZILLA}/res/rdf/dom-test-1.xul
-lib/${MOZILLA}/res/rdf/dom-test-2.xul
-lib/${MOZILLA}/res/rdf/dom-test-3.xul
lib/${MOZILLA}/res/rdf/dom-test-4.css
-lib/${MOZILLA}/res/rdf/dom-test-4.xul
-lib/${MOZILLA}/res/rdf/dom-test-5.xul
-lib/${MOZILLA}/res/rdf/dom-test-6.xul
-lib/${MOZILLA}/res/rdf/dom-test-7.xul
-lib/${MOZILLA}/res/rdf/dom-test-8.xul
lib/${MOZILLA}/res/rdf/folder-closed.gif
lib/${MOZILLA}/res/rdf/folder-open.gif
lib/${MOZILLA}/res/rdf/ignore-test.xul
lib/${MOZILLA}/res/rdf/loading.gif
-lib/${MOZILLA}/res/rdf/xpidl-test-1.xul
lib/${MOZILLA}/res/sample.unixpsfonts.properties
lib/${MOZILLA}/res/samples/Anieyes.gif
lib/${MOZILLA}/res/samples/aform.css
@@ -575,14 +564,14 @@
lib/${MOZILLA}/res/unixcharset.properties
lib/${MOZILLA}/res/viewer.properties
lib/${MOZILLA}/res/viewsource.css
-lib/${MOZILLA}/searchplugins/NetscapeSearch.gif
-lib/${MOZILLA}/searchplugins/NetscapeSearch.src
lib/${MOZILLA}/searchplugins/bugzilla.gif
lib/${MOZILLA}/searchplugins/bugzilla.src
lib/${MOZILLA}/searchplugins/dmoz.gif
lib/${MOZILLA}/searchplugins/dmoz.src
lib/${MOZILLA}/searchplugins/google.gif
lib/${MOZILLA}/searchplugins/google.src
+lib/${MOZILLA}/searchplugins/jeeves.gif
+lib/${MOZILLA}/searchplugins/jeeves.src
lib/${MOZILLA}/searchplugins/lxrmozilla.gif
lib/${MOZILLA}/searchplugins/lxrmozilla.src
lib/${MOZILLA}/searchplugins/mozilla.gif
@@ -672,6 +661,10 @@
include/${MOZILLA}/addrbook/nsIAddrDatabase.h
include/${MOZILLA}/addrbook/nsIAddressBook.h
include/${MOZILLA}/addrbook/nsILDAPPrefsService.h
+include/${MOZILLA}/addrbook/nsIMsgVCardService.h
+include/${MOZILLA}/addrbook/nsMsgVCardService.h
+include/${MOZILLA}/addrbook/nsVCard.h
+include/${MOZILLA}/addrbook/nsVCardObj.h
include/${MOZILLA}/appcomps/nsCharsetMenu.h
include/${MOZILLA}/appcomps/nsFontPackageHandler.h
include/${MOZILLA}/appcomps/nsIAutoCompleteListener.h
@@ -685,10 +678,8 @@
include/${MOZILLA}/appcomps/nsIRelatedLinksHandler.h
include/${MOZILLA}/appcomps/nsISearchContext.h
include/${MOZILLA}/appcomps/nsISearchService.h
-include/${MOZILLA}/appcomps/nsITimeBomb.h
include/${MOZILLA}/appcomps/nsIUrlbarHistory.h
include/${MOZILLA}/appcomps/nsIWindowDataSource.h
-include/${MOZILLA}/appcomps/nsTimeBomb.h
include/${MOZILLA}/appshell/nsAppShellCIDs.h
include/${MOZILLA}/appshell/nsIAppShellService.h
include/${MOZILLA}/appshell/nsICloseAllWindows.h
@@ -711,20 +702,11 @@
include/${MOZILLA}/browser/nsIBrowserInstance.h
include/${MOZILLA}/browser/nsIXULBrowserWindow.h
include/${MOZILLA}/calendar/oeIICal.h
-include/${MOZILLA}/caps/nsAggregatePrincipal.h
-include/${MOZILLA}/caps/nsBasePrincipal.h
-include/${MOZILLA}/caps/nsCertificatePrincipal.h
-include/${MOZILLA}/caps/nsCodebasePrincipal.h
-include/${MOZILLA}/caps/nsIAggregatePrincipal.h
-include/${MOZILLA}/caps/nsICertificatePrincipal.h
-include/${MOZILLA}/caps/nsICodebasePrincipal.h
include/${MOZILLA}/caps/nsIPrincipal.h
include/${MOZILLA}/caps/nsIScriptSecurityManager.h
include/${MOZILLA}/caps/nsISecurityCheckedComponent.h
include/${MOZILLA}/caps/nsISignatureVerifier.h
include/${MOZILLA}/caps/nsJSPrincipals.h
-include/${MOZILLA}/caps/nsScriptSecurityManager.h
-include/${MOZILLA}/caps/nsSystemPrincipal.h
include/${MOZILLA}/chardet/nsCharsetDetectionAdaptorCID.h
include/${MOZILLA}/chardet/nsDetectionConfident.h
include/${MOZILLA}/chardet/nsDocumentCharsetInfoCID.h
@@ -894,14 +876,7 @@
include/${MOZILLA}/content/nsXBLAtoms.h
include/${MOZILLA}/content/nsXULAtomList.h
include/${MOZILLA}/content/nsXULAtoms.h
-include/${MOZILLA}/cookie/nsCCookieManager.h
-include/${MOZILLA}/cookie/nsICookie.h
-include/${MOZILLA}/cookie/nsICookie2.h
include/${MOZILLA}/cookie/nsICookieAcceptDialog.h
-include/${MOZILLA}/cookie/nsICookieConsent.h
-include/${MOZILLA}/cookie/nsICookieManager.h
-include/${MOZILLA}/cookie/nsICookieManager2.h
-include/${MOZILLA}/cookie/nsICookiePermission.h
include/${MOZILLA}/cookie/nsICookiePromptService.h
include/${MOZILLA}/cookie/nsIImgManager.h
include/${MOZILLA}/cookie/nsIPermission.h
@@ -969,6 +944,7 @@
include/${MOZILLA}/dom/nsIDOMDOMConfiguration.h
include/${MOZILLA}/dom/nsIDOMDOMException.h
include/${MOZILLA}/dom/nsIDOMDOMImplementation.h
+include/${MOZILLA}/dom/nsIDOMDOMStringList.h
include/${MOZILLA}/dom/nsIDOMDocument.h
include/${MOZILLA}/dom/nsIDOMDocumentCSS.h
include/${MOZILLA}/dom/nsIDOMDocumentEvent.h
@@ -1085,6 +1061,7 @@
include/${MOZILLA}/dom/nsIDOMNSRange.h
include/${MOZILLA}/dom/nsIDOMNSUIEvent.h
include/${MOZILLA}/dom/nsIDOMNSXBLFormControl.h
+include/${MOZILLA}/dom/nsIDOMNameList.h
include/${MOZILLA}/dom/nsIDOMNamedNodeMap.h
include/${MOZILLA}/dom/nsIDOMNavigator.h
include/${MOZILLA}/dom/nsIDOMNode.h
@@ -1242,7 +1219,6 @@
include/${MOZILLA}/gfx/nsColor.h
include/${MOZILLA}/gfx/nsColorNameList.h
include/${MOZILLA}/gfx/nsColorNames.h
-include/${MOZILLA}/gfx/nsCompressedCharMap.h
include/${MOZILLA}/gfx/nsCoord.h
include/${MOZILLA}/gfx/nsDeviceContext.h
include/${MOZILLA}/gfx/nsFont.h
@@ -1665,7 +1641,6 @@
include/${MOZILLA}/msgbase/nsCopyMessageStreamListener.h
include/${MOZILLA}/msgbase/nsICopyMessageListener.h
include/${MOZILLA}/msgbase/nsICopyMsgStreamListener.h
-include/${MOZILLA}/msgbase/nsIFolder.h
include/${MOZILLA}/msgbase/nsIFolderListener.h
include/${MOZILLA}/msgbase/nsIIncomingServerListener.h
include/${MOZILLA}/msgbase/nsIMessenger.h
@@ -1714,7 +1689,6 @@
include/${MOZILLA}/msgbase/nsIMsgStatusFeedback.h
include/${MOZILLA}/msgbase/nsIMsgStringService.h
include/${MOZILLA}/msgbase/nsIMsgThread.h
-include/${MOZILLA}/msgbase/nsIMsgVCard.h
include/${MOZILLA}/msgbase/nsIMsgWindow.h
include/${MOZILLA}/msgbase/nsISpamSettings.h
include/${MOZILLA}/msgbase/nsISubscribableServer.h
@@ -1765,7 +1739,6 @@
include/${MOZILLA}/msgbaseutil/nsAdapterEnumerator.h
include/${MOZILLA}/msgbaseutil/nsLocalFolderSummarySpec.h
include/${MOZILLA}/msgbaseutil/nsMsgDBFolder.h
-include/${MOZILLA}/msgbaseutil/nsMsgFolder.h
include/${MOZILLA}/msgbaseutil/nsMsgGroupRecord.h
include/${MOZILLA}/msgbaseutil/nsMsgI18N.h
include/${MOZILLA}/msgbaseutil/nsMsgIdentity.h
@@ -1886,6 +1859,7 @@
include/${MOZILLA}/msglocal/nsINoIncomingServer.h
include/${MOZILLA}/msglocal/nsINoneService.h
include/${MOZILLA}/msglocal/nsIPop3IncomingServer.h
+include/${MOZILLA}/msglocal/nsIPop3Protocol.h
include/${MOZILLA}/msglocal/nsIPop3Service.h
include/${MOZILLA}/msglocal/nsIPop3Sink.h
include/${MOZILLA}/msglocal/nsIPop3URL.h
@@ -1945,14 +1919,23 @@
include/${MOZILLA}/necko/nsCPasswordManagerInternal.h
include/${MOZILLA}/necko/nsIAboutModule.h
include/${MOZILLA}/necko/nsIAsyncStreamCopier.h
+include/${MOZILLA}/necko/nsIAuthModule.h
include/${MOZILLA}/necko/nsIAuthPrompt.h
include/${MOZILLA}/necko/nsIBufferedStreams.h
include/${MOZILLA}/necko/nsIByteRangeRequest.h
include/${MOZILLA}/necko/nsICachingChannel.h
include/${MOZILLA}/necko/nsIChannel.h
+include/${MOZILLA}/necko/nsICookie.h
+include/${MOZILLA}/necko/nsICookie2.h
+include/${MOZILLA}/necko/nsICookieConsent.h
+include/${MOZILLA}/necko/nsICookieManager.h
Home |
Main Index |
Thread Index |
Old Index