head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.44 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.42 pkgsrc-2012Q4-base:1.9 pkgsrc-2011Q4:1.9.0.40 pkgsrc-2011Q4-base:1.9 pkgsrc-2011Q2:1.9.0.38 pkgsrc-2011Q2-base:1.9 pkgsrc-2009Q4:1.9.0.36 pkgsrc-2009Q4-base:1.9 pkgsrc-2008Q4:1.9.0.34 pkgsrc-2008Q4-base:1.9 pkgsrc-2008Q3:1.9.0.32 pkgsrc-2008Q3-base:1.9 cube-native-xorg:1.9.0.30 cube-native-xorg-base:1.9 pkgsrc-2008Q2:1.9.0.28 pkgsrc-2008Q2-base:1.9 pkgsrc-2008Q1:1.9.0.26 pkgsrc-2008Q1-base:1.9 pkgsrc-2007Q4:1.9.0.24 pkgsrc-2007Q4-base:1.9 pkgsrc-2007Q3:1.9.0.22 pkgsrc-2007Q3-base:1.9 pkgsrc-2007Q2:1.9.0.20 pkgsrc-2007Q2-base:1.9 pkgsrc-2007Q1:1.9.0.18 pkgsrc-2007Q1-base:1.9 pkgsrc-2006Q4:1.9.0.16 pkgsrc-2006Q4-base:1.9 pkgsrc-2006Q3:1.9.0.14 pkgsrc-2006Q3-base:1.9 pkgsrc-2006Q2:1.9.0.12 pkgsrc-2006Q2-base:1.9 pkgsrc-2006Q1:1.9.0.10 pkgsrc-2006Q1-base:1.9 pkgsrc-2005Q4:1.9.0.8 pkgsrc-2005Q4-base:1.9 pkgsrc-2005Q3:1.9.0.6 pkgsrc-2005Q3-base:1.9 pkgsrc-2005Q2:1.9.0.4 pkgsrc-2005Q2-base:1.9 pkgsrc-2005Q1:1.9.0.2 pkgsrc-2005Q1-base:1.9 pkgsrc-2004Q4:1.8.0.2 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 netbsd-1-6:1.3.0.6 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.2 pkgviews-base:1.3 buildlink2:1.1.0.2 buildlink2-base:1.3; locks; strict; comment @# @; 1.9 date 2005.01.04.11.03.01; author taya; state dead; branches; next 1.8; 1.8 date 2004.11.12.02.11.22; author wiz; state Exp; branches; next 1.7; 1.7 date 2003.01.23.14.13.18; author wiz; state dead; branches 1.7.8.1; next 1.6; 1.6 date 2002.12.04.15.20.30; author taya; state Exp; branches; next 1.5; 1.5 date 2002.08.29.15.11.15; author taya; state Exp; branches; next 1.4; 1.4 date 2002.08.29.07.07.53; author itojun; state dead; branches; next 1.3; 1.3 date 2002.06.06.02.05.58; author taya; state Exp; branches; next 1.2; 1.2 date 2002.05.14.00.16.38; author taya; state Exp; branches; next 1.1; 1.1 date 2002.04.25.15.52.47; author taya; state Exp; branches 1.1.2.1; next ; 1.7.8.1 date 2004.11.30.23.29.15; author salo; state Exp; branches; next ; 1.1.2.1 date 2002.06.23.19.04.23; author jlam; state Exp; branches; next ; desc @@ 1.9 log @ - remove patch-bj that i forgot to remove at previous commit - add $NetBSD$ to patch-ah thanks to adrianp, wiz, kambe san. @ text @$NetBSD: patch-bj,v 1.8 2004/11/12 02:11:22 wiz Exp $ --- uriloader/exthandler/nsExternalHelperAppService.cpp.orig 2004-11-11 15:56:52.000000000 +0100 +++ uriloader/exthandler/nsExternalHelperAppService.cpp @@@@ -1747,6 +1747,11 @@@@ nsresult nsExternalAppHandler::ExecuteDe // XXX Put progress dialog in barber-pole mode // and change text to say "Copying from:". rv = MoveFile(mFinalFileDestination); + if (NS_SUCCEEDED(rv) && action == nsIMIMEInfo::saveToDisk) + { + nsCOMPtr destfile(do_QueryInterface(mFinalFileDestination)); + sSrv->FixFilePermissions(destfile); + } } // Notify dialog that download is complete. @@@@ -1913,7 +1918,6 @@@@ nsresult nsExternalAppHandler::MoveFile( if (directoryLocation) { rv = mTempFile->MoveToNative(directoryLocation, fileName); - sSrv->FixFilePermissions(fileToUse); } if (NS_FAILED(rv)) { @ 1.8 log @Update mozilla and mozilla-gtk2 to 1.7.3nb2 with a security fix from mozilla CVS. @ text @d1 1 a1 1 $NetBSD$ @ 1.7 log @Try to mark as dead. @ text @d1 1 a1 1 $NetBSD: patch-bj,v 1.6 2002/12/04 15:20:30 taya Exp $ d3 22 a24 15 diff -ru ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c --- ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Fri Jun 14 06:45:30 2002 +++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Wed Nov 13 14:21:45 2002 @@@@ -187,6 +187,11 @@@@ #define EDEADLOCK -1 #endif +#if defined(NETBSD) +#define ENOTSUP -1 +#define EDEADLOCK -1 +#endif + /* XXX: need to verify that the -1 entries are correct (no mapping) */ static struct prldap_errormap_entry prldap_errormap[] = { { PR_OUT_OF_MEMORY_ERROR, ENOMEM }, @ 1.7.8.1 log @Pullup ticket 139 - requested by Thomas Klausner security fixes for mozilla and firefox Module Name: pkgsrc Committed By: grant Date: Mon Oct 4 11:52:09 UTC 2004 Modified Files: pkgsrc/www/mozilla: distinfo Log Message: bring across a patch in Firefox for using thread-safe resolver library functions on NetBSD >=2.0F. --- Module Name: pkgsrc Committed By: grant Date: Mon Oct 4 11:52:45 UTC 2004 Modified Files: pkgsrc/www/mozilla/patches: patch-br Log Message: bring across a patch in Firefox for using thread-safe resolver library functions on NetBSD >=2.0F. --- Module Name: pkgsrc Committed By: sekiya Date: Mon Oct 25 13:02:15 UTC 2004 Modified Files: pkgsrc/www/mozilla: Makefile.common distinfo pkgsrc/www/mozilla/patches: patch-bt Log Message: Force gcc34 and use the right varargs macro for amd64. Mozilla (and its derivatives) now appears to work properly on amd64. Patches from Nicholas Joly. --- Module Name: pkgsrc Committed By: jmmv Date: Mon Oct 25 18:06:26 UTC 2004 Modified Files: pkgsrc/www/mozilla: Makefile Makefile.common PLIST pkgsrc/www/mozilla-gtk2: Makefile PLIST pkgsrc/www/mozilla/files: moz-install Log Message: Modify mozilla and mozilla-gtk2 to install several additional headers. More specifically, this lets Mozilla NSS be used by other programs. Also make the pkgconfig substitutions happen at post-build time, so that the right rpaths are added to the mozilla-nspr.pc file (which is filled in during the build). Bump PKGREVISION to 1 for both packages. Ok'ed by taya@@, the maintainer. --- Module Name: pkgsrc Committed By: wiz Date: Fri Nov 12 02:11:22 UTC 2004 Modified Files: pkgsrc/www/mozilla: Makefile distinfo pkgsrc/www/mozilla-gtk2: Makefile Added Files: pkgsrc/www/mozilla/patches: patch-bj Log Message: Update mozilla and mozilla-gtk2 to 1.7.3nb2 with a security fix from mozilla CVS. --- Module Name: pkgsrc Committed By: kristerw Date: Mon Nov 1 18:07:24 UTC 2004 Modified Files: pkgsrc/www/firefox: distinfo pkgsrc/www/firefox/patches: patch-bt Log Message: Use __va_copy instead of va_copy for NetBSD. This is needed on gcc 3.4 since the build use -ansi that in turn makes gcc 3.4 modify its predefined symbols in such a way that va_copy is not defined. --- Module Name: pkgsrc Committed By: xtraeme Date: Tue Nov 9 20:10:14 UTC 2004 Modified Files: pkgsrc/www/firefox: Makefile-firefox.common PLIST distinfo pkgsrc/www/firefox-gtk2: PLIST Log Message: Update firefox and firefox-gtk2 to 1.0. This is a bugfix release, to fix the problems reported in Preview Releases, etc. --- Module Name: pkgsrc Committed By: taya Date: Wed Nov 10 14:38:45 UTC 2004 Modified Files: pkgsrc/www/firefox: Makefile-firefox.common PLIST Log Message: - correct path of mirror site - add some missing files to PLIST --- Module Name: pkgsrc Committed By: taya Date: Wed Nov 10 14:40:24 UTC 2004 Modified Files: pkgsrc/www/firefox-gtk2: PLIST Log Message: add some missing files to PLIST --- Module Name: pkgsrc Committed By: taya Date: Sat Nov 13 07:03:08 UTC 2004 Modified Files: pkgsrc/www/firefox: Makefile-firefox.common PLIST Log Message: remove typeahead extension that confilicts with buildin typeahead component. fix pkg/28164. bump PKGREVISION --- Module Name: pkgsrc Committed By: taya Date: Sat Nov 13 08:57:54 UTC 2004 Modified Files: pkgsrc/www/firefox-gtk2: PLIST Log Message: remove typeahead extension @ text @d1 1 a1 1 $NetBSD: patch-bj,v 1.8 2004/11/12 02:11:22 wiz Exp $ d3 15 a17 22 --- uriloader/exthandler/nsExternalHelperAppService.cpp.orig 2004-11-11 15:56:52.000000000 +0100 +++ uriloader/exthandler/nsExternalHelperAppService.cpp @@@@ -1747,6 +1747,11 @@@@ nsresult nsExternalAppHandler::ExecuteDe // XXX Put progress dialog in barber-pole mode // and change text to say "Copying from:". rv = MoveFile(mFinalFileDestination); + if (NS_SUCCEEDED(rv) && action == nsIMIMEInfo::saveToDisk) + { + nsCOMPtr destfile(do_QueryInterface(mFinalFileDestination)); + sSrv->FixFilePermissions(destfile); + } } // Notify dialog that download is complete. @@@@ -1913,7 +1918,6 @@@@ nsresult nsExternalAppHandler::MoveFile( if (directoryLocation) { rv = mTempFile->MoveToNative(directoryLocation, fileName); - sSrv->FixFilePermissions(fileToUse); } if (NS_FAILED(rv)) { @ 1.6 log @Update mozilla to 1.2.1 What's new from Release notes: (See release notes for detail - http://www.mozilla.org/releases/mozilla1.2.1/) Browser * Type Ahead Find is a new feature that allows quick navigation when you type a succession of characters in the browser, matching the text in one or more links on the page. * Building on Mozilla's customizability, you can now show toolbars as text/icons/both (in the default Classic theme). We also have a few other usability improvements like image selection visualization (image highlights with system selection color when selected) and the removal of the confusing toolbar grippies. * Improvements to native look and feel in both the browser interface and the browser content area. We now support most native GTK themes in Mozilla which means that your Mozilla toolbars and other widgets will pick up the GTK theme look and feel. We also support native look and feel for web content like form controls under windowsXP. * Making tabbed browsing even more useful, you can launch the browser with a group of bookmarks as your start page. This loads several pages into tabs at startup. * Keyboard access is greatly improved including additional accesskeys for menus, other ui elements and page elements. * We have a new features that utilizes browser idle time to download or prefetch documents that the user might visit in the near future. * XML prettyprinting, similar to IEs default-view for XML is now available in Mozilla. Mail * Mozilla Mail has a new "filter after the fact" capability so users can create a filter and then run that filter on already downloaded mail. Filter logging has also been implemented which allows power users to see a log of all of the filter actions. * In mail you can now select and copy text from message headers and you can now drag and drop from the message search results window. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @ fix PLIST merge PLIST-* to PLIST improve install script to share with mozilla-1.0 branch(not imported yet) @ text @d5 1 a5 1 +++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Wed Aug 28 11:25:17 2002 @ 1.4 log @upgrade to 1.1. includes CSS/cookie-stealing security fix. * Improved application and layout performance * Improved stability * Improved Web site compatibility * Improved CSS, DOM and HTML standards support * Distinct window icons for the different Mozilla applications (artwork contributed by Grayrest). * Mozilla can now trigger MS DUN when started without a connection. * Fullscreen mode for Mozilla on Linux (press F11). * Browser tabs now close left to right (they used to close right to left). * The tab bar now has a button for creating new tabs. * All Search entry points now use your default search engine. * Download Manager has been enabled as the default download view (with many improvements) * Autocomplete in the location bar has more intelligent completion. * The Linux File Picker has improved filtering and a new directory button. * File extensions more accurately handled in downloads and we save the correct files when saving complete Web pages * Drag and drop support has been greatly improved. * View selection source: Context clicking on a selection now lets you view the HTML source for the selected area. * Page info displays more page info with improved General and Media tab content. * New button in prefs for making Mozilla the system default browser on MS Windows * MathML is now enabled for Mozilla on Macintosh (it was already available on Windows and Linux). * Mozilla now takes advantage of Quartz rendering for users of Mac OS X 10.1.5 * Better Bi-Di Arabic and Hebrew support including improved layout of Arabic pages on Linux and other platforms without their own Arabic shaping support. * We have new layout performance enhancements targeted at DHTML. * Mozilla now has support for the display of XBM images. * Image and plug-in blocking for Mail & News * Mozilla allows you to view HTML mail messages as plain text. * You can now quote the current message in a Mail compose window with Quote Original under the options menu. * The JavaScript Debugger has gone through a major development cycle. It now sports a palette of nine views which can be rearranged within the main window or docked in separate floating windows. It is also possible to create user-defined views and commands directly with JavaScript. More details are available in the FAQ, newsgroup, or IRC channel. * Chatzilla has improved tab completion and can now join channels with Japanese names. @ text @d1 1 a1 1 $NetBSD: patch-bj,v 1.3 2002/06/06 02:05:58 taya Exp $ d4 3 a6 3 --- ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Sun Apr 14 20:15:10 2002 +++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Thu Jun 6 09:13:48 2002 @@@@ -186,6 +186,11 @@@@ @ 1.3 log @ Update mozilla to 1.0 No major changes from 1.0rc3. See the release notes for detail about mozilla. http://www.mozilla.org/releases/mozilla1.0/ @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @ Update mozilla to 1.0rc2 Changes from release notes are follows: - A security vulnerability reported in Mozilla by GreyMagic Software has now been fixed. For more information see the mozilla.org statement. - Fifteen of our most frequently encountered crashes have been fixed. You can help us find any that are left by banging on Mozilla and sending in those TalkBack crash reports. - Ten of our most frequently encountered application freezes have been fixed (including the dreaded bug 96504 on Linux). - We finally support CSS2 :hover the way web developers want us to. (Bug bug 5693) - It is now possible to install colormap on 8 bit displays using -install. (Bug 22337) - Cookies can now be disabled for Mozilla Mail. (Bug 22994) - You can now enable in preferences HTTP 1.1 pipelining (not on by default). (Bug 93054) @ text @d4 2 a5 2 --- ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Mon Apr 15 11:42:10 2002 +++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Sat May 11 20:14:18 2002 @ 1.1 log @ Update mozilla to 1.0rc1 Noteable changes from release notes are follows. See release notes for detail http://www.mozilla.org/releases/mozilla1.0/ - Mozilla Composer now implements one button publishing which allows you to save html documents directly to web sites where you have an established account. - Our most frequently reported bug has been fixed. Viewing the source of a cgi generated page now works properly. - Mozilla now implements LDAP over SSL and allows LDAP Address Book replication. - The following JavaScript statements are now acceptable, as they are with Netscape Navigator 4.7 and Internet Explorer 6: for(i in undefined){} for(i in null){} var obj; for (i in obj){} - Improved GB18030 support -- the Unicode surrogate range support is now available on Windows. - Linux scaled bitmap font support is available This improves quality of bitmap font display even when a font does not contain embedded bitmap fonts in many different sizes. - There is now a preference to match the browser's default locale/region to the operating system default. In all.js: pref("intl.locale.matchOS", false); When its value is "true", browser will find the system's locale and set its UI language and region content to match it. For example, when installing on an English (US) system, on start up, the client will use English as its UI language and US as its region locale until a user profile is selected. If a (pair) of locale is defined in the selected profile, browser will honor the profile locale. In addition, when cmdline switches, '-UILocale' and/or 'contentLocale', are present, the cmdline switch takes precedence. (Bug 121744) Note: Having this preference on is an expensive operation. Therefore, when this preference is "true", there will be approximately a 30% increase in startup time. @ text @d3 3 a5 3 diff -ru ../mozilla-current.orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c --- ../mozilla-current.orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Thu Apr 4 20:00:49 2002 +++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Sun Apr 7 11:01:47 2002 @ 1.1.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-bj,v 1.3 2002/06/06 02:05:58 taya Exp $ d3 3 a5 3 diff -ru ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c --- ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Sun Apr 14 20:15:10 2002 +++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Thu Jun 6 09:13:48 2002 @