head 1.10; access; symbols pkgsrc-2013Q2:1.10.0.32 pkgsrc-2013Q2-base:1.10 pkgsrc-2012Q4:1.10.0.30 pkgsrc-2012Q4-base:1.10 pkgsrc-2011Q4:1.10.0.28 pkgsrc-2011Q4-base:1.10 pkgsrc-2011Q2:1.10.0.26 pkgsrc-2011Q2-base:1.10 pkgsrc-2009Q4:1.10.0.24 pkgsrc-2009Q4-base:1.10 pkgsrc-2008Q4:1.10.0.22 pkgsrc-2008Q4-base:1.10 pkgsrc-2008Q3:1.10.0.20 pkgsrc-2008Q3-base:1.10 cube-native-xorg:1.10.0.18 cube-native-xorg-base:1.10 pkgsrc-2008Q2:1.10.0.16 pkgsrc-2008Q2-base:1.10 pkgsrc-2008Q1:1.10.0.14 pkgsrc-2008Q1-base:1.10 pkgsrc-2007Q4:1.10.0.12 pkgsrc-2007Q4-base:1.10 pkgsrc-2007Q3:1.10.0.10 pkgsrc-2007Q3-base:1.10 pkgsrc-2007Q2:1.10.0.8 pkgsrc-2007Q2-base:1.10 pkgsrc-2007Q1:1.10.0.6 pkgsrc-2007Q1-base:1.10 pkgsrc-2006Q4:1.10.0.4 pkgsrc-2006Q4-base:1.10 pkgsrc-2006Q3:1.10.0.2 pkgsrc-2006Q3-base:1.10 pkgsrc-2006Q2:1.9.0.8 pkgsrc-2006Q2-base:1.9 pkgsrc-2006Q1:1.9.0.6 pkgsrc-2006Q1-base:1.9 pkgsrc-2005Q4:1.9.0.4 pkgsrc-2005Q4-base:1.9 pkgsrc-2005Q3:1.9.0.2 pkgsrc-2005Q3-base:1.9 pkgsrc-2005Q2:1.8.0.8 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.6 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.4 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.2 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.6.0.4 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.2 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.1.0.2 netbsd-1-6-1-base:1.1; locks; strict; comment @# @; 1.10 date 2006.09.24.16.46.28; author salo; state dead; branches; next 1.9; 1.9 date 2005.07.25.15.47.20; author adam; state Exp; branches; next 1.8; 1.8 date 2004.07.26.23.36.01; author taya; state Exp; branches; next 1.7; 1.7 date 2004.06.21.14.14.01; author taya; state Exp; branches; next 1.6; 1.6 date 2004.02.01.13.04.18; author taya; state Exp; branches; next 1.5; 1.5 date 2004.01.17.00.04.49; author taya; state Exp; branches; next 1.4; 1.4 date 2003.11.27.00.03.53; author taya; state Exp; branches; next 1.3; 1.3 date 2003.04.27.09.49.06; author grant; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2003.03.17.16.07.35; author taya; state Exp; branches; next 1.1; 1.1 date 2003.02.02.08.08.05; author taya; state Exp; branches; next ; 1.3.2.1 date 2003.12.05.17.05.26; author agc; state Exp; branches; next ; desc @@ 1.10 log @Remove Mozilla Suite and friends. No longer maintained upstream, replaced by SeaMonkey. @ text @$NetBSD: patch-bo,v 1.9 2005/07/25 15:47:20 adam Exp $ --- nsprpub/configure.in.orig 2004-09-14 21:14:38.000000000 +0000 +++ nsprpub/configure.in @@@@ -56,7 +56,7 @@@@ USE_CPLUS= USE_IPV6= USE_MDUPDATE= MACOS_DEPLOYMENT_TARGET= -_OPTIMIZE_FLAGS=-O +_OPTIMIZE_FLAGS= _DEBUG_FLAGS=-g MOZ_DEBUG=1 MOZ_OPTIMIZE= @@@@ -933,6 +933,9 @@@@ case "$target" in DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@@)' MDCPUCFG_H=_freebsd.cfg PR_MD_CSRCS=freebsd.c + if test "$LIBRUNPATH"; then + DSO_LDOPTS="$DSO_LDOPTS -Wl,-R$LIBRUNPATH" + fi ;; *-hpux*) @@@@ -1417,6 +1420,7 @@@@ mips-nec-sysv*) AC_DEFINE(XP_UNIX) AC_DEFINE(NETBSD) AC_DEFINE(HAVE_BSD_FLOCK) + AC_DEFINE(HAVE_SOCKLEN_T) USE_NSPR_THREADS=1 MDCPUCFG_H=_netbsd.cfg PR_MD_CSRCS=netbsd.c @ 1.9 log @Use pkgsrc optimisation (CFLAGS, CXXFLAGS) = faster binary, less memory usage @ text @d1 1 a1 1 $NetBSD$ @ 1.8 log @ - fix invoke_copy_to_stack() for PRBool - Use socklen_t for 5th arg. of getsockopt() instead of size_t Now mozilla runs on sparc64. But It's not complete (e.g. can't connect to IPv6 site) @ text @d3 12 a14 3 --- ../Orig/mozilla/nsprpub/configure.in 2004-04-17 07:28:02.000000000 +0900 +++ ./nsprpub/configure.in 2004-07-27 01:25:32.000000000 +0900 @@@@ -933,6 +933,9 @@@@ d24 1 a24 1 @@@@ -1409,6 +1412,7 @@@@ @ 1.7 log @ Update mozilla to 1.7 New features and fixes Browser * A new option to prevent sites from using JavaScript to block the browser's context menu. * Password Manager has a "show passwords" mode which will display saved passwords. You will need to enter your master password if you are using one. * The "Set As Wallpaper" feature now has a confirmation dialog. * Linux GTK2 builds have improved support for OS themes. * Cookie dialogs have been reworked to make them more usable. * Date handling, especially on OS X, has been improved. * It is now possible to fine-tune Mozilla's pop-up blocking using two preferences (dom.popup_maximum and dom.popup_allowed_events) but there's no UI for that yet. Even without a UI, users should notice a greater variety of pop-ups blocked (primarily mouseover pop-ups) and a limit of 20 or so open at one time - regardless of whether pop-up blocking is active. This will provide some protection from sites that open hundreds of windows in a loop. * Downloaded files are now moved to the target directory as soon as the user selects the desired location. This was the frequently reported bug 55690. * There is now user interface to activate Smooth Scrolling (Preferences -> Appearance). * Mozilla now supports basic FTP upload. Mail * Many improvements to Palm Sync. * IMAP IDLE support has been added. * Support for "MSN Authentication" and Secure Password * Authentication using SSPI NTLM auth for SMTP and POP3. * A new preference to "always use the default character encoding for replies" rather than using the encoding of the message being replied to. * Improvements to performance of downloading, viewing, and saving mail messages. * Support for multiple identities on the same mail account. See the Multiple Identity Support documentation for more details. * Support for relative paths for mail folders in prefs.js. This makes it easier to copy profiles around without having to fix up prefs.js afterwards. * You can now edit address lists containing "Last, First" style names. * When composing mail, you can now use the up and down arrow keys to scroll through the To/Cc/Bcc list. * All Mozilla LDAP queries now default to using LDAPv3 (previously, they used LDAPv2). Mozilla should gracefully fall back to v2 if v3 isn't found. Chatzilla * Chatzilla now supports zooming of fonts with keyboard shortcuts (Ctrl + and Ctrl -), as well as with the View menu. * Improved date handling; using the date/time format for the locale. * Support for the /ignore command. * The ability to change the font family and size. * Working custom sounds on Windows and Linux. * Improvements to the preferences panel and the user interface for half-op mode. Under the Hood * Size and performance have improved dramatically with this release. When compared to Mozilla 1.6, Mozilla 1.7 is 7% faster at startup, is 8% faster to open a window, has 9% faster page loading, and is 5% smaller in binary size. * A long-standing bug with CSS backgrounds on table elements has been fixed (standards mode only). * Support for Kerberos HTTP authentication using GSSAPI (benefits Unix-like platforms including Linux and OS X). * Support for smb:// URLs using the gnome-vfs library (only enabled in GTK2+XFT Linux builds). * Support for server push of XML documents using multipart/x-mixed-replace and XMLHttpRequest. * Liveconnect now works when a Java applet's codebase is in a different domain. * Support for the CSS3 opacity property. * Mozilla adds support for the onbeforeunload event. This lets web application developers add code that alerts the user about potential data-loss when closing a web application, or when leaving a HTML page with potentially sensitive information. * This release has a new SVG backend. The feature is not yet enabled in the mozilla.org releases but developers may wish to compile with this feature enabled. * Mozilla handles dynamic style changes much better (see bug 15608 for details.) * Mozilla has upgraded the NSS libraries to version 3.9. NSS 3.9 passes all the NISCC SSL/TLS and S/MIME tests (1.6 million test cases of invalid input data) without crashes or memory leaks. @ text @a2 1 diff -ru ../Orig/mozilla/nsprpub/configure.in ./nsprpub/configure.in d4 1 a4 1 +++ ./nsprpub/configure.in 2004-06-10 23:07:10.000000000 +0900 d15 8 @ 1.6 log @ - remove patch that enables IPv4 mapped IPv6 address - remove not necessary defines - _REENTRANT & _THREAD_SAFE @ text @d4 3 a6 3 --- ../Orig/mozilla/nsprpub/configure.in 2003-12-16 04:58:56.000000000 +0900 +++ ./nsprpub/configure.in 2004-01-31 21:30:19.000000000 +0900 @@@@ -930,6 +930,9 @@@@ a15 14 @@@@ -2182,7 +2185,12 @@@@ _PTHREAD_LDFLAGS="-lc_r" fi ;; - *-openbsd*|*-bsdi*|*-netbsd*) + *-netbsd*) + if test "$ac_cv_have_dash_pthread" = "yes"; then + _PTHREAD_LDFLAGS="-pthread" + fi + ;; + *-openbsd*|*-bsdi*) AC_DEFINE(_THREAD_SAFE) dnl -pthread links in -lc_r, so don't specify it explicitly. if test "$ac_cv_have_dash_pthread" = "yes"; then @ 1.5 log @ 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) @ text @d5 1 a5 1 +++ ./nsprpub/configure.in 2004-01-16 23:17:58.000000000 +0900 d16 1 a16 1 @@@@ -2182,7 +2185,14 @@@@ a21 2 + AC_DEFINE(_REENTRANT) + AC_DEFINE(_THREAD_SAFE) @ 1.4 log @ Update mozilla to 1.5.1 New Features and Fixes * Mozilla now includes a spellchecker for MailNews and Composer. * Additional MailNews improvements include: o Users can add header lines to *every* message sent out via a certain identity. o A common application hang with SSL-encrypted SMTP connections has been fixed. o Printing of the attachments list is now supported. o Users can now mark message as read by date. * Many great improvements to Mozilla Composer including: o Better resizing for images, tables, and absolutely positioned objects. o Support for absolutely positioned objects, movable on the canvas using the mouse. o Support for z-index management. o "Snap to grid" when moving an absolutely positioned object. o Source View now uses an editor instead of a simple textarea (allows find and replace). o Numerous fixes in caret management, inline styles handling, and CSS styles handling. * Improvements to tabbed browsing, including: o Tabs are now replaced when a bookmark group is loaded. This can be changed to the old "append" behavior in the Tabbed browsing preferences. o Back and Forward navigation for tabbed browsing and bookmark groups has been improved. Users can now use the back button after loading a bookmark group to restore the previous set of tabs. o Closing a window with multiple tabs now prompts the user with a confirmation dialog (which can be disabled for future close operations). * ChatZilla, Mozilla's internet relay chat (IRC) client, has had a major overhaul bringing logging and many additional improvements. * DOM Inspector can now display the #document node (the document root). * It is now possible to jump from the JavaScript console to the relevant line in the View Source Window. * Mozilla's view source now displays line and column numbers in the status bar. * A quicksearch filter has been implemented for about:config. * Gecko now supports setting color for