Update to comm-central ("trunk") snapshot.

Currently identified as firefox-3.7a4pre.
This commit is contained in:
Tobias Nygren 2010-03-16 20:12:06 +00:00 committed by Thomas Klausner
parent 67df05251b
commit b947111bb6
22 changed files with 222 additions and 273 deletions

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.42 2010/03/15 17:25:35 tnn2 Exp $
#
# $NetBSD: Makefile,v 1.43 2010/03/16 20:12:06 tnn2 Exp $
.include "../../wip/xulrunner/dist.mk"
PKGNAME= firefox-${FIREFOX_VER}
@ -8,6 +7,7 @@ CATEGORIES= www
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.mozilla.com/en-US/firefox/
COMMENT= Web browser with support for extensions
LICENSE= mpl-1.1
MOZILLA_DIR= # empty
@ -22,10 +22,10 @@ ALL_ENV+= MOZILLA_PKG_NAME=firefox
MOZILLA=firefox
.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
MOZILLA_NAME= Firefox 3.6
MOZILLA_NAME= Firefox 3.7
MOZILLA_ICON= ${WRKSRC}/other-licenses/branding/firefox/default48.png
.else
MOZILLA_NAME= Browser 3.6
MOZILLA_NAME= Browser 3.7
MOZILLA_ICON= ${WRKSRC}/browser/branding/unofficial/default48.png
.endif

View file

