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.16
	pkgsrc-2006Q2-base:1.9
	pkgsrc-2006Q1:1.9.0.14
	pkgsrc-2006Q1-base:1.9
	pkgsrc-2005Q4:1.9.0.12
	pkgsrc-2005Q4-base:1.9
	pkgsrc-2005Q3:1.9.0.10
	pkgsrc-2005Q3-base:1.9
	pkgsrc-2005Q2:1.9.0.8
	pkgsrc-2005Q2-base:1.9
	pkgsrc-2005Q1:1.9.0.6
	pkgsrc-2005Q1-base:1.9
	pkgsrc-2004Q4:1.9.0.4
	pkgsrc-2004Q4-base:1.9
	pkgsrc-2004Q3:1.9.0.2
	pkgsrc-2004Q3-base:1.9
	pkgsrc-2004Q2:1.8.0.2
	pkgsrc-2004Q2-base:1.8
	pkgsrc-2004Q1:1.7.0.4
	pkgsrc-2004Q1-base:1.7
	pkgsrc-2003Q4:1.7.0.2
	pkgsrc-2003Q4-base:1.7
	buildlink2-base:1.7
	netbsd-1-4-PATCH002:1.1
	comdex-fall-1999:1.1
	netbsd-1-4-PATCH001:1.1
	netbsd-1-4-RELEASE: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	2004.06.21.14.14.00;	author taya;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.29.14.39.48;	author adam;	state Exp;
branches;
next	1.7;

1.7
date	2001.01.16.16.01.22;	author taya;	state dead;
branches;
next	1.6;

1.6
date	2000.10.29.15.07.00;	author mycroft;	state Exp;
branches;
next	1.5;

1.5
date	2000.08.16.21.23.49;	author tron;	state dead;
branches;
next	1.4;

1.4
date	2000.06.19.04.17.28;	author soren;	state Exp;
branches;
next	1.3;

1.3
date	2000.06.13.23.18.58;	author soren;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.13.23.12.01;	author soren;	state dead;
branches;
next	1.1;

1.1
date	99.02.01.11.39.51;	author frueauf;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Remove Mozilla Suite and friends.
No longer maintained upstream, replaced by SeaMonkey.
@
text
@$NetBSD: patch-ai,v 1.9 2004/06/21 14:14:00 taya Exp $

diff -ru ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp ./gfx/src/ps/nsFontMetricsPS.cpp
--- ../Orig/mozilla/gfx/src/ps/nsFontMetricsPS.cpp	2004-02-05 10:57:05.000000000 +0900
+++ ./gfx/src/ps/nsFontMetricsPS.cpp	2004-06-10 23:00:08.000000000 +0900
@@@@ -1141,10 +1141,10 @@@@
   
   mPixelSize = NSToIntRound(app2dev * mFont->size);
 
-  mImageDesc.font.face_id    = (void*)mEntry;
-  mImageDesc.font.pix_width  = mPixelSize;
-  mImageDesc.font.pix_height = mPixelSize;
-  mImageDesc.image_type = 0;
+  mImageDesc->face_id = (FTC_FaceID)&mEntry;
+  mImageDesc->width  = mPixelSize;
+  mImageDesc->height = mPixelSize;
+  mImageDesc->flags = 0;
 
   nsresult rv;
   mFt2 = do_GetService(NS_FREETYPE2_CONTRACTID, &rv);
@@@@ -1190,7 +1190,7 @@@@
   if (!face)
     return 0;
 
-  FTC_Image_Cache iCache;
+  FTC_ImageCache iCache;
   nsresult rv = mFt2->GetImageCache(&iCache);
   if (NS_FAILED(rv)) {
     NS_ERROR("Failed to get Image Cache");
@@@@ -1228,8 +1228,8 @@@@
   
   FTC_Manager cManager;
   mFt2->GetFTCacheManager(&cManager);
-  nsresult rv = mFt2->ManagerLookupSize(cManager, &mImageDesc.font,
-                                        &face, nsnull);
+  nsresult rv = mFt2->ManagerLookupFace(cManager, mImageDesc->face_id,
+                                        &face);
   NS_ASSERTION(rv==0, "failed to get face/size");
   if (rv)
     return nsnull;
@@@@ -1622,16 +1622,16 @@@@
   mEntry->GetFamilyName(fontName);
   mEntry->GetStyleName(styleName);
   
-  mImageDesc.font.face_id    = (void*)mEntry;
+  mImageDesc->face_id = (FTC_FaceID)&mEntry;
   // TT glyph has no relation to size
-  mImageDesc.font.pix_width  = 16;
-  mImageDesc.font.pix_height = 16;
-  mImageDesc.image_type = 0;
+  mImageDesc->width  = 16;
+  mImageDesc->height = 16;
+  mImageDesc->flags = 0;
   FT_Face face = nsnull;
   FTC_Manager cManager;
   mFt2->GetFTCacheManager(&cManager);
-  nsresult rv = mFt2->ManagerLookupSize(cManager, &mImageDesc.font,
-                                        &face, nsnull);
+  nsresult rv = mFt2->ManagerLookupFace(cManager, mImageDesc->face_id,
+                                        &face);
   if (NS_FAILED(rv))
     return;
  
@


1.9
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
@d1 1
a1 1
$NetBSD$
@


1.8
log
@Fixed problems with the new freetype2 library
@
text
@d1 1
a1 1
$NetBSD: patch-ai,v 1.1 2004/04/29 14:13:19 adam Exp $
d3 4
a6 3
--- gfx/src/ps/nsFontMetricsPS.cpp.orig	2004-04-29 11:18:03.000000000 +0000
+++ gfx/src/ps/nsFontMetricsPS.cpp
@@@@ -1126,10 +1126,10 @@@@ nsFontPSFreeType::Init(nsITrueTypeFontCa
d21 1
a21 1
@@@@ -1175,7 +1175,7 @@@@ nsFontPSFreeType::GetWidth(const PRUnich
d30 1
a30 1
@@@@ -1213,8 +1213,8 @@@@ nsFontPSFreeType::getFTFace()
d41 1
a41 1
@@@@ -1609,16 +1609,16 @@@@ void nsFT2Type8Generator::GeneratePSFont
@


1.7
log
@
Update to mozilla 0.7
Most major change is SSL daemon(psm) has included.
See release notes for detail.

http://www.mozilla.org/releases/mozilla0.7/
@
text
@d1 1
a1 1
$NetBSD: patch-ai,v 1.6 2000/10/29 15:07:00 mycroft Exp $
d3 60
a62 11
--- nsprpub/pr/src/io/prprf.c.orig	Thu Jul 15 17:30:32 1999
+++ nsprpub/pr/src/io/prprf.c	Sun Oct 29 06:32:41 2000
@@@@ -36,7 +36,7 @@@@
 ** and requires array notation.
 */
 #if (defined(LINUX) && defined(__powerpc__)) || defined(WIN16) || \
-    defined(QNX) || (defined(__NetBSD__) && defined(__powerpc__))
+    defined(QNX)
 #define VARARGS_ASSIGN(foo, bar) foo[0] = bar[0]
 #else
 #define VARARGS_ASSIGN(foo, bar) (foo) = (bar)
@


1.6
log
@Correct varargs macro for NetBSD/powerpc.
@
text
@d1 1
a1 1
$NetBSD$
@


1.5
log
@Update "mozilla" package to 5.0 milestone 17. This release is completely
different from the 19980728 snapshot on which our last package version
was based. The most important change is the new GTK+ based GUI and
the gecko rendering engine.

This update wouldn't exist without the work of Shin'ichiro TAYA who not
only contributed several NetBSD related fixes to the mozilla sources but
also created the base for this NetBSD package.
@
text
@d1 1
a1 1
$NetBSD: patch-ai,v 1.4 2000/06/19 04:17:28 soren Exp $
d3 11
a13 22
diff -ru ../mozilla-current.orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md/_netbsd.h
--- ../mozilla-current.orig/mozilla/nsprpub/pr/include/md/_netbsd.h	Thu Dec 23 08:58:07 1999
+++ ./nsprpub/pr/include/md/_netbsd.h	Sun Jun  4 14:06:24 2000
@@@@ -54,6 +54,8 @@@@
 #define _PR_STAT_HAS_ST_ATIMESPEC
 #define _PR_HAVE_SYSV_SEMAPHORES
 #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
+#define	_PR_POLL_AVAILABLE
+#define	_PR_USE_POLL
 
 #define USE_SETJMP
 
@@@@ -210,6 +212,9 @@@@
  * unwrapped version.
  */
 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
+#if defined(_PR_POLL_AVAILABLE)
+#include <poll.h>
+#endif
 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout)
 
 #if NetBSD1_3 == 1L
@


1.4
log
@Add RCS IDs.
@
text
@d1 1
a1 1
$NetBSD$
@


1.3
log
@Add Taya-san's patches.
@
text
@d1 2
@


1.2
log
@Obsolete.
@
text
@d1 9
a9 15
$NetBSD: patch-ai,v 1.1 1999/02/01 11:39:51 frueauf Exp $

--- config/NetBSD.mk-patch	Fri Jan 29 16:42:40 1999
+++ config/NetBSD.mk	Fri Jan 29 17:34:40 1999
@@@@ -27,8 +27,12 @@@@
 ifeq (86,$(findstring 86,$(OS_TEST)))
 CPU_ARCH		:= x86
 else
+ifeq ($(OS_TEST),pmax)
+CPU_ARCH		:= mips
+else
 CPU_ARCH		:= $(OS_TEST)
 endif
+endif
 GFX_ARCH		:= x
d11 12
a22 19
 OS_INCLUDES		= -I/usr/X11R6/include
@@@@ -98,7 +102,16 @@@@
 # For NetBSD > 1.3, this can all be -shared.
 #
 ifneq (,$(filter alpha mips pmax,$(CPU_ARCH)))
-DSO_LDOPTS		= -shared
+### 1.3.3 g++ on mips loses
+ifeq ($(CPU_ARCH),mips)
+CCC			= c++
+endif
+DSO_LDOPTS		= -shared -soname lib$(LIBRARY_NAME).so.1
+#DSO_LDOPTS		= -shared
+### temp until links working
+DLL_SUFFIX		= so.1.0
+OS_LIBS			=
+LD_FLAGS		+= -Wl,-rpath,/usr/X11R6/lib:/usr/X11R6/lib/mozilla
 else
 DSO_LDOPTS		= -Bshareable
 endif
@


1.1
log
@Make mozilla work on amiga and pmax. The hard work was done by
Michael Hitch, thanx!
@
text
@d1 1
a1 1
$NetBSD$
@