@ -1,6 +1,5 @@
@comment $NetBSD: PLIST,v 1.17 2009/12/02 15:03:02 tnn2 Exp $
@comment $NetBSD: PLIST,v 1.18 2010/03/16 20:12:07 tnn2 Exp $
bin/firefox
lib/firefox/.autoreg
lib/firefox/LICENSE
lib/firefox/README.txt
lib/firefox/application.ini
@ -8,23 +7,21 @@ lib/firefox/blocklist.xml
lib/firefox/browserconfig.properties
lib/firefox/chrome/browser.jar
lib/firefox/chrome/browser.manifest
lib/firefox/chrome/classic.jar
lib/firefox/chrome/classic.manifest
lib/firefox/chrome/en-US.jar
lib/firefox/chrome/en-US.manifest
lib/firefox/chrome/icons/default/default16.png
lib/firefox/chrome/icons/default/default32.png
lib/firefox/chrome/icons/default/default48.png
lib/firefox/chrome/reporter.jar
lib/firefox/chrome/reporter.manifest
lib/firefox/chrome/toolkit.jar
lib/firefox/chrome/toolkit.manifest
lib/firefox/components/FeedConverter.js
lib/firefox/components/FeedWriter.js
lib/firefox/components/PlacesProtocolHandler.js
lib/firefox/components/WebContentConverter.js
lib/firefox/components/browser.xpt
lib/firefox/components/components.list
lib/firefox/components/fuelApplication.js
lib/firefox/components/libbrowsercomps.so
lib/firefox/components/libbrowserdirprovider.so
${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so
lib/firefox/components/nsBrowserContentHandler.js
lib/firefox/components/nsBrowserGlue.js
@ -53,6 +50,7 @@ lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
lib/firefox/firefox
lib/firefox/icons/document.png
lib/firefox/icons/mozicon128.png
lib/firefox/libmozalloc.so
lib/firefox/modules/NetworkPrioritizer.jsm
lib/firefox/modules/distribution.js
lib/firefox/modules/openLocationLastURL.jsm

View file

@ -1,18 +1,24 @@
@comment $NetBSD: PLIST,v 1.15 2010/02/16 15:45:07 tnn2 Exp $
@comment $NetBSD: PLIST,v 1.16 2010/03/16 20:12:06 tnn2 Exp $
bin/xulrunner
${PLIST.jit}include/xulrunner/Allocator.h
${PLIST.jit}include/xulrunner/Assembler.h
include/xulrunner/BasicLayers.h
${PLIST.jit}include/xulrunner/CodeAlloc.h
${PLIST.jit}include/xulrunner/Containers.h
include/xulrunner/CustomQS_Canvas2D.h
include/xulrunner/CustomQS_WebGL.h
${PLIST.jit}include/xulrunner/Fragmento.h
include/xulrunner/ImageErrors.h
include/xulrunner/ImageLogging.h
${PLIST.jit}include/xulrunner/LIR.h
include/xulrunner/Layers.h
include/xulrunner/NSReg.h
${PLIST.jit}include/xulrunner/Native.h
${PLIST.jit}include/xulrunner/Native${NANOJIT_ARCH}.h
${PLIST.jit}include/xulrunner/RegAlloc.h
include/xulrunner/VMPI.h
include/xulrunner/VerReg.h
include/xulrunner/WebGLArray.h
include/xulrunner/XPCIDispatch.h
${PLIST.jit}include/xulrunner/avmplus.h
include/xulrunner/base64.h
@ -67,6 +73,7 @@ include/xulrunner/gfxPlatform.h
include/xulrunner/gfxPlatformGtk.h
include/xulrunner/gfxPoint.h
include/xulrunner/gfxRect.h
include/xulrunner/gfxSharedImageSurface.h
include/xulrunner/gfxSkipChars.h
include/xulrunner/gfxTextRunCache.h
include/xulrunner/gfxTextRunWordCache.h
@ -86,7 +93,6 @@ include/xulrunner/imgIContainerObserver.h
include/xulrunner/imgIDecoder.h
include/xulrunner/imgIDecoderObserver.h
include/xulrunner/imgIEncoder.h
include/xulrunner/imgILoad.h
include/xulrunner/imgILoader.h
include/xulrunner/imgIRequest.h
include/xulrunner/imgITools.h
@ -124,6 +130,7 @@ include/xulrunner/jsemit.h
include/xulrunner/jsfun.h
include/xulrunner/jsgc.h
include/xulrunner/jshash.h
include/xulrunner/jshashtable.h
include/xulrunner/jsinterp.h
include/xulrunner/jsinttypes.h
include/xulrunner/jsiter.h
@ -150,9 +157,12 @@ include/xulrunner/jsscriptinlines.h
include/xulrunner/jsstaticcheck.h
include/xulrunner/jsstr.h
include/xulrunner/jstask.h
include/xulrunner/jstl.h
include/xulrunner/jstracer.h
include/xulrunner/jstypedarray.h
include/xulrunner/jstypes.h
include/xulrunner/jsutil.h
include/xulrunner/jsvector.h
include/xulrunner/jsversion.h
include/xulrunner/jsxdrapi.h
include/xulrunner/jsxml.h
@ -205,6 +215,7 @@ include/xulrunner/mozISpellI18NUtil.h
include/xulrunner/mozIStorageAggregateFunction.h
include/xulrunner/mozIStorageBindingParams.h
include/xulrunner/mozIStorageBindingParamsArray.h
include/xulrunner/mozIStorageCompletionCallback.h
include/xulrunner/mozIStorageConnection.h
include/xulrunner/mozIStorageError.h
include/xulrunner/mozIStorageFunction.h
@ -223,13 +234,22 @@ include/xulrunner/mozStorageCID.h
include/xulrunner/mozStorageHelper.h
include/xulrunner/mozcontainer.h
include/xulrunner/mozilla-config.h
include/xulrunner/mozilla/AutoRestore.h
include/xulrunner/mozilla/BlockingResourceBase.h
include/xulrunner/mozilla/CondVar.h
include/xulrunner/mozilla/DeadlockDetector.h
include/xulrunner/mozilla/IHistory.h
include/xulrunner/mozilla/Monitor.h
include/xulrunner/mozilla/Mutex.h
include/xulrunner/mozilla/PluginLibrary.h
include/xulrunner/mozilla/PluginPRLibrary.h
include/xulrunner/mozilla/SSE.h
include/xulrunner/mozilla/TimeStamp.h
include/xulrunner/mozilla/XPCOM.h
include/xulrunner/mozilla/dom/Link.h
include/xulrunner/mozilla/mozalloc.h
include/xulrunner/mozilla/mozalloc_macro_wrappers.h
include/xulrunner/mozilla/mozalloc_oom.h
include/xulrunner/mozilla/storage.h
include/xulrunner/mozilla/storage/Variant.h
include/xulrunner/mozilla/storage/Variant_inl.h
@ -237,6 +257,7 @@ include/xulrunner/mozpngconf.h
${PLIST.jit}include/xulrunner/nanojit.h
include/xulrunner/necko-config.h
include/xulrunner/netCore.h
include/xulrunner/njconfig.h
include/xulrunner/npapi.h
include/xulrunner/npfunctions.h
include/xulrunner/npruntime.h
@ -246,9 +267,9 @@ include/xulrunner/nsASocketHandler.h
include/xulrunner/nsAString.h
include/xulrunner/nsAXPCNativeCallContext.h
include/xulrunner/nsAboutProtocolUtils.h
include/xulrunner/nsAccEvent.h
include/xulrunner/nsAccessNode.h
include/xulrunner/nsAccessNodeWrap.h
include/xulrunner/nsAccessibleEventData.h
include/xulrunner/nsAccessibleRelationWrap.h
include/xulrunner/nsAccessibleWrap.h
include/xulrunner/nsAgg.h
@ -275,8 +296,6 @@ include/xulrunner/nsCDefaultURIFixup.h
include/xulrunner/nsCExternalHandlerService.h
include/xulrunner/nsCOMArray.h
include/xulrunner/nsCOMPtr.h
include/xulrunner/nsCPasswordManager.h
include/xulrunner/nsCPasswordManagerInternal.h
include/xulrunner/nsCPrefetchService.h
include/xulrunner/nsCRT.h
include/xulrunner/nsCRTGlue.h
@ -285,6 +304,8 @@ include/xulrunner/nsCSSAnonBoxes.h
include/xulrunner/nsCSSFrameConstructor.h
include/xulrunner/nsCSSKeywordList.h
include/xulrunner/nsCSSKeywords.h
include/xulrunner/nsCSSLoader.h
include/xulrunner/nsCSSParser.h
include/xulrunner/nsCSSPropList.h
include/xulrunner/nsCSSProperty.h
include/xulrunner/nsCSSProps.h
@ -302,6 +323,7 @@ include/xulrunner/nsCURILoader.h
include/xulrunner/nsCWebBrowser.h
include/xulrunner/nsCWebBrowserPersist.h
include/xulrunner/nsCacheService.h
include/xulrunner/nsCanvasFrame.h
include/xulrunner/nsCaret.h
include/xulrunner/nsCaseTreatment.h
include/xulrunner/nsCategoryCache.h
@ -355,6 +377,7 @@ include/xulrunner/nsDependentSubstring.h
include/xulrunner/nsDeque.h
include/xulrunner/nsDetectionConfident.h
include/xulrunner/nsDirectoryService.h
include/xulrunner/nsDirectoryServiceAtomList.h
include/xulrunner/nsDirectoryServiceDefs.h
include/xulrunner/nsDirectoryServiceUtils.h
include/xulrunner/nsDisplayList.h
@ -477,7 +500,6 @@ include/xulrunner/nsIAutoCompleteController.h
include/xulrunner/nsIAutoCompleteInput.h
include/xulrunner/nsIAutoCompletePopup.h
include/xulrunner/nsIAutoCompleteResult.h
include/xulrunner/nsIAutoCompleteResultTypes.h
include/xulrunner/nsIAutoCompleteSearch.h
include/xulrunner/nsIAutoCompleteSimpleResult.h
include/xulrunner/nsIAutoConfig.h
@ -492,7 +514,6 @@ include/xulrunner/nsIBoxObject.h
include/xulrunner/nsIBrowserBoxObject.h
include/xulrunner/nsIBrowserDOMWindow.h
include/xulrunner/nsIBrowserHistory.h
include/xulrunner/nsIBrowserInstance.h
include/xulrunner/nsIBrowserSearchService.h
include/xulrunner/nsIBufEntropyCollector.h
include/xulrunner/nsIBufferedStreams.h
@ -509,10 +530,8 @@ include/xulrunner/nsICRLManager.h
include/xulrunner/nsICSSDeclaration.h
include/xulrunner/nsICSSGroupRule.h
include/xulrunner/nsICSSImportRule.h
include/xulrunner/nsICSSLoader.h
include/xulrunner/nsICSSLoaderObserver.h
include/xulrunner/nsICSSNameSpaceRule.h
include/xulrunner/nsICSSParser.h
include/xulrunner/nsICSSPseudoComparator.h
include/xulrunner/nsICSSRule.h
include/xulrunner/nsICSSRuleList.h
@ -528,8 +547,9 @@ include/xulrunner/nsICacheVisitor.h
include/xulrunner/nsICachingChannel.h
include/xulrunner/nsICancelable.h
include/xulrunner/nsICanvasElement.h
include/xulrunner/nsICanvasFrame.h
include/xulrunner/nsICanvasGLPrivate.h
include/xulrunner/nsICanvasRenderingContextInternal.h
include/xulrunner/nsICanvasRenderingContextWebGL.h
include/xulrunner/nsICaseConversion.h
include/xulrunner/nsICategoryManager.h
include/xulrunner/nsICertOverrideService.h
@ -546,7 +566,6 @@ include/xulrunner/nsICharsetDetectionAdaptor.h
include/xulrunner/nsICharsetDetectionObserver.h
include/xulrunner/nsICharsetDetector.h
include/xulrunner/nsICharsetResolver.h
include/xulrunner/nsICheckboxControlFrame.h
include/xulrunner/nsIChromeRegistry.h
include/xulrunner/nsICipherInfo.h
include/xulrunner/nsICiter.h
@ -583,6 +602,7 @@ include/xulrunner/nsIContentHandler.h
include/xulrunner/nsIContentIterator.h
include/xulrunner/nsIContentPolicy.h
include/xulrunner/nsIContentPrefService.h
include/xulrunner/nsIContentSecurityPolicy.h
include/xulrunner/nsIContentSerializer.h
include/xulrunner/nsIContentSink.h
include/xulrunner/nsIContentSniffer.h
@ -681,6 +701,7 @@ include/xulrunner/nsIDOMDocumentXBL.h
include/xulrunner/nsIDOMDragEvent.h
include/xulrunner/nsIDOMElement.h
include/xulrunner/nsIDOMElementCSSInlineStyle.h
include/xulrunner/nsIDOMElementTimeControl.h
include/xulrunner/nsIDOMEntity.h
include/xulrunner/nsIDOMEntityReference.h
include/xulrunner/nsIDOMEvent.h
@ -694,6 +715,7 @@ include/xulrunner/nsIDOMFileInternal.h
include/xulrunner/nsIDOMFileList.h
include/xulrunner/nsIDOMFileReader.h
include/xulrunner/nsIDOMFocusListener.h
include/xulrunner/nsIDOMFormData.h
include/xulrunner/nsIDOMFormListener.h
include/xulrunner/nsIDOMGeoGeolocation.h
include/xulrunner/nsIDOMGeoPosition.h
@ -850,6 +872,7 @@ include/xulrunner/nsIDOMParser.h
include/xulrunner/nsIDOMPkcs11.h
include/xulrunner/nsIDOMPlugin.h
include/xulrunner/nsIDOMPluginArray.h
include/xulrunner/nsIDOMPopStateEvent.h
include/xulrunner/nsIDOMPopupBlockedEvent.h
include/xulrunner/nsIDOMProcessingInstruction.h
include/xulrunner/nsIDOMProgressEvent.h
@ -861,6 +884,8 @@ include/xulrunner/nsIDOMSVGAElement.h
include/xulrunner/nsIDOMSVGAngle.h
include/xulrunner/nsIDOMSVGAnimPresAspRatio.h
include/xulrunner/nsIDOMSVGAnimTransformList.h
include/xulrunner/nsIDOMSVGAnimateElement.h
include/xulrunner/nsIDOMSVGAnimateTransformElement.h
include/xulrunner/nsIDOMSVGAnimatedAngle.h
include/xulrunner/nsIDOMSVGAnimatedBoolean.h
include/xulrunner/nsIDOMSVGAnimatedEnum.h
@ -873,6 +898,8 @@ include/xulrunner/nsIDOMSVGAnimatedPathData.h
include/xulrunner/nsIDOMSVGAnimatedPoints.h
include/xulrunner/nsIDOMSVGAnimatedRect.h
include/xulrunner/nsIDOMSVGAnimatedString.h
include/xulrunner/nsIDOMSVGAnimationElement.h
include/xulrunner/nsIDOMSVGCSS2Properties.h
include/xulrunner/nsIDOMSVGCircleElement.h
include/xulrunner/nsIDOMSVGClipPathElement.h
include/xulrunner/nsIDOMSVGDefsElement.h
@ -912,6 +939,7 @@ include/xulrunner/nsIDOMSVGRect.h
include/xulrunner/nsIDOMSVGRectElement.h
include/xulrunner/nsIDOMSVGSVGElement.h
include/xulrunner/nsIDOMSVGScriptElement.h
include/xulrunner/nsIDOMSVGSetElement.h
include/xulrunner/nsIDOMSVGStopElement.h
include/xulrunner/nsIDOMSVGStylable.h
include/xulrunner/nsIDOMSVGStyleElement.h
@ -940,6 +968,7 @@ include/xulrunner/nsIDOMSimpleGestureEvent.h
include/xulrunner/nsIDOMSmartCardEvent.h
include/xulrunner/nsIDOMStorage.h
include/xulrunner/nsIDOMStorageEvent.h
include/xulrunner/nsIDOMStorageEventObsolete.h
include/xulrunner/nsIDOMStorageItem.h
include/xulrunner/nsIDOMStorageList.h
include/xulrunner/nsIDOMStorageManager.h
@ -950,6 +979,7 @@ include/xulrunner/nsIDOMStyleSheetList.h
include/xulrunner/nsIDOMText.h
include/xulrunner/nsIDOMTextListener.h
include/xulrunner/nsIDOMToString.h
include/xulrunner/nsIDOMTransitionEvent.h
include/xulrunner/nsIDOMTreeWalker.h
include/xulrunner/nsIDOMUIEvent.h
include/xulrunner/nsIDOMUIListener.h
@ -1047,7 +1077,6 @@ include/xulrunner/nsIEntropyCollector.h
include/xulrunner/nsIEnumerator.h
include/xulrunner/nsIEnvironment.h
include/xulrunner/nsIErrorService.h
include/xulrunner/nsIEventListener.h
include/xulrunner/nsIEventListenerManager.h
include/xulrunner/nsIEventListenerService.h
include/xulrunner/nsIEventStateManager.h
@ -1086,7 +1115,6 @@ include/xulrunner/nsIFileURL.h
include/xulrunner/nsIFileView.h
include/xulrunner/nsIFind.h
include/xulrunner/nsIFindService.h
include/xulrunner/nsIFocusController.h
include/xulrunner/nsIFocusManager.h
include/xulrunner/nsIFontEnumerator.h
include/xulrunner/nsIFontMetrics.h
@ -1103,13 +1131,13 @@ include/xulrunner/nsIFormSubmitObserver.h
include/xulrunner/nsIFormatConverter.h
include/xulrunner/nsIFragmentContentSink.h
include/xulrunner/nsIFrame.h
include/xulrunner/nsIFrameDebug.h
include/xulrunner/nsIFrameFrame.h
include/xulrunner/nsIFrameLoader.h
include/xulrunner/nsIFrameSetElement.h
include/xulrunner/nsIFrameTraversal.h
include/xulrunner/nsIFrameUtil.h
include/xulrunner/nsIGConfService.h
include/xulrunner/nsIGIOService.h
include/xulrunner/nsIGenKeypairInfoDlg.h
include/xulrunner/nsIGenericFactory.h
include/xulrunner/nsIGeolocationProvider.h
@ -1119,7 +1147,6 @@ include/xulrunner/nsIGlobalHistory3.h
include/xulrunner/nsIGnomeVFSService.h
include/xulrunner/nsIGridPart.h
include/xulrunner/nsIHTMLAbsPosEditor.h
include/xulrunner/nsIHTMLCSSStyleSheet.h
include/xulrunner/nsIHTMLCollection.h
include/xulrunner/nsIHTMLContentSink.h
include/xulrunner/nsIHTMLDocument.h
@ -1167,7 +1194,6 @@ include/xulrunner/nsIInterfaceInfo.h
include/xulrunner/nsIInterfaceInfoManager.h
include/xulrunner/nsIInterfaceRequestor.h
include/xulrunner/nsIInterfaceRequestorUtils.h
include/xulrunner/nsIJAR.h
include/xulrunner/nsIJARChannel.h
include/xulrunner/nsIJARProtocolHandler.h
include/xulrunner/nsIJARURI.h
@ -1199,6 +1225,7 @@ include/xulrunner/nsILocaleService.h
${PLIST.debug}include/xulrunner/nsILoggingSink.h
include/xulrunner/nsILoginInfo.h
include/xulrunner/nsILoginManager.h
include/xulrunner/nsILoginManagerCrypto.h
include/xulrunner/nsILoginManagerIEMigrationHelper.h
include/xulrunner/nsILoginManagerPrompter.h
include/xulrunner/nsILoginManagerStorage.h
@ -1263,8 +1290,6 @@ include/xulrunner/nsIParser.h
include/xulrunner/nsIParserFilter.h
include/xulrunner/nsIParserNode.h
include/xulrunner/nsIParserService.h
include/xulrunner/nsIPasswordManager.h
include/xulrunner/nsIPasswordManagerInternal.h
include/xulrunner/nsIPercentHeightObserver.h
include/xulrunner/nsIPermission.h
include/xulrunner/nsIPermissionManager.h
@ -1287,7 +1312,6 @@ include/xulrunner/nsIPluginWidget.h
include/xulrunner/nsIPopupBoxObject.h
include/xulrunner/nsIPopupWindowManager.h
include/xulrunner/nsIPosixLocale.h
include/xulrunner/nsIPref.h
include/xulrunner/nsIPrefBranch.h
include/xulrunner/nsIPrefBranch2.h
include/xulrunner/nsIPrefBranchInternal.h
@ -1359,7 +1383,6 @@ include/xulrunner/nsIRDFXMLSerializer.h
include/xulrunner/nsIRDFXMLSink.h
include/xulrunner/nsIRDFXMLSource.h
include/xulrunner/nsIRadioControlElement.h
include/xulrunner/nsIRadioControlFrame.h
include/xulrunner/nsIRadioGroupContainer.h
include/xulrunner/nsIRadioVisitor.h
include/xulrunner/nsIRandomGenerator.h
@ -1396,6 +1419,8 @@ include/xulrunner/nsISHTransaction.h
include/xulrunner/nsISHistory.h
include/xulrunner/nsISHistoryInternal.h
include/xulrunner/nsISHistoryListener.h
include/xulrunner/nsISMILAnimationElement.h
include/xulrunner/nsISMILAttr.h
include/xulrunner/nsISMimeCert.h
include/xulrunner/nsISOCKSSocketInfo.h
include/xulrunner/nsISSLCertErrorDialog.h
@ -1436,8 +1461,6 @@ include/xulrunner/nsIScrollBoxObject.h
include/xulrunner/nsIScrollPositionListener.h
include/xulrunner/nsIScrollable.h
include/xulrunner/nsIScrollableFrame.h
include/xulrunner/nsIScrollableView.h
include/xulrunner/nsIScrollableViewProvider.h
include/xulrunner/nsIScrollbarMediator.h
include/xulrunner/nsISearchContext.h
include/xulrunner/nsISecretDecoderRing.h
@ -1483,7 +1506,6 @@ include/xulrunner/nsIStreamConverter.h
include/xulrunner/nsIStreamConverterService.h
include/xulrunner/nsIStreamListener.h
include/xulrunner/nsIStreamListenerTee.h
include/xulrunner/nsIStreamListenerTee_1_9_2.h
include/xulrunner/nsIStreamLoader.h
include/xulrunner/nsIStreamTransportService.h
include/xulrunner/nsIStringBundle.h
@ -1562,6 +1584,7 @@ include/xulrunner/nsIURIContentListener.h
include/xulrunner/nsIURIFixup.h
include/xulrunner/nsIURILoader.h
include/xulrunner/nsIURIRefObject.h
include/xulrunner/nsIURIWithPrincipal.h
include/xulrunner/nsIURL.h
include/xulrunner/nsIURLFormatter.h
include/xulrunner/nsIURLParser.h
@ -1677,6 +1700,7 @@ include/xulrunner/nsImageMapUtils.h
include/xulrunner/nsInt64.h
include/xulrunner/nsInterfaceHashtable.h
include/xulrunner/nsInterfaceRequestorAgg.h
include/xulrunner/nsJSON.h
include/xulrunner/nsJSPrincipals.h
include/xulrunner/nsJSProtocolHandler.h
include/xulrunner/nsLWBrkCIID.h
@ -1741,7 +1765,6 @@ include/xulrunner/nsPluginsCID.h
include/xulrunner/nsPoint.h
include/xulrunner/nsPrefsCID.h
include/xulrunner/nsPresContext.h
include/xulrunner/nsPresShellIterator.h
include/xulrunner/nsPresState.h
include/xulrunner/nsPrintfCString.h
include/xulrunner/nsProcess.h
@ -1761,6 +1784,7 @@ include/xulrunner/nsRect.h
include/xulrunner/nsRecyclingAllocator.h
include/xulrunner/nsRefPtrHashtable.h
include/xulrunner/nsReferencedElement.h
include/xulrunner/nsRefreshDriver.h
include/xulrunner/nsRegion.h
include/xulrunner/nsRootAccessible.h
include/xulrunner/nsRootAccessibleWrap.h
@ -1771,6 +1795,12 @@ include/xulrunner/nsRuleWalker.h
include/xulrunner/nsSAXAttributes.h
include/xulrunner/nsSAXLocator.h
include/xulrunner/nsSAXXMLReader.h
include/xulrunner/nsSMILAnimationController.h
include/xulrunner/nsSMILCompositorTable.h
include/xulrunner/nsSMILKeySpline.h
include/xulrunner/nsSMILMilestone.h
include/xulrunner/nsSMILTimeContainer.h
include/xulrunner/nsSMILTypes.h
include/xulrunner/nsSVGEffects.h
include/xulrunner/nsSVGFeatures.h
include/xulrunner/nsSVGFilterInstance.h
@ -1826,6 +1856,7 @@ include/xulrunner/nsTDependentString.h
include/xulrunner/nsTDependentSubstring.h
include/xulrunner/nsTHashtable.h
include/xulrunner/nsTObserverArray.h
include/xulrunner/nsTPriorityQueue.h
include/xulrunner/nsTPromiseFlatString.h
include/xulrunner/nsTPtrArray.h
include/xulrunner/nsTString.h
@ -1840,7 +1871,6 @@ include/xulrunner/nsThemeConstants.h
include/xulrunner/nsThreadUtils.h
include/xulrunner/nsThreadUtilsInternal.h
include/xulrunner/nsTime.h
include/xulrunner/nsTimer.h
include/xulrunner/nsToken.h
include/xulrunner/nsToolkitCompsCID.h
include/xulrunner/nsTraceRefcnt.h
@ -1856,7 +1886,6 @@ include/xulrunner/nsUCvCnCID.h
include/xulrunner/nsUCvIBMCID.h
include/xulrunner/nsUCvKOCID.h
include/xulrunner/nsUCvLatinCID.h
include/xulrunner/nsUCvMathCID.h
include/xulrunner/nsUCvTW2CID.h
include/xulrunner/nsUCvTWCID.h
include/xulrunner/nsURIHashKey.h
@ -1884,7 +1913,6 @@ include/xulrunner/nsXPCOMCID.h
include/xulrunner/nsXPCOMCIDInternal.h
include/xulrunner/nsXPCOMGlue.h
include/xulrunner/nsXPCOMStrings.h
include/xulrunner/nsXPFEComponentsCID.h
include/xulrunner/nsXPIDLString.h
include/xulrunner/nsXPITriggerInfo.h
include/xulrunner/nsXPTCUtils.h
@ -1894,7 +1922,6 @@ include/xulrunner/nsXULMenuAccessibleWrap.h
include/xulrunner/nsXULPopupManager.h
include/xulrunner/nsXULTreeGridAccessibleWrap.h
include/xulrunner/nscore.h
include/xulrunner/nsplugindefs.h
include/xulrunner/nspluginroot.h
include/xulrunner/nspr.h
include/xulrunner/nspr/md/_aix32.cfg
@ -1940,7 +1967,6 @@ include/xulrunner/nspr/plbase64.h
include/xulrunner/nspr/plerror.h
include/xulrunner/nspr/plgetopt.h
include/xulrunner/nspr/plhash.h
include/xulrunner/nspr/plresolv.h
include/xulrunner/nspr/plstr.h
include/xulrunner/nspr/pratom.h
include/xulrunner/nspr/prbit.h
@ -2063,7 +2089,6 @@ include/xulrunner/pldhash.h
include/xulrunner/plerror.h
include/xulrunner/plgetopt.h
include/xulrunner/plhash.h
include/xulrunner/plresolv.h
include/xulrunner/plstr.h
include/xulrunner/png.h
include/xulrunner/pngconf.h
@ -2144,7 +2169,6 @@ include/xulrunner/sslerr.h
include/xulrunner/sslproto.h
include/xulrunner/sslt.h
include/xulrunner/std_semaphore.h
include/xulrunner/stopwatch.h
include/xulrunner/string-template-def-char.h
include/xulrunner/string-template-def-unichar.h
include/xulrunner/string-template-undef.h
@ -2176,7 +2200,6 @@ include/xulrunner/xptcstubsdecl.inc
include/xulrunner/xptcstubsdef.inc
include/xulrunner/xptinfo.h
include/xulrunner/xrecore.h
include/xulrunner/zipfile.h
include/xulrunner/zipstruct.h
lib/pkgconfig/libxul-embedding.pc
lib/pkgconfig/libxul.pc
@ -2210,10 +2233,6 @@ lib/xulrunner-sdk/sdk/lib/libxul.so
lib/xulrunner-sdk/xpcom-config.h
lib/xulrunner/LICENSE
lib/xulrunner/README.txt
lib/xulrunner/chrome/classic.jar
lib/xulrunner/chrome/classic.manifest
lib/xulrunner/chrome/comm.jar
lib/xulrunner/chrome/comm.manifest
lib/xulrunner/chrome/en-US.jar
lib/xulrunner/chrome/en-US.manifest
lib/xulrunner/chrome/icons/default/default16.png
@ -2227,6 +2246,8 @@ lib/xulrunner/components/FeedProcessor.js
lib/xulrunner/components/GPSDGeolocationProvider.js
lib/xulrunner/components/NetworkGeolocationProvider.js
lib/xulrunner/components/components.list
lib/xulrunner/components/contentSecurityPolicy.js
lib/xulrunner/components/crypto-SDR.js
lib/xulrunner/components/jsconsole-clhandler.js
${PLIST.gnome}lib/xulrunner/components/libdbusservice.so
lib/xulrunner/components/libimgicon.so
@ -2244,13 +2265,14 @@ lib/xulrunner/components/nsFilePicker.js
lib/xulrunner/components/nsFormAutoComplete.js
lib/xulrunner/components/nsHandlerService.js
lib/xulrunner/components/nsHelperAppDlg.js
lib/xulrunner/components/nsINIProcessor.js
lib/xulrunner/components/nsLivemarkService.js
lib/xulrunner/components/nsLoginInfo.js
lib/xulrunner/components/nsLoginManager.js
lib/xulrunner/components/nsLoginManagerPrompter.js
lib/xulrunner/components/nsPlacesAutoComplete.js
lib/xulrunner/components/nsPlacesDBFlush.js
lib/xulrunner/components/nsProgressDialog.js
lib/xulrunner/components/nsPlacesExpiration.js
lib/xulrunner/components/nsProxyAutoConfig.js
lib/xulrunner/components/nsSearchService.js
lib/xulrunner/components/nsSearchSuggestions.js
@ -2280,13 +2302,12 @@ lib/xulrunner/dependentlibs.list
lib/xulrunner/dictionaries/en-US.aff
lib/xulrunner/dictionaries/en-US.dic
lib/xulrunner/gre.d/${PKGVERSION}.system.conf
lib/xulrunner/greprefs/all.js
lib/xulrunner/greprefs/security-prefs.js
lib/xulrunner/greprefs/xpinstall.js
lib/xulrunner/greprefs.js
lib/xulrunner/icons/document.png
lib/xulrunner/icons/updater.png
lib/xulrunner/libfreebl3.chk
lib/xulrunner/libfreebl3.so
lib/xulrunner/libmozalloc.so
lib/xulrunner/libmozjs.so
lib/xulrunner/libnspr4.so
lib/xulrunner/libnss3.so
@ -2305,17 +2326,20 @@ lib/xulrunner/libxpcom.so
lib/xulrunner/libxpcomglue.a
lib/xulrunner/libxpcomglue_s.a
lib/xulrunner/libxul.so
lib/xulrunner/modules/CSPUtils.jsm
lib/xulrunner/modules/CertUtils.jsm
lib/xulrunner/modules/DownloadLastDir.jsm
lib/xulrunner/modules/DownloadUtils.jsm
lib/xulrunner/modules/FileUtils.jsm
lib/xulrunner/modules/ISO8601DateUtils.jsm
lib/xulrunner/modules/InlineSpellChecker.jsm
lib/xulrunner/modules/LightweightThemeConsumer.jsm
lib/xulrunner/modules/LightweightThemeManager.jsm
lib/xulrunner/modules/Microformats.js
lib/xulrunner/modules/NetUtil.jsm
lib/xulrunner/modules/PlacesDBUtils.jsm
lib/xulrunner/modules/PluralForm.jsm
lib/xulrunner/modules/Services.jsm
lib/xulrunner/modules/SpatialNavigation.js
lib/xulrunner/modules/WindowDraggingUtils.jsm
lib/xulrunner/modules/XPCOMUtils.jsm
@ -2328,11 +2352,6 @@ lib/xulrunner/platform.ini
lib/xulrunner/plugins/libnullplugin.so
lib/xulrunner/plugins/libunixprintplugin.so
lib/xulrunner/res/EditorOverride.css
lib/xulrunner/res/arrow.gif
lib/xulrunner/res/arrowd.gif
lib/xulrunner/res/broken-image.png
lib/xulrunner/res/charsetData.properties
lib/xulrunner/res/charsetalias.properties
lib/xulrunner/res/contenteditable.css
lib/xulrunner/res/designmode.css
lib/xulrunner/res/dtd/mathml.dtd
@ -2348,16 +2367,10 @@ lib/xulrunner/res/fonts/mathfontSTIXNonUnicode.properties
lib/xulrunner/res/fonts/mathfontSTIXSize1.properties
lib/xulrunner/res/fonts/mathfontStandardSymbolsL.properties
lib/xulrunner/res/fonts/mathfontUnicode.properties
lib/xulrunner/res/forms.css
lib/xulrunner/res/grabber.gif
lib/xulrunner/res/hiddenWindow.html
lib/xulrunner/res/html.css
lib/xulrunner/res/html/folder.png
lib/xulrunner/res/langGroups.properties
lib/xulrunner/res/language.properties
lib/xulrunner/res/loading-image.png
lib/xulrunner/res/mathml.css
lib/xulrunner/res/quirk.css
lib/xulrunner/res/svg.css
lib/xulrunner/res/table-add-column-after-active.gif
lib/xulrunner/res/table-add-column-after-hover.gif
@ -2377,9 +2390,6 @@ lib/xulrunner/res/table-remove-column.gif
lib/xulrunner/res/table-remove-row-active.gif
lib/xulrunner/res/table-remove-row-hover.gif
lib/xulrunner/res/table-remove-row.gif
lib/xulrunner/res/ua.css
lib/xulrunner/res/unixcharset.properties
lib/xulrunner/res/viewsource.css
lib/xulrunner/run-mozilla.sh
lib/xulrunner/update.locale
lib/xulrunner/updater
@ -2401,7 +2411,6 @@ share/idl/xulrunner/imgIContainerObserver.idl
share/idl/xulrunner/imgIDecoder.idl
share/idl/xulrunner/imgIDecoderObserver.idl
share/idl/xulrunner/imgIEncoder.idl
share/idl/xulrunner/imgILoad.idl
share/idl/xulrunner/imgILoader.idl
share/idl/xulrunner/imgIRequest.idl
share/idl/xulrunner/imgITools.idl
@ -2422,6 +2431,7 @@ share/idl/xulrunner/mozISpellI18NUtil.idl
share/idl/xulrunner/mozIStorageAggregateFunction.idl
share/idl/xulrunner/mozIStorageBindingParams.idl
share/idl/xulrunner/mozIStorageBindingParamsArray.idl
share/idl/xulrunner/mozIStorageCompletionCallback.idl
share/idl/xulrunner/mozIStorageConnection.idl
share/idl/xulrunner/mozIStorageError.idl
share/idl/xulrunner/mozIStorageFunction.idl
@ -2494,7 +2504,6 @@ share/idl/xulrunner/nsIAutoCompleteController.idl
share/idl/xulrunner/nsIAutoCompleteInput.idl
share/idl/xulrunner/nsIAutoCompletePopup.idl
share/idl/xulrunner/nsIAutoCompleteResult.idl
share/idl/xulrunner/nsIAutoCompleteResultTypes.idl
share/idl/xulrunner/nsIAutoCompleteSearch.idl
share/idl/xulrunner/nsIAutoCompleteSimpleResult.idl
share/idl/xulrunner/nsIAutoConfig.idl
@ -2508,7 +2517,6 @@ share/idl/xulrunner/nsIBoxObject.idl
share/idl/xulrunner/nsIBrowserBoxObject.idl
share/idl/xulrunner/nsIBrowserDOMWindow.idl
share/idl/xulrunner/nsIBrowserHistory.idl
share/idl/xulrunner/nsIBrowserInstance.idl
share/idl/xulrunner/nsIBrowserSearchService.idl
share/idl/xulrunner/nsIBufEntropyCollector.idl
share/idl/xulrunner/nsIBufferedStreams.idl
@ -2529,6 +2537,8 @@ share/idl/xulrunner/nsICacheSession.idl
share/idl/xulrunner/nsICacheVisitor.idl
share/idl/xulrunner/nsICachingChannel.idl
share/idl/xulrunner/nsICancelable.idl
share/idl/xulrunner/nsICanvasGLPrivate.idl
share/idl/xulrunner/nsICanvasRenderingContextWebGL.idl
share/idl/xulrunner/nsICategoryManager.idl
share/idl/xulrunner/nsICertOverrideService.idl
share/idl/xulrunner/nsICertPickDialogs.idl
@ -2571,6 +2581,7 @@ share/idl/xulrunner/nsIContentFilter.idl
share/idl/xulrunner/nsIContentHandler.idl
share/idl/xulrunner/nsIContentPolicy.idl
share/idl/xulrunner/nsIContentPrefService.idl
share/idl/xulrunner/nsIContentSecurityPolicy.idl
share/idl/xulrunner/nsIContentSniffer.idl
share/idl/xulrunner/nsIContentURIGrouper.idl
share/idl/xulrunner/nsIContentViewer.idl
@ -2663,6 +2674,7 @@ share/idl/xulrunner/nsIDOMDocumentXBL.idl
share/idl/xulrunner/nsIDOMDragEvent.idl
share/idl/xulrunner/nsIDOMElement.idl
share/idl/xulrunner/nsIDOMElementCSSInlineStyle.idl
share/idl/xulrunner/nsIDOMElementTimeControl.idl
share/idl/xulrunner/nsIDOMEntity.idl
share/idl/xulrunner/nsIDOMEntityReference.idl
share/idl/xulrunner/nsIDOMEvent.idl
@ -2675,6 +2687,7 @@ share/idl/xulrunner/nsIDOMFileException.idl
share/idl/xulrunner/nsIDOMFileInternal.idl
share/idl/xulrunner/nsIDOMFileList.idl
share/idl/xulrunner/nsIDOMFileReader.idl
share/idl/xulrunner/nsIDOMFormData.idl
share/idl/xulrunner/nsIDOMGeoGeolocation.idl
share/idl/xulrunner/nsIDOMGeoPosition.idl
share/idl/xulrunner/nsIDOMGeoPositionAddress.idl
@ -2825,6 +2838,7 @@ share/idl/xulrunner/nsIDOMParser.idl
share/idl/xulrunner/nsIDOMPkcs11.idl
share/idl/xulrunner/nsIDOMPlugin.idl
share/idl/xulrunner/nsIDOMPluginArray.idl
share/idl/xulrunner/nsIDOMPopStateEvent.idl
share/idl/xulrunner/nsIDOMPopupBlockedEvent.idl
share/idl/xulrunner/nsIDOMProcessingInstruction.idl
share/idl/xulrunner/nsIDOMProgressEvent.idl
@ -2836,6 +2850,8 @@ share/idl/xulrunner/nsIDOMSVGAElement.idl
share/idl/xulrunner/nsIDOMSVGAngle.idl
share/idl/xulrunner/nsIDOMSVGAnimPresAspRatio.idl
share/idl/xulrunner/nsIDOMSVGAnimTransformList.idl
share/idl/xulrunner/nsIDOMSVGAnimateElement.idl
share/idl/xulrunner/nsIDOMSVGAnimateTransformElement.idl
share/idl/xulrunner/nsIDOMSVGAnimatedAngle.idl
share/idl/xulrunner/nsIDOMSVGAnimatedBoolean.idl
share/idl/xulrunner/nsIDOMSVGAnimatedEnum.idl
@ -2848,6 +2864,8 @@ share/idl/xulrunner/nsIDOMSVGAnimatedPathData.idl
share/idl/xulrunner/nsIDOMSVGAnimatedPoints.idl
share/idl/xulrunner/nsIDOMSVGAnimatedRect.idl
share/idl/xulrunner/nsIDOMSVGAnimatedString.idl
share/idl/xulrunner/nsIDOMSVGAnimationElement.idl
share/idl/xulrunner/nsIDOMSVGCSS2Properties.idl
share/idl/xulrunner/nsIDOMSVGCircleElement.idl
share/idl/xulrunner/nsIDOMSVGClipPathElement.idl
share/idl/xulrunner/nsIDOMSVGDefsElement.idl
@ -2887,6 +2905,7 @@ share/idl/xulrunner/nsIDOMSVGRect.idl
share/idl/xulrunner/nsIDOMSVGRectElement.idl
share/idl/xulrunner/nsIDOMSVGSVGElement.idl
share/idl/xulrunner/nsIDOMSVGScriptElement.idl
share/idl/xulrunner/nsIDOMSVGSetElement.idl
share/idl/xulrunner/nsIDOMSVGStopElement.idl
share/idl/xulrunner/nsIDOMSVGStylable.idl
share/idl/xulrunner/nsIDOMSVGStyleElement.idl
@ -2914,6 +2933,7 @@ share/idl/xulrunner/nsIDOMSimpleGestureEvent.idl
share/idl/xulrunner/nsIDOMSmartCardEvent.idl
share/idl/xulrunner/nsIDOMStorage.idl
share/idl/xulrunner/nsIDOMStorageEvent.idl
share/idl/xulrunner/nsIDOMStorageEventObsolete.idl
share/idl/xulrunner/nsIDOMStorageItem.idl
share/idl/xulrunner/nsIDOMStorageList.idl
share/idl/xulrunner/nsIDOMStorageManager.idl
@ -2923,6 +2943,7 @@ share/idl/xulrunner/nsIDOMStyleSheet.idl
share/idl/xulrunner/nsIDOMStyleSheetList.idl
share/idl/xulrunner/nsIDOMText.idl
share/idl/xulrunner/nsIDOMToString.idl
share/idl/xulrunner/nsIDOMTransitionEvent.idl
share/idl/xulrunner/nsIDOMTreeWalker.idl
share/idl/xulrunner/nsIDOMUIEvent.idl
share/idl/xulrunner/nsIDOMUserDataHandler.idl
@ -3054,6 +3075,7 @@ share/idl/xulrunner/nsIFormSubmitObserver.idl
share/idl/xulrunner/nsIFormatConverter.idl
share/idl/xulrunner/nsIFrameLoader.idl
share/idl/xulrunner/nsIGConfService.idl
share/idl/xulrunner/nsIGIOService.idl
share/idl/xulrunner/nsIGenKeypairInfoDlg.idl
share/idl/xulrunner/nsIGeolocationProvider.idl
share/idl/xulrunner/nsIGlobalHistory.idl
@ -3099,7 +3121,6 @@ share/idl/xulrunner/nsIInputStreamTee.idl
share/idl/xulrunner/nsIInterfaceInfo.idl
share/idl/xulrunner/nsIInterfaceInfoManager.idl
share/idl/xulrunner/nsIInterfaceRequestor.idl
share/idl/xulrunner/nsIJAR.idl
share/idl/xulrunner/nsIJARChannel.idl
share/idl/xulrunner/nsIJARProtocolHandler.idl
share/idl/xulrunner/nsIJARURI.idl
@ -3119,6 +3140,7 @@ share/idl/xulrunner/nsILocale.idl
share/idl/xulrunner/nsILocaleService.idl
share/idl/xulrunner/nsILoginInfo.idl
share/idl/xulrunner/nsILoginManager.idl
share/idl/xulrunner/nsILoginManagerCrypto.idl
share/idl/xulrunner/nsILoginManagerIEMigrationHelper.idl
share/idl/xulrunner/nsILoginManagerPrompter.idl
share/idl/xulrunner/nsILoginManagerStorage.idl
@ -3163,8 +3185,6 @@ share/idl/xulrunner/nsIPKCS11ModuleDB.idl
share/idl/xulrunner/nsIPKCS11Slot.idl
share/idl/xulrunner/nsIPKIParamBlock.idl
share/idl/xulrunner/nsIParentalControlsService.idl
share/idl/xulrunner/nsIPasswordManager.idl
share/idl/xulrunner/nsIPasswordManagerInternal.idl
share/idl/xulrunner/nsIPermission.idl
share/idl/xulrunner/nsIPermissionManager.idl
share/idl/xulrunner/nsIPersistentProperties2.idl
@ -3183,7 +3203,6 @@ share/idl/xulrunner/nsIPluginTag.idl
share/idl/xulrunner/nsIPluginTagInfo.idl
share/idl/xulrunner/nsIPopupBoxObject.idl
share/idl/xulrunner/nsIPopupWindowManager.idl
share/idl/xulrunner/nsIPref.idl
share/idl/xulrunner/nsIPrefBranch.idl
share/idl/xulrunner/nsIPrefBranch2.idl
share/idl/xulrunner/nsIPrefBranchInternal.idl
@ -3258,7 +3277,6 @@ share/idl/xulrunner/nsIRequestObserver.idl
share/idl/xulrunner/nsIRequestObserverProxy.idl
share/idl/xulrunner/nsIResProtocolHandler.idl
share/idl/xulrunner/nsIResumableChannel.idl
share/idl/xulrunner/nsIRollupListener.idl
share/idl/xulrunner/nsIRunnable.idl
share/idl/xulrunner/nsISAXAttributes.idl
share/idl/xulrunner/nsISAXContentHandler.idl
@ -3340,7 +3358,6 @@ share/idl/xulrunner/nsIStreamConverter.idl
share/idl/xulrunner/nsIStreamConverterService.idl
share/idl/xulrunner/nsIStreamListener.idl
share/idl/xulrunner/nsIStreamListenerTee.idl
share/idl/xulrunner/nsIStreamListenerTee_1_9_2.idl
share/idl/xulrunner/nsIStreamLoader.idl
share/idl/xulrunner/nsIStreamTransportService.idl
share/idl/xulrunner/nsIStringBundle.idl
@ -3399,6 +3416,7 @@ share/idl/xulrunner/nsIURIContentListener.idl
share/idl/xulrunner/nsIURIFixup.idl
share/idl/xulrunner/nsIURILoader.idl
share/idl/xulrunner/nsIURIRefObject.idl
share/idl/xulrunner/nsIURIWithPrincipal.idl
share/idl/xulrunner/nsIURL.idl
share/idl/xulrunner/nsIURLFormatter.idl
share/idl/xulrunner/nsIURLParser.idl

View file

@ -1,12 +1,12 @@
# $NetBSD: dist.mk,v 1.10 2010/03/15 17:25:33 tnn2 Exp $
# $NetBSD: dist.mk,v 1.11 2010/03/16 20:12:06 tnn2 Exp $
#
# used by wip/xulrunner/Makefile
# used by wip/firefox/Makefile
DISTNAME= firefox-${FIREFOX_VER}.source
FIREFOX_VER= 3.6${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 1.9.2
MOZ_BRANCH_MINOR= .2
FIREFOX_VER= 3.7a4pre${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 1.9.3a4pre
MOZ_BRANCH_MINOR= # empty
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.bz2
@ -16,6 +16,6 @@ PATCHDIR= ${.CURDIR}/../../wip/xulrunner/patches
WRKSRC= ${WRKDIR}/mozilla-${MOZ_BRANCH}
# snapshot overrides
DISTNAME= f14062c981ba
MASTER_SITES= http://hg.mozilla.org/releases/mozilla-1.9.2/archive/
WRKSRC= ${WRKDIR}/mozilla-1-9-2-f14062c981ba
DISTNAME= 050887c64183
MASTER_SITES= http://hg.mozilla.org/mozilla-central/archive/
WRKSRC= ${WRKDIR}/mozilla-central-050887c64183

View file

@ -1,19 +1,19 @@
$NetBSD: distinfo,v 1.22 2010/03/15 17:25:33 tnn2 Exp $
$NetBSD: distinfo,v 1.23 2010/03/16 20:12:06 tnn2 Exp $
SHA1 (f14062c981ba.tar.bz2) = 8965bf632ea401f1b7a783bae4a78217505d2db4
RMD160 (f14062c981ba.tar.bz2) = ab698d457f293c8a26553adfa5f1c793806ea925
Size (f14062c981ba.tar.bz2) = 48101977 bytes
SHA1 (patch-aa) = d719f801f340688102e3b1c07b53655f4053180a
SHA1 (050887c64183.tar.bz2) = 7dc8094b16d360f3b21f61afc4c75c7e08e32ec4
RMD160 (050887c64183.tar.bz2) = 867517df95aa283716b2542b092d0ed058dc44ff
Size (050887c64183.tar.bz2) = 49028359 bytes
SHA1 (patch-aa) = 7fdf25474f81ec92bd3f4eccba151efe82f064f0
SHA1 (patch-ab) = 5331bae45501013d3ca13d161226e311bc10aafe
SHA1 (patch-ac) = e50356963fd235ea11fa45baae356fcf21c6669d
SHA1 (patch-ad) = 7afb960af4e4a311481e7a7b25008ca9b9f7fba1
SHA1 (patch-ae) = 6679dd9c28f8029cc0ed2a32ae60da696099f351
SHA1 (patch-af) = 13a9617cd2894cf342487d2a9cfe8cf3066ba0df
SHA1 (patch-ag) = 62e55040130d5e6cfb10b839fce6abd40a902f08
SHA1 (patch-ag) = a924296e6a569eba4229d661fbe5290eeeb999e0
SHA1 (patch-ah) = 5f8bf19d5ac5ea7e263366a56d10d2eeeee61bac
SHA1 (patch-ai) = 3444882b0f7f4b63273d8888af88be35ae60933a
SHA1 (patch-aj) = 0e357b477aef423e7688dfb0be93cc8abc35e6e0
SHA1 (patch-ak) = 9c7d909d786791829bdcdb7155af66bae079683c
SHA1 (patch-aj) = 0fec43ca6494cf4270767a3a42afaf5d7f56bd96
SHA1 (patch-ak) = 2e81c7a4009235bd2f8a565d4d80d3d4f8003b84
SHA1 (patch-al) = ca1a1fb5f875ab9c84c0afea5d913172a6f7ab57
SHA1 (patch-am) = 75eb92d1941309ffc13f01d7f1946a2f09170220
SHA1 (patch-an) = e975941955b578f1d3336d546e99f0c464cdd9d7
@ -21,8 +21,8 @@ SHA1 (patch-ao) = 353d2098564c7b29849b6f5f4f80d9ac393b23f3
SHA1 (patch-ap) = dbcf27b23fec35ea838d281a97c7aed94739c8b5
SHA1 (patch-aq) = ffb927e222f98c7288e37ddadf1b08a8126c6a55
SHA1 (patch-ar) = bfeaa055b7192e5874427615424496b41410f24b
SHA1 (patch-as) = aa83f9b834d796982a2b580ed908e188a28c6a41
SHA1 (patch-at) = 2d09714ba426632a5d67b1b100c2ac4d1e673536
SHA1 (patch-as) = dcbb9325ba27516d866fb0b7ceb6cd2deabcf7e5
SHA1 (patch-at) = 13df01494c566a8827e59b942ea58f97fd1e829d
SHA1 (patch-au) = f27b6c8b2c744da388e1d15d0776929e7165ee76
SHA1 (patch-av) = e22c544894123a6ab8fc428067716b9e68685771
SHA1 (patch-aw) = eed2f98b732fa776d2ca64d2b82e88677a207657
@ -31,9 +31,9 @@ SHA1 (patch-ay) = 6ddcbbd3f0197fb88622fc32d6d0fd602ec4ad34
SHA1 (patch-az) = 5a09ccfa14fab962c4e2916f00669a1fa4a8ade4
SHA1 (patch-ba) = 9d4058f2a3a290429b26cb8335dd5b188bccc96d
SHA1 (patch-bb) = a764014f7aee2ecb75584ee652fd4a35ab647527
SHA1 (patch-bc) = 6ea633380f427a24098129afa68fcd0112e68ca1
SHA1 (patch-bd) = 5e447e2580c3dcaeffed1b3bbf02f72a1d5ad8a4
SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524
SHA1 (patch-mb) = b3f2558098b6c744959626f1b60fdb7cbe7db2a0
SHA1 (patch-mb) = e98a7550753aeb5f2d3252e13dc36d3c7965624e
SHA1 (patch-md) = 6bf5242245b17fbd868a6a978eb5849726f81393
SHA1 (patch-me) = f5a8e29fc004ef7696b67d260384ab23fd1658c2
SHA1 (patch-mf) = 153dfd5cd611e4364fe1c540f4e8eb500115baff
@ -42,18 +42,16 @@ SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
SHA1 (patch-mj) = 197fab0e00256dedc8a5f181ee0d0d6e42d8177f
SHA1 (patch-mk) = 793dfa16e19e213d78995c893a28bc0d514135d9
SHA1 (patch-ml) = 9003af056e5b671b2345d0a75e99836746369c00
SHA1 (patch-mm) = 51d84cacbfa0430dad21f86f66979b6222299b31
SHA1 (patch-mn) = 7d162a96959315a143c68b3ca2ca4dea6060f1f2
SHA1 (patch-mm) = e3bb0d8c102b158900e680f422db28de70a17147
SHA1 (patch-mn) = cc458523f5f0bb80da39f66a281dc79f4f5ce44d
SHA1 (patch-mp) = 5edb7dbdde20f7aaf5c1bfa035f471ec6d871f95
SHA1 (patch-nd) = f5156ca4d1e61dd1b355bbaa5ebd9cc490d8d865
SHA1 (patch-pa) = 7dffaba78ee254a545c3f7669a3eb2a92196becc
SHA1 (patch-pb) = 9450fe31653c225d529a6ec4d551d0cda464965d
SHA1 (patch-pc) = 45a680a5a9f0794f9dd0f6f4dcd7ce704780e939
SHA1 (patch-pd) = e1b0d5b91c65cc3945eea3488ca0126a3461cea0
SHA1 (patch-pe) = a1af6070fca2e22bd4ec4a1f5ac06ef60adc26cf
SHA1 (patch-pg) = fbf4ae0f334b97f201d05f9bdfd8a2643aeb33ea
SHA1 (patch-ra) = 7dc1ead2756ac8eb9e900dab60f785468df013be
SHA1 (patch-rc) = 9f2e63689123ecbc1767e58e6f5608046dceab1a
SHA1 (patch-ra) = 5bea225db5dfbb96aa59ccdcf04a5bb805844d93
SHA1 (patch-rc) = 0418092a4cdfa0f825b8910f4f36888c737ad834
SHA1 (patch-xa) = ae5ed1f0fb9a0fd45242a94739853b199ed7da72
SHA1 (patch-xb) = c09bd676d21bef02e04c68c2362e32f408ea9201
SHA1 (patch-xc) = 6e1d6b21d7ded744b082173ea6f35b45999fa965

View file

@ -1,4 +1,4 @@
# $NetBSD: mozilla-common.mk,v 1.5 2010/03/15 17:25:34 tnn2 Exp $
# $NetBSD: mozilla-common.mk,v 1.6 2010/03/16 20:12:06 tnn2 Exp $
#
# common Makefile fragment for mozilla packages based on gecko 1.9.1.
#
@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --enable-system-sqlite
CONFIGURE_ARGS+= --disable-crashreporter
CONFIGURE_ARGS+= --disable-libnotify
CONFIGURE_ARGS+= --disable-necko-wifi
CONFIGURE_ARGS+= --disable-ipc # no chromium platform support
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= pre-configure
@ -80,10 +81,12 @@ PREFER.bzip2?= pkgsrc
.include "../../audio/alsa-lib/buildlink3.mk"
.endif
.include "../../archivers/bzip2/buildlink3.mk"
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.16
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.22
CONFIGURE_ENV+= ac_cv_sqlite_secure_delete=yes # XXX pragma secure_delete
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../net/libIDL/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.3nb1
.include "../../x11/gtk2/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.4 2010/03/14 12:14:26 tnn2 Exp $
# $NetBSD: options.mk,v 1.5 2010/03/16 20:12:06 tnn2 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
@ -10,12 +10,13 @@ PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
.endif
.if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Msparc) || \
!empty(MACHINE_ARCH:Marm)
!empty(MACHINE_ARCH:Marm) || !empty(MACHINE_ARCH:Mx86_64)
PKG_SUPPORTED_OPTIONS+= mozilla-jit
PKG_SUGGESTED_OPTIONS+= mozilla-jit
NANOJIT_ARCH.i386= i386
NANOJIT_ARCH.arm= ARM
NANOJIT_ARCH.sparc= Sparc
NANOJIT_ARCH.x86_64= X64
.endif
.include "../../mk/bsd.options.mk"

View file

@ -1,9 +1,9 @@
$NetBSD: patch-aa,v 1.7 2009/12/02 15:03:01 tnn2 Exp $
$NetBSD: patch-aa,v 1.8 2010/03/16 20:12:06 tnn2 Exp $
--- configure.in.orig 2009-10-16 17:13:35.000000000 +0200
--- configure.in.orig 2010-03-16 01:02:50.000000000 +0000
+++ configure.in
@@ -1799,7 +1799,7 @@ case "$target" in
fi
@@ -1915,7 +1915,7 @@ case "$target" in
MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
;;
-*-freebsd*)
@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.7 2009/12/02 15:03:01 tnn2 Exp $
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
@@ -1813,6 +1813,9 @@ case "$target" in
@@ -1929,6 +1929,9 @@ case "$target" in
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.7 2009/12/02 15:03:01 tnn2 Exp $
;;
*-hpux*)
@@ -3043,6 +3046,9 @@ dnl ====================================
@@ -3220,6 +3223,9 @@ dnl ====================================
case $target in
*-hpux11.*)
;;
@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.7 2009/12/02 15:03:01 tnn2 Exp $
*)
AC_CHECK_LIB(c_r, gethostbyname_r)
;;
@@ -4158,6 +4164,14 @@ else
@@ -4492,6 +4498,14 @@ else
fi
fi
@ -46,7 +46,7 @@ $NetBSD: patch-aa,v 1.7 2009/12/02 15:03:01 tnn2 Exp $
if test -z "$SKIP_LIBRARY_CHECKS"; then
dnl system JPEG support
dnl ========================================================
@@ -8375,7 +8389,8 @@ rm -f confdefs.h.save
@@ -8627,7 +8641,8 @@ rm -f confdefs.h.save
mv confdefs.h confdefs.h.save
egrep -v "$_EGREP_PATTERN" confdefs.h.save > confdefs.h
AC_OUTPUT_MAKE_DEFS()
@ -56,7 +56,7 @@ $NetBSD: patch-aa,v 1.7 2009/12/02 15:03:01 tnn2 Exp $
AC_SUBST(MOZ_DEFINES)
rm -f confdefs.h
mv confdefs.h.save confdefs.h
@@ -8466,6 +8481,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then
@@ -8718,6 +8733,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then
AC_MSG_WARN([Recreating autoconf.mk with updated nspr-config output])
if test "$OS_ARCH" != "WINNT" && test "$OS_ARCH" != "WINCE"; then
NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --libdir=$LIBXUL_DIST/lib --libs`

View file

@ -1,9 +1,9 @@
$NetBSD: patch-ag,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
$NetBSD: patch-ag,v 1.5 2010/03/16 20:12:06 tnn2 Exp $
--- nsprpub/pr/include/md/_freebsd.h.orig 2009-06-29 18:15:06.000000000 +0200
--- nsprpub/pr/include/md/_freebsd.h.orig 2010-03-16 01:02:50.000000000 +0000
+++ nsprpub/pr/include/md/_freebsd.h
@@ -79,7 +79,7 @@
#define _PR_NO_LARGE_FILES
#define _PR_HAVE_LARGE_OFF_T
#if defined(_PR_PTHREADS)
-#if __FreeBSD_version >= 400008

View file

@ -1,16 +1,16 @@
$NetBSD: patch-aj,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
$NetBSD: patch-aj,v 1.5 2010/03/16 20:12:06 tnn2 Exp $
--- profile/dirserviceprovider/src/nsProfileLock.cpp.orig 2009-06-29 18:15:11.000000000 +0200
--- profile/dirserviceprovider/src/nsProfileLock.cpp.orig 2010-03-16 01:02:50.000000000 +0000
+++ profile/dirserviceprovider/src/nsProfileLock.cpp
@@ -391,6 +391,7 @@ nsresult nsProfileLock::LockWithSymlink(
act.sa_flags = 0;
@@ -396,6 +396,7 @@ nsresult nsProfileLock::LockWithSymlink(
act.sa_flags = SA_SIGINFO;
sigfillset(&act.sa_mask);
+#ifndef DEBUG
#define CATCH_SIGNAL(signame) \
PR_BEGIN_MACRO \
if (sigaction(signame, NULL, &oldact) == 0 && \
@@ -409,6 +410,7 @@ PR_BEGIN_MACRO
@@ -414,6 +415,7 @@ PR_BEGIN_MACRO
CATCH_SIGNAL(SIGTERM);
#undef CATCH_SIGNAL

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ak,v 1.4 2010/02/14 20:03:52 tnn2 Exp $
$NetBSD: patch-ak,v 1.5 2010/03/16 20:12:06 tnn2 Exp $
--- js/ctypes/libffi/configure.orig 2010-01-21 03:30:16.000000000 +0000
--- js/ctypes/libffi/configure.orig 2010-03-16 01:02:50.000000000 +0000
+++ js/ctypes/libffi/configure
@@ -21033,7 +21033,7 @@ case "$host" in
@@ -12232,7 +12232,7 @@ case "$host" in
powerpc-*-aix* | rs6000-*-aix*)
TARGET=POWERPC_AIX; TARGETDIR=powerpc
;;

View file

@ -1,11 +1,11 @@
$NetBSD: patch-as,v 1.3 2009/12/02 15:03:01 tnn2 Exp $
$NetBSD: patch-as,v 1.4 2010/03/16 20:12:06 tnn2 Exp $
Treat DragonFly like FreeBSD.
--- js/src/configure.in.orig 2009-06-29 18:14:51.000000000 +0200
--- js/src/configure.in.orig 2010-03-16 01:02:50.000000000 +0000
+++ js/src/configure.in
@@ -1693,7 +1693,7 @@ case "$target" in
fi
MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
;;
-*-freebsd*)
@ -13,7 +13,7 @@ Treat DragonFly like FreeBSD.
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
@@ -2504,7 +2504,7 @@ darwin*)
@@ -2540,7 +2540,7 @@ darwin*)
solaris*)
AC_DEFINE(AVMPLUS_UNIX)
;;
@ -21,8 +21,8 @@ Treat DragonFly like FreeBSD.
+freebsd*|kfreebsd*|netbsd*|dragonfly*)
AC_DEFINE(AVMPLUS_UNIX)
;;
*cygwin*|*mingw*|*mks*|*msvc*|*wince)
@@ -4185,7 +4185,7 @@ if test "$MOZ_MEMORY"; then
*cygwin*|*mingw*|*mks*|*msvc*|*wince|*winmo)
@@ -4168,7 +4168,7 @@ if test "$MOZ_MEMORY"; then
darwin*)
AC_DEFINE(MOZ_MEMORY_DARWIN)
;;

View file

@ -1,9 +1,9 @@
$NetBSD: patch-at,v 1.3 2009/12/02 15:03:01 tnn2 Exp $
$NetBSD: patch-at,v 1.4 2010/03/16 20:12:06 tnn2 Exp $
Treat DragonFly like FreeBSD.
Avoid silly redefinitions of standard types on NetBSD.
--- gfx/qcms/qcmstypes.h.orig 2009-08-24 17:52:41.000000000 +0200
--- gfx/qcms/qcmstypes.h.orig 2010-03-16 01:02:50.000000000 +0000
+++ gfx/qcms/qcmstypes.h
@@ -10,6 +10,8 @@
#if defined (__SVR4) && defined (__sun)
@ -11,10 +11,10 @@ Avoid silly redefinitions of standard types on NetBSD.
#include <sys/int_types.h>
+#elif defined(__NetBSD__)
+#include <stdint.h>
#elif defined (_AIX)
#include <sys/types.h>
#else
typedef PRInt8 int8_t;
typedef PRUint8 uint8_t;
@@ -23,7 +25,7 @@ typedef PRUint64 uint64_t;
@@ -25,7 +27,7 @@ typedef PRUint64 uint64_t;
#ifdef __OS2__
/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
#include <stdlib.h>

View file

@ -1,20 +0,0 @@
$NetBSD: patch-bc,v 1.1 2010/03/08 16:54:26 tnn2 Exp $
# ensure at least pointer compatible alignement of memory arena for
# RuleProcessorData::operator new
# Reported upstream as https://bugzilla.mozilla.org/show_bug.cgi?id=550842
--- content/base/src/nsGenericElement.cpp.orig 2010-02-27 02:32:31.000000000 +0000
+++ content/base/src/nsGenericElement.cpp
@@ -5132,9 +5132,9 @@ TryMatchingElementsInSubtree(nsINode* aR
* cheaper than heap-allocating all the datas and keeping track of them all,
* and helps a good bit in the common cases. We also keep track of the whole
* parent data chain, since we have those Around anyway */
- char databuf[2 * sizeof(RuleProcessorData)];
+ union { char c[2 * sizeof(RuleProcessorData)]; void *p; } databuf;
RuleProcessorData* prevSibling = nsnull;
- RuleProcessorData* data = reinterpret_cast<RuleProcessorData*>(databuf);
+ RuleProcessorData* data = reinterpret_cast<RuleProcessorData*>(&databuf);
PRBool continueIteration = PR_TRUE;
for (nsINode::ChildIterator iter(aRoot); !iter.IsDone(); iter.Next()) {

View file

@ -0,0 +1,27 @@
$NetBSD: patch-bd,v 1.1 2010/03/16 20:12:06 tnn2 Exp $
--- js/ctypes/CTypes.cpp.orig 2010-03-16 01:02:50.000000000 +0000
+++ js/ctypes/CTypes.cpp
@@ -36,6 +36,22 @@
*
* ***** END LICENSE BLOCK ***** */
+#if defined(__NetBSD__)
+#include <stdint.h>
+/* XXX why do we have those funky __ #defines in stdint.h? */
+#warning this is a retarded workaround
+#define uint8_t uint8_t
+#define uint16_t uint16_t
+#define uint32_t uint32_t
+#define uint64_t uint64_t
+#define int8_t int8_t
+#define int16_t int16_t
+#define int32_t int32_t
+#define int64_t int64_t
+#define intptr_t intptr_t
+#define uintptr_t uintptr_t
+#endif
+
#include "jscntxt.h"
#include "CTypes.h"
#include "nsAutoPtr.h"

View file

@ -1,46 +1,26 @@
$NetBSD: patch-mb,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
$NetBSD: patch-mb,v 1.5 2010/03/16 20:12:06 tnn2 Exp $
--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2009-11-25 05:13:10.000000000 +0100
--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2010-03-16 01:02:50.000000000 +0000
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@ -76,7 +76,7 @@ endif
@@ -83,7 +83,7 @@ endif
endif
endif
-ifneq (,$(filter FreeBSD NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
+ifneq (,$(filter FreeBSD DragonFly NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
-ifneq (,$(filter NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
+ifneq (,$(filter OpenBSD BSD_OS,$(OS_ARCH)))
ifeq (86,$(findstring 86,$(OS_TEST)))
CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
endif
@@ -108,12 +108,28 @@ endif
ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDx86_64)
CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp
endif
+
+#
+# NetBSD/amd64
+#
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDx86_64)
+CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp
+endif
+
@@ -92,7 +92,7 @@ endif
# New code for Linux, et. al., with gcc
# Migrate other platforms here after testing
#
# FreeBSD/amd64
#
ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDx86_64)
CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp
endif
+
+#
+# DragonFlyBSD/amd64
+#
+ifeq ($(OS_ARCH)$(OS_TEST),DragonFlyx86_64)
+CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp
+endif
+
#
# BeOS/Intel (uses the same unixish_x86 code)
#
@@ -200,7 +216,7 @@ endif
-ifneq (,$(filter Linux FreeBSD GNU_%,$(OS_ARCH)))
+ifneq (,$(filter Linux FreeBSD NetBSD DragonFly GNU_%,$(OS_ARCH)))
# Linux/x86-64
ifeq (x86_64,$(OS_TEST))
CPPSRCS := xptcinvoke_x86_64_unix.cpp xptcstubs_x86_64_linux.cpp
@@ -210,7 +210,7 @@ endif
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@ -49,7 +29,7 @@ $NetBSD: patch-mb,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
@@ -255,7 +271,7 @@ endif
@@ -265,7 +265,7 @@ endif
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@ -58,7 +38,7 @@ $NetBSD: patch-mb,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
@@ -340,9 +356,10 @@ endif
@@ -350,9 +350,10 @@ endif
#
# NetBSD/PPC
#
@ -70,7 +50,7 @@ $NetBSD: patch-mb,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
endif
#
@@ -414,6 +431,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
@@ -424,6 +425,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s
endif
#

View file

@ -1,23 +1,15 @@
$NetBSD: patch-mm,v 1.5 2009/12/16 09:41:21 tnn2 Exp $
$NetBSD: patch-mm,v 1.6 2010/03/16 20:12:06 tnn2 Exp $
Don't link with -lCstd on Solaris when using GCC. From Tim Zingelman.
part of PR pkg/39085
--- toolkit/library/Makefile.in.orig 2009-12-02 05:28:58.000000000 +0100
--- toolkit/library/Makefile.in.orig 2010-03-16 01:02:50.000000000 +0000
+++ toolkit/library/Makefile.in
@@ -252,7 +252,14 @@ EXTRA_DSO_LDOPTS += -lbe -ltracker
@@ -235,6 +235,10 @@ ifeq ($(OS_ARCH),SunOS)
EXTRA_DSO_LDOPTS += -lelf -ldemangle
endif
ifeq ($(OS_ARCH),SunOS)
-EXTRA_DSO_LDOPTS += -lelf -ldemangle -lCstd
+EXTRA_DSO_LDOPTS += -lelf -ldemangle
+ifndef GNU_CC
+EXTRA_DSO_LDOPTS += -lCstd
+endif
+endif
+
+ifeq ($(OS_ARCH),NetBSD)
+EXTRA_DSO_LDOPTS += -lossaudio
endif
+endif
+
ifeq ($(OS_ARCH),WINNT)
OS_LIBS += $(call EXPAND_LIBNAME,shell32 ole32 uuid version winspool comdlg32 imm32 winmm wsock32 msimg32 shlwapi)
ifneq (,$(MOZ_DEBUG)$(NS_TRACE_MALLOC))

View file

@ -1,15 +1,15 @@
$NetBSD: patch-mn,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
$NetBSD: patch-mn,v 1.5 2010/03/16 20:12:06 tnn2 Exp $
Make sure we link correctly with sqlite3 from pkgsrc.
--- security/nss/lib/softoken/config.mk.orig 2009-10-16 17:14:19.000000000 +0200
--- security/nss/lib/softoken/config.mk.orig 2010-03-16 01:02:50.000000000 +0000
+++ security/nss/lib/softoken/config.mk
@@ -83,7 +83,7 @@ EXTRA_SHARED_LIBS += \
@@ -81,7 +81,7 @@ else
# $(PROGRAM) has NO explicit dependencies on $(EXTRA_SHARED_LIBS)
# $(EXTRA_SHARED_LIBS) come before $(OS_LIBS), except on AIX.
-SQLITE = -lsqlite3
+SQLITE = `pkg-config --libs sqlite3`
EXTRA_SHARED_LIBS += \
-L$(DIST)/lib \
-L$(NSSUTIL_LIB_DIR) \
-lnssutil3 \
- -lsqlite3 \
+ `pkg-config --libs sqlite3` \
-L$(NSPR_LIB_DIR) \
-lplc4 \
-lplds4 \

View file

@ -1,37 +0,0 @@
$NetBSD: patch-nd,v 1.1.1.1 2009/12/02 14:36:40 tnn2 Exp $
# reported upstream as
# https://bugzilla.mozilla.org/show_bug.cgi?id=514002
--- gfx/qcms/iccread.c.orig 2009-07-30 17:30:16.000000000 +0200
+++ gfx/qcms/iccread.c 2009-09-01 21:29:29.000000000 +0200
@@ -23,6 +23,7 @@
#include <math.h>
#include <assert.h>
#include <stdlib.h>
+#include <string.h>
#include "qcmsint.h"
//XXX: use a better typename
@@ -84,7 +85,9 @@ static uint32_t read_u32(struct mem_sour
invalid_source(mem, "Invalid offset");
return 0;
} else {
- return be32_to_cpu(*(__be32*)(mem->buf + offset));
+ uint32_t v;
+ memcpy(&v, mem->buf + offset, 4);
+ return be32_to_cpu(v);
}
}
@@ -94,7 +97,9 @@ static uint16_t read_u16(struct mem_sour
invalid_source(mem, "Invalid offset");
return 0;
} else {
- return be16_to_cpu(*(__be16*)(mem->buf + offset));
+ uint16_t v;
+ memcpy(&v, mem->buf + offset, 2);
+ return be16_to_cpu(v);
}
}

View file

@ -1,11 +0,0 @@
$NetBSD: patch-pe,v 1.4 2010/01/08 23:09:37 tnn2 Exp $
--- xulrunner/installer/mozilla-plugin.pc.in.orig 2009-12-04 21:19:58.000000000 +0000
+++ xulrunner/installer/mozilla-plugin.pc.in
@@ -5,5 +5,5 @@ includedir=%includedir%
Name: Mozilla Plug-In API
Description: Mozilla Plug-In API
Version: %MOZILLA_VERSION%
-Cflags: -I${includedir}/stable -DXP_UNIX %ojidef%
+Cflags: -I${includedir} -DXP_UNIX %ojidef%

View file

@ -1,9 +1,9 @@
$NetBSD: patch-ra,v 1.1.1.1 2009/12/02 14:36:40 tnn2 Exp $
$NetBSD: patch-ra,v 1.2 2010/03/16 20:12:06 tnn2 Exp $
--- browser/branding/unofficial/locales/browserconfig.properties.orig 2009-10-29 23:10:36.000000000 +0100
--- browser/branding/unofficial/locales/browserconfig.properties.orig 2010-03-16 01:02:50.000000000 +0000
+++ browser/branding/unofficial/locales/browserconfig.properties
@@ -1,3 +1,3 @@
# Do NOT localize or otherwise change these values
-browser.startup.homepage=http://www.mozilla.org/projects/namoroka/
-browser.startup.homepage=http://www.mozilla.org/projects/devpreview/
+browser.startup.homepage=http://www.google.com/firefox

View file

@ -1,12 +1,12 @@
$NetBSD: patch-rc,v 1.1.1.1 2009/12/02 14:36:40 tnn2 Exp $
$NetBSD: patch-rc,v 1.2 2010/03/16 20:12:06 tnn2 Exp $
--- browser/branding/unofficial/locales/en-US/brand.dtd.orig 2009-10-29 23:10:36.000000000 +0100
--- browser/branding/unofficial/locales/en-US/brand.dtd.orig 2010-03-16 01:02:50.000000000 +0000
+++ browser/branding/unofficial/locales/en-US/brand.dtd
@@ -1,5 +1,5 @@
-<!ENTITY brandShortName "Namoroka">
-<!ENTITY brandFullName "Namoroka">
-<!ENTITY brandShortName "Mozilla Developer Preview">
-<!ENTITY brandFullName "Mozilla Developer Preview">
+<!ENTITY brandShortName "Browser">
+<!ENTITY brandFullName "Browser">
<!ENTITY vendorShortName "mozilla.org">
<!ENTITY logoCopyright " ">
<!ENTITY logoTrademark " ">