Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 1999 19:31:41 +0200 (SAT)
From:      reg@shale.csir.co.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12740: Port update: www/mozilla
Message-ID:  <199907211731.TAA48067@shale.csir.co.za>

next in thread | raw e-mail | index | archive | help

>Number:         12740
>Category:       ports
>Synopsis:       Port update: www/mozilla
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 21 10:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Lea
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Arb's Inc.
>Environment:

	Lot's of disk space...

>Description:

	Upgrade the Mozilla port to the latest Milestone release.

	Take over as maintainer, with consent of the current maintainer.

	This will not be the final form for the port (ie Netscape 5.0), it
	is really intended as a starting point for people interested in
	Mozilla.  I've left on package generation because the package should
	be fairly small, unlike the source tree...

>How-To-Repeat:

	Lot's of CPU cycles...

>Fix:
	
	
www/mozilla:
  Upgrade from 19980429 to M8
  Changes: Makefile files/md5 files/netscape.sh pkg/PLIST
  Adds   :
  Removes: files/mailcap patches/patch-aa patches/patch-ab patches/patch-ad
    patches/patch-ae patches/patch-af patches/patch-ag patches/patch-ah

--- /usr/ports.ref/www/mozilla/Makefile	Wed Nov 11 07:37:32 1998
+++ www/mozilla/Makefile	Sun Jul 18 03:56:25 1999
@@ -1,43 +1,58 @@
 # New ports collection makefile for:	mozilla
-# Version required:	1998-04-29
+# Version required:	M8
 # Date created:		31 Mar 1998
 # Whom:			eivind/dima/jseger
 #
 # $Id: Makefile,v 1.28 1998/11/11 05:37:32 asami Exp $
 #
 
-DISTNAME=	unix-19980429
-PKGNAME=	mozilla-1998.04.29
+DISTNAME=	mozilla-source-M8
+PKGNAME=	mozilla-M8
 CATEGORIES=	www
-MASTER_SITES=	ftp://mirror.neosoft.com/pub/mozilla/mozilla/source/ \
-		ftp://ftp.bitcon.no/pub/www/mozilla/mozilla/source/ \
-		ftp://ftp.mozilla.org/pub/mozilla/source/
+MASTER_SITES=	ftp://ftp.mozilla.org/pub/mozilla/releases/m8/src/
 
-MAINTAINER=	jseger@FreeBSD.org
+MAINTAINER=	reg@shale.csir.co.za
 
-BROKEN_ELF=	library numbers
+LIB_DEPENDS=	glib12.2:${PORTSDIR}/devel/glib12 \
+		IDL.2:${PORTSDIR}/devel/ORBit \
+		gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
 
-WRKSRC=		${WRKDIR}/`${ECHO} ${DISTNAME} | ${SED} 's/unix-//'`/mozilla
-USE_GMAKE=	yes
-DIST_SUBDIR=	mozilla
-MAKE_ENV=	NO_SECURITY=1 MOZ_MEDIUM=1 MOZILLA_CLIENT=1 NO_MDUPDATE=1 \
-	BUILD_OPT=1 NO_NETSCAPE_STATIC=1 LD_LIBRARY_PATH=${LOCALBASE}/lib
-REQUIRES_MOTIF=	yes
-
-.include <bsd.port.pre.mk>
+GLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 
-OBJDIR=	${WRKSRC}/dist/${OPSYS}${OSREL}_OPT.OBJ
+WRKSRC=		${WRKDIR}/mozilla
+USE_X_PREFIX=	yes
+USE_PERL5=	yes
+GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
+CONFIGURE_ARGS=					\
+		--disable-cpp-rtti		\
+		--disable-md			\
+		--disable-pedantic		\
+		--disable-xterm-updates		\
+		--enable-cpp-exceptions		\
+		--enable-debug			\
+		--enable-double-buffer		\
+		--enable-editor			\
+		--enable-idltool		\
+		--enable-mailnews		\
+		--enable-optimize		\
+		--enable-pics			\
+		--enable-tests			\
+		--enable-toolkit=gtk		\
+		--with-jpeg=${LOCALBASE}	\
+		--with-png=${LOCALBASE}
+CONFIGURE_ENV=	GLIB_CONFIG="${GLIB_CONFIG}"	\
+		GTK_CONFIG="${GTK_CONFIG}"
+MAKE_ENV=	LD_LIBRARY_PATH=${WRKSRC}/dist/bin
 
 do-install:
-	@${MKDIR} ${PREFIX}/lib/mozilla/bin
-	@cd ${OBJDIR}/bin && tar -chf - bsdecho lib* moz-export \
-		nsinstall vreg | tar -xf - -C ${PREFIX}/lib/mozilla/bin
-	@chmod 755 ${PREFIX}/lib/mozilla/bin
-	@${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin
-	@if [ ! -f ${PREFIX}/lib/mozilla/mailcap ] ; then \
-		${INSTALL_DATA} ${FILESDIR}/mailcap ${PREFIX}/lib/mozilla ; \
-	fi
-	@strip ${PREFIX}/lib/mozilla/bin/moz-export
-	@chown -R bin.bin ${PREFIX}/lib/mozilla
+	${MKDIR} ${PREFIX}/lib/mozilla
+	chmod 755 ${PREFIX}/lib/mozilla
+	cd ${WRKSRC}/dist/bin && tar -chf - * | \
+		tar -xf - -C ${PREFIX}/lib/mozilla
+	${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin
+	${TOUCH} ${PREFIX}/lib/mozilla/component.reg
+	chmod 666 ${PREFIX}/lib/mozilla/component.reg
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- /usr/ports.ref/www/mozilla/files/mailcap	Mon Feb 24 21:00:29 1997
+++ www/mozilla/files/mailcap	Wed Jun  9 00:38:20 1999
@@ -1,69 +0,0 @@
-# Example .mailcap file for FreeBSD machines
-#
-# First a note about syntax:
-#    The first token in a configuration line represents a mime type.
-#    A mime type is of the form "SubGroup/Item" and either token
-#    can be replaced by the wildcard character "*"
-# 
-#    the second token is the command that you would run
-#    when the specified mime type is encountered.  An example
-#    would be "xv %s" where %s will be replaced by a filename
-#
-#    remaining tokens represent name value pairs.
-#
-#    the "test=<SOME TEST COMMAND>" pair invokes the test command
-#    specified and checks the UNIX shell return code to see if the
-#    test passed.  If the test passes the mime mapping is made, otherwise
-#    the mapping is not made.
-#
-#    the "stream-buffer-size=<NUMBER>" pair tells the application
-#    to use a popen command to invoke the program specified and to
-#    pipe all data into the command.  Only programs that can handle
-#    piped input can use this method.  When this method is used
-#    a "%s" should not be included in the command.  You should
-#    make sure that the program you wish to use can accept piped
-#    data by trying something like this before using it:
-#       cat "YOUR_DATA_FILE_HERE" | COMMAND_TO_TEST
-#
-#    You may continue lines by using the backslash character "\"
-
-# FreeBSD doesn't seem to support `sfplay' yet, but if a port comes
-# along then the following should be enabled.
-#
-# plays AIFF files
-#audio/x-aiff; sfplay %s
-
-# plays AIFC files
-#audio/x-aifc; sfplay %s
-
-# FreeBSD has no wavplay utility either, but if someone
-# would care to port one then this can also be used.
-# plays WAV files
-#audio/x-wav; wavplay %s > /dev/null 2>&1
-
-# FreeBSD /dev/audio is sun compliant
-audio/basic; cat %s > /dev/audio
-
-# use this to play MPEG audio if you have maplay installed  
-audio/x-mpeg; maplay -; stream-buffer-size=2000
-
-# use this to play MPEG video files if you have mpeg_play installed
-video/mpeg; mpeg_play -quiet %s
-
-# All other anims go well with xanim (if installed)
-video/*; xanim %s > /dev/null 2>&1
-
-# use this to display postscript files
-application/postscript; ghostview %s
-
-# use this to display pdf files
-application/pdf; xpdf %s 2>/dev/null
-
-# this is the default for non GIF or JPEG images
-image/*; xv %s
-
-# if you would prefer an external viewer for GIF and JPEG images
-# uncomment the following lines for XV to act as your external viewer.
-#image/gif; xv %s
-#image/jpg; xv %s
-#image/jpeg; xv %s
--- /usr/ports.ref/www/mozilla/files/md5	Sat May  2 19:49:10 1998
+++ www/mozilla/files/md5	Sun Jul 18 04:30:35 1999
@@ -1 +1 @@
-MD5 (mozilla/unix-19980429.tar.gz) = 94044a461fe58db4dab554f8221ac3da
+MD5 (mozilla-source-M8.tar.gz) = acd53ec17c43dd2a16e0a77d38a8c106
--- /usr/ports.ref/www/mozilla/files/netscape.sh	Mon Apr 13 12:59:32 1998
+++ www/mozilla/files/netscape.sh	Sat Jun 12 21:30:23 1999
@@ -2,9 +2,5 @@
 #
 #	$Id: netscape.sh,v 1.8 1998/04/13 10:59:32 jseger Exp $
 
-export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/mozilla}
-export MOZILLA_BIN; MOZILLA_BIN=${MOZILLA_BIN:=@PREFIX@/lib/mozilla/bin}
-export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
-export XCMSDB; XCMSDB=/dev/null
-
-LD_LIBRARY_PATH=$MOZILLA_BIN exec $MOZILLA_BIN/moz-export $*
+cd @PREFIX@/lib/mozilla
+exec ./mozilla-apprunner.sh $*
--- /usr/ports.ref/www/mozilla/patches/patch-aa	Sun Apr 12 14:47:10 1998
+++ www/mozilla/patches/patch-aa	Mon Jul 12 22:21:46 1999
@@ -1,53 +0,0 @@
---- nsprpub/config/FreeBSD3.mk.orig	Tue Mar 31 22:15:38 1998
-+++ nsprpub/config/FreeBSD3.mk	Tue Mar 31 22:15:38 1998
-@@ -0,0 +1,50 @@
-+#
-+# The contents of this file are subject to the Netscape Public License
-+# Version 1.0 (the "NPL"); you may not use this file except in
-+# compliance with the NPL.  You may obtain a copy of the NPL at
-+# http://www.mozilla.org/NPL/
-+# 
-+# Software distributed under the NPL is distributed on an "AS IS" basis,
-+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
-+# for the specific language governing rights and limitations under the
-+# NPL.
-+# 
-+# The Initial Developer of this code under the NPL is Netscape
-+# Communications Corporation.  Portions created by Netscape are
-+# Copyright (C) 1998 Netscape Communications Corporation.  All Rights
-+# Reserved.
-+#
-+
-+#
-+# Config stuff for FreeBSD2
-+#
-+
-+include $(MOD_DEPTH)/config/UNIX.mk
-+
-+CC			= gcc
-+CCC			= g++
-+RANLIB			= ranlib
-+
-+OS_REL_CFLAGS		= -mno-486 -Di386
-+CPU_ARCH		= x86
-+
-+OS_CFLAGS		= $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
-+
-+ifeq ($(USE_PTHREADS),1)
-+OS_LIBS			= -lc_r
-+# XXX probably should define _THREAD_SAFE too.
-+DEFINES			+= -D_PR_NEED_FAKE_POLL
-+else
-+OS_LIBS			= -lc
-+DEFINES			+= -D_PR_LOCAL_THREADS_ONLY
-+endif
-+
-+ARCH			= freebsd
-+
-+DSO_CFLAGS		= -fPIC
-+DSO_LDOPTS		= -Bshareable
-+DSO_LDFLAGS		=
-+
-+MKSHLIB			= $(LD) $(DSO_LDOPTS)
-+
-+G++INCLUDES		= -I/usr/include/g++
--- /usr/ports.ref/www/mozilla/patches/patch-ab	Sun Apr 12 14:47:12 1998
+++ www/mozilla/patches/patch-ab	Mon Jul 12 22:24:11 1999
@@ -1,10 +0,0 @@
---- cmd/xfe/Microline3.0/XmL/Grid.c.orig	Tue Mar 31 23:57:59 1998
-+++ cmd/xfe/Microline3.0/XmL/Grid.c	Tue Mar 31 23:58:20 1998
-@@ -30,6 +30,7 @@
- #include <Xm/Text.h>
- #include <Xm/DrawnB.h>
- #include <Xm/CutPaste.h>
-+#include <Xm/DropSMgr.h>
- #include <X11/StringDefs.h>
- #include <X11/cursorfont.h>
- #include <stdio.h>
--- /usr/ports.ref/www/mozilla/patches/patch-ad	Fri Apr 17 23:52:24 1998
+++ www/mozilla/patches/patch-ad	Wed Jun  9 00:36:26 1999
@@ -1,10 +0,0 @@
---- cmd/xfe/Makefile.orig	Wed Apr  1 00:31:31 1998
-+++ cmd/xfe/Makefile	Wed Apr  1 00:38:58 1998
-@@ -481,7 +481,7 @@
- ########################################
- # FreeBSD
- ifeq ($(OS_ARCH),FreeBSD)
--OTHER_LIBS	= /usr/X11R6/lib/libXm.a -L/usr/X11R6/lib -lXt -lXmu -lXext -lX11 -lSM -lICE -lm $(OS_LIBS)
-+OTHER_LIBS	= ${MOTIFLIB} -L/usr/X11R6/lib -lXt -lXmu -lXext -lX11 -lSM -lICE -lm $(OS_LIBS)
- endif
- 
--- /usr/ports.ref/www/mozilla/patches/patch-ae	Sun Apr 12 14:47:18 1998
+++ www/mozilla/patches/patch-ae	Wed Jun  9 00:36:01 1999
@@ -1,33 +0,0 @@
---- sun-java/stubs/include/typedefs_md.h.orig	Tue Mar 31 22:24:23 1998
-+++ sun-java/stubs/include/typedefs_md.h	Tue Mar 31 22:33:46 1998
-@@ -23,19 +23,6 @@
- 
- PR_BEGIN_EXTERN_C
- 
--#if (defined(__sun) && !defined(SOLARIS2_6)) || defined(HPUX9) || defined(HPUX10_10) || defined(XP_PC) || defined(AIX) || defined(OSF1) || defined(XP_MAC) || defined(SONY) || defined(SNI) || defined(UNIXWARE) || defined(LINUX)
--typedef int16 int16_t;
--typedef int32 int32_t;
--#endif
--
--#if !defined(IRIX6_2) && !defined(IRIX6_3) && !defined(SOLARIS2_6) && !defined(HPUX10_20) && !defined(HPUX10_30) && !defined(HPUX11)
--typedef uint16 uint16_t;
--#ifndef	_UINT32_T
--#define	_UINT32_T
--typedef uint32 uint32_t;
--#endif /* _UINT32_T */
--#endif /* !defined(IRIX6_2) && !defined(IRIX6_3) && !defined(SOLARIS2_6) */
--
- typedef prword_t uintVP_t; /* unsigned that is same size as a void pointer */
- 
- #if !defined(BSDI) && !defined(IRIX6_2) && !defined(IRIX6_3) && !defined(LINUX2_0) && !defined(MACLINUX) && !defined(SOLARIS2_6) && !defined(HPUX10_20) && !defined(HPUX10_30) && !defined(HPUX11)
-@@ -60,10 +47,6 @@
- 										least bad given the alternatives. */
- 	#endif /* __OPENTRANSPORT__ */
- 	#pragma warning_errors reset
--#endif
--
--#if defined(XP_PC)
--typedef long int32_t;
- #endif
- 
- PR_END_EXTERN_C
--- /usr/ports.ref/www/mozilla/patches/patch-af	Sun Apr 12 14:47:19 1998
+++ www/mozilla/patches/patch-af	Wed Jun  9 00:36:22 1999
@@ -1,12 +0,0 @@
---- sun-java/stubs/include/bool.h.orig	Tue Mar 31 23:06:38 1998
-+++ sun-java/stubs/include/bool.h	Tue Mar 31 23:06:58 1998
-@@ -20,6 +20,9 @@
- 
- #include "prtypes.h"
- 
-+#ifdef bool_t
-+#undef bool_t
-+#endif
- typedef PRBool bool_t;
- 
- #endif /* !_BOOL_H_ */
--- /usr/ports.ref/www/mozilla/patches/patch-ag	Tue Apr 14 23:01:54 1998
+++ www/mozilla/patches/patch-ag	Wed Jun  9 00:35:52 1999
@@ -1,48 +0,0 @@
-*** /dev/null	Tue Apr 14 05:18:06 1998
---- cmd/xfe/intl/freebsd.lm	Tue Apr 14 05:18:03 1998
-***************
-*** 0 ****
---- 1,43 ----
-+ 
-+ ! This table maps the host's locale names to MIME charsets
-+ !
-+ *localeCharset*C:			iso-8859-1
-+ *localeCharset*ASCII:			us-ascii
-+ *localeCharset*US-ASCII:		us-ascii
-+ *localeCharset*da_DK.ISO_8859-1:	iso-8859-1
-+ *localeCharset*de_AT.ISO_8859-1:	iso-8859-1
-+ *localeCharset*de_CH.ISO_8859-1:	iso-8859-1
-+ *localeCharset*de_DE.ISO_8859-1:	iso-8859-1
-+ *localeCharset*en_AU.ISO_8859-1:	iso-8859-1
-+ *localeCharset*en_CA.ISO_8859-1:	iso-8859-1
-+ *localeCharset*en_GB.ISO_8859-1:	iso-8859-1
-+ *localeCharset*en_US.ISO_8859-1:	iso-8859-1
-+ *localeCharset*es_ES.ISO_8859-1:	iso-8859-1
-+ *localeCharset*fi_FI.ISO_8859-1:	iso-8859-1
-+ *localeCharset*fr_BE.ISO_8859-1:	iso-8859-1
-+ *localeCharset*fr_CA.ISO_8859-1:	iso-8859-1
-+ *localeCharset*fr_CH.ISO_8859-1:	iso-8859-1
-+ *localeCharset*fr_FR.ISO_8859-1:	iso-8859-1
-+ *localeCharset*hr_HR.ISO_8859-2:	iso-8859-2
-+ *localeCharset*hu_HU.ISO_8859-2:	iso-8859-2
-+ *localeCharset*is_IS.ISO_8859-1:	iso-8859-1
-+ *localeCharset*it_IT.ISO_8859-1:	iso-8859-1
-+ *localeCharset*ja_JP.SJIS:		x-sjis
-+ *localeCharset*ja_JP.EUC:		x-euc-jp
-+ *localeCharset*ko_KR.EUC:		euc-kr
-+ *localeCharset*lt_LN.ASCII:		us-ascii
-+ *localeCharset*lt_LN.ISO_8859-1:	iso-8859-1
-+ *localeCharset*lt_LN.ISO_8859-2:	iso-8859-2
-+ *localeCharset*nl_BE.ISO_8859-1:	iso-8859-1
-+ *localeCharset*nl_NL.ISO_8859-1:	iso-8859-1
-+ *localeCharset*no_NO.ISO_8859-1:	iso-8859-1
-+ *localeCharset*pl_PL.ISO_8859-2:	iso-8859-2
-+ *localeCharset*pt_PT.ISO_8859-1:	iso-8859-1
-+ *localeCharset*ru_RU.CP866:		cp866
-+ *localeCharset*ru_SU.CP866:		cp866
-+ *localeCharset*ru_RU.KOI8-R:		koi8-r
-+ *localeCharset*ru_SU.KOI8-R:		koi8-r
-+ *localeCharset*sl_SI.ISO_8859-2:	iso-8859-2
-+ *localeCharset*sv_SE.ISO_8859-1:	iso-8859-1
-+ 
-+ 
--- /usr/ports.ref/www/mozilla/patches/patch-ah	Fri Apr 17 23:52:26 1998
+++ www/mozilla/patches/patch-ah	Wed Jun  9 00:36:17 1999
@@ -1,51 +0,0 @@
-*** config/FreeBSD.mk.orig	Thu Apr  9 04:53:23 1998
---- config/FreeBSD.mk	Wed Apr 15 00:52:41 1998
-***************
-*** 31,37 ****
-  G++INCLUDES		= -I/usr/include/g++
-  LOC_LIB_DIR		=
-  MOTIF			=
-! MOTIFLIB		=
-  OS_LIBS			=
-  
-  # Don't define BSD, because it's already defined in /usr/include/sys/param.h.
---- 31,37 ----
-  G++INCLUDES		= -I/usr/include/g++
-  LOC_LIB_DIR		=
-  MOTIF			=
-! #MOTIFLIB		=
-  OS_LIBS			=
-  
-  # Don't define BSD, because it's already defined in /usr/include/sys/param.h.
-***************
-*** 44,59 ****
-  
-  OS_CFLAGS		= $(PLATFORM_FLAGS) $(PORT_FLAGS) $(MOVEMAIL_FLAGS)
-  
-! LOCALE_MAP		= $(DEPTH)/cmd/xfe/intl/bsd386.lm
-  EN_LOCALE		= C
-! DE_LOCALE		= de_DE.ISO8859-1
-! FR_LOCALE		= fr_FR.ISO8859-1
-! JP_LOCALE		= ja
-  SJIS_LOCALE		= ja_JP.SJIS
-  KR_LOCALE		= ko_KR.EUC
-- CN_LOCALE		= zh
-- TW_LOCALE		= zh
-- I2_LOCALE		= i2
-  
-  ######################################################################
-  # Version-specific stuff
---- 44,56 ----
-  
-  OS_CFLAGS		= $(PLATFORM_FLAGS) $(PORT_FLAGS) $(MOVEMAIL_FLAGS)
-  
-! LOCALE_MAP		= $(DEPTH)/cmd/xfe/intl/freebsd.lm
-  EN_LOCALE		= C
-! DE_LOCALE		= de_DE.ISO_8859-1
-! FR_LOCALE		= fr_FR.ISO_8859-1
-! JP_LOCALE		= ja_JP.EUC
-  SJIS_LOCALE		= ja_JP.SJIS
-  KR_LOCALE		= ko_KR.EUC
-  
-  ######################################################################
-  # Version-specific stuff
--- /usr/ports.ref/www/mozilla/pkg/PLIST	Mon Apr 13 12:59:35 1998
+++ www/mozilla/pkg/PLIST	Sun Jul 18 16:34:45 1999
@@ -1,52 +1,816 @@
 bin/mozilla
-lib/mozilla/bin/bsdecho
-lib/mozilla/bin/libDtWidgets.so.1.0
-lib/mozilla/bin/libXfeWidgets.so.1.0
-lib/mozilla/bin/libXmL.so.1.0
-lib/mozilla/bin/libdbm.so.1.0
-lib/mozilla/bin/libfont.so.1.0
-lib/mozilla/bin/libhook.so.1.0
-lib/mozilla/bin/libhtmldlgs.so.1.0
-lib/mozilla/bin/libi18n.so.1.0
-lib/mozilla/bin/libimg.so.1.0
-lib/mozilla/bin/libjpeg.so.1.0
-lib/mozilla/bin/libjs.so.1.0
-lib/mozilla/bin/libjsj.so.1.0
-lib/mozilla/bin/liblay.so.1.0
-lib/mozilla/bin/liblayer.so.1.0
-lib/mozilla/bin/libmariner.so.1.0
-lib/mozilla/bin/libmisc.so.1.0
-lib/mozilla/bin/libmocha.so.1.0
-lib/mozilla/bin/libmsgc21.so
-lib/mozilla/bin/libnet.so.1.0
-lib/mozilla/bin/libnspr21.so
-lib/mozilla/bin/libparse.so.1.0
-lib/mozilla/bin/libpics.so.1.0
-lib/mozilla/bin/libplc21.so
-lib/mozilla/bin/libplds21.so
-lib/mozilla/bin/libplug.so.1.0
-lib/mozilla/bin/libpng.so.1.0
-lib/mozilla/bin/libpref.so.1.0
-lib/mozilla/bin/libprgrss.so.1.0
-lib/mozilla/bin/libpwcac.so.1.0
-lib/mozilla/bin/librdf.so.1.0
-lib/mozilla/bin/libreg.so.1.0
-lib/mozilla/bin/libsched
-lib/mozilla/bin/libsecfree.so.1.0
-lib/mozilla/bin/libstubnj.so.1.0
-lib/mozilla/bin/libstubsj.so.1.0
-lib/mozilla/bin/libstyle.so.1.0
-lib/mozilla/bin/libutil.so.1.0
-lib/mozilla/bin/libxfe2.so.1.0
-lib/mozilla/bin/libxfeicons.so.1.0
-lib/mozilla/bin/libxlate.so.1.0
-lib/mozilla/bin/libxml.so.1.0
-lib/mozilla/bin/libxp.so.1.0
-lib/mozilla/bin/libxpcom.so.1.0
-lib/mozilla/bin/libzlib.so.1.0
-lib/mozilla/bin/moz-export
-lib/mozilla/bin/nsinstall
-lib/mozilla/bin/vreg
-lib/mozilla/mailcap
-@dirrm lib/mozilla/bin
+lib/mozilla/CvtURL
+lib/mozilla/DumpColors
+lib/mozilla/FilesTest
+lib/mozilla/PrimitiveTest
+lib/mozilla/PropertiesTest
+lib/mozilla/RegFactory
+lib/mozilla/SimpleTypeLib
+lib/mozilla/SizeTest01
+lib/mozilla/SizeTest02
+lib/mozilla/SizeTest03
+lib/mozilla/SizeTest04
+lib/mozilla/SizeTest05
+lib/mozilla/SizeTest06
+lib/mozilla/StringBundleTest
+lib/mozilla/TestAtoms
+lib/mozilla/TestAutoLock
+lib/mozilla/TestBuffers
+lib/mozilla/TestCOMPtr
+lib/mozilla/TestCRT
+lib/mozilla/TestCSSParser
+lib/mozilla/TestCSSPropertyLookup
+lib/mozilla/TestCSSScanner
+lib/mozilla/TestColorNames
+lib/mozilla/TestFactory
+lib/mozilla/TestID
+lib/mozilla/TestInterfaceInfo
+lib/mozilla/TestLineBreak
+lib/mozilla/TestMSGCompose
+lib/mozilla/TestObserverService
+lib/mozilla/TestPICS
+lib/mozilla/TestPipes
+lib/mozilla/TestRect
+lib/mozilla/TestTXMgr
+lib/mozilla/TestThreads
+lib/mozilla/TestXPC
+lib/mozilla/TestXPIDLString
+lib/mozilla/TestXPTCInvoke
+lib/mozilla/UnicharSelfTest
+lib/mozilla/apprunner
+lib/mozilla/chrome/addressbook/content/default/addressbook.js
+lib/mozilla/chrome/addressbook/content/default/addressbook.xul
+lib/mozilla/chrome/addressbook/content/default/addressbucket.xul
+lib/mozilla/chrome/addressbook/content/default/addresspanes.html
+lib/mozilla/chrome/addressbook/content/default/cardviewPane.js
+lib/mozilla/chrome/addressbook/content/default/cardviewPane.xul
+lib/mozilla/chrome/addressbook/content/default/dirPane.js
+lib/mozilla/chrome/addressbook/content/default/dirPane.xul
+lib/mozilla/chrome/addressbook/content/default/editcard.js
+lib/mozilla/chrome/addressbook/content/default/editcard.xul
+lib/mozilla/chrome/addressbook/content/default/editcardDialog.xul
+lib/mozilla/chrome/addressbook/content/default/newcardDialog.xul
+lib/mozilla/chrome/addressbook/content/default/pref-addressing.html
+lib/mozilla/chrome/addressbook/content/default/resultPane.js
+lib/mozilla/chrome/addressbook/content/default/resultPane.xul
+lib/mozilla/chrome/addressbook/content/default/selectaddress.js
+lib/mozilla/chrome/addressbook/content/default/selectaddress.xul
+lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif
+lib/mozilla/chrome/addressbook/skin/default/addressbook.css
+lib/mozilla/chrome/addressbook/skin/default/dirPane.css
+lib/mozilla/chrome/addressbook/skin/default/list.gif
+lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif
+lib/mozilla/chrome/addressbook/skin/default/newcard.gif
+lib/mozilla/chrome/addressbook/skin/default/newlist.gif
+lib/mozilla/chrome/addressbook/skin/default/person.gif
+lib/mozilla/chrome/addressbook/skin/default/property.gif
+lib/mozilla/chrome/addressbook/skin/default/resultPane.css
+lib/mozilla/chrome/browser/content/default/NetSupportAlert.xul
+lib/mozilla/chrome/browser/content/default/NetSupportConfirmCheck.xul
+lib/mozilla/chrome/browser/content/default/NetSupportPassword.xul
+lib/mozilla/chrome/browser/content/default/NetSupportUserPAssword.xul
+lib/mozilla/chrome/browser/content/default/NetsupportConfirm.xul
+lib/mozilla/chrome/browser/content/default/contentframe.js
+lib/mozilla/chrome/browser/content/default/contentframe.xul
+lib/mozilla/chrome/browser/content/default/navigator.js
+lib/mozilla/chrome/browser/content/default/navigator.xul
+lib/mozilla/chrome/browser/content/default/openLocation.js
+lib/mozilla/chrome/browser/content/default/openLocation.xul
+lib/mozilla/chrome/browser/content/default/viewSource.xul
+lib/mozilla/chrome/browser/content/default/viewsource.js
+lib/mozilla/chrome/browser/skin/default/alertl.gif
+lib/mozilla/chrome/browser/skin/default/contentframe.css
+lib/mozilla/chrome/browser/skin/default/errorl.gif
+lib/mozilla/chrome/browser/skin/default/messagel.gif
+lib/mozilla/chrome/browser/skin/default/navigator.css
+lib/mozilla/chrome/browser/skin/default/questionl.gif
+lib/mozilla/chrome/browser/skin/default/xul.css
+lib/mozilla/chrome/editor/composer/content/default/EditorAppShell.xul
+lib/mozilla/chrome/editor/composer/content/default/EditorCommands.js
+lib/mozilla/chrome/editor/composer/content/default/EditorInitPage.html
+lib/mozilla/chrome/editor/composer/content/default/EditorInitPagePlain.html
+lib/mozilla/chrome/editor/composer/content/default/EditorStyles1.css
+lib/mozilla/chrome/editor/composer/content/default/TextEditorAppShell.xul
+lib/mozilla/chrome/editor/composer/content/default/editor.properties
+lib/mozilla/chrome/editor/composer/skin/default/Editor.css
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Align.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_BackColor.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Bold.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Bullets.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Center.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Copy.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Cut.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Find.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_HLine.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Image.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Indent.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Italic.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Justify.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Left.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Link.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_NewFile.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Numbers.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_ObjectPopup.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_OpenFile.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Outdent.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Paste.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Preview.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Print.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Publish.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Redo.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Right.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_SaveFile.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Spell.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Table.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Target.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_TextColor.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Underline.gif
+lib/mozilla/chrome/editor/composer/skin/default/images/ED_Undo.gif
+lib/mozilla/chrome/editor/dialogs/content/default/EdDialogCommon.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdHLineProps.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdHLineProps.xul
+lib/mozilla/chrome/editor/dialogs/content/default/EdImageProps.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdImageProps.xul
+lib/mozilla/chrome/editor/dialogs/content/default/EdInsSrc.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdInsSrc.xul
+lib/mozilla/chrome/editor/dialogs/content/default/EdInsertTable.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdInsertTable.xul
+lib/mozilla/chrome/editor/dialogs/content/default/EdLinkProps.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdLinkProps.xul
+lib/mozilla/chrome/editor/dialogs/content/default/EdNamedAnchorProps.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdNamedAnchorProps.xul
+lib/mozilla/chrome/editor/dialogs/content/default/EdSpellCheck.js
+lib/mozilla/chrome/editor/dialogs/content/default/EdSpellCheck.xul
+lib/mozilla/chrome/editor/dialogs/skin/default/EditorDialog.css
+lib/mozilla/chrome/messenger/content/default/3panemail.html
+lib/mozilla/chrome/messenger/content/default/AccountManager.js
+lib/mozilla/chrome/messenger/content/default/AccountManager.xul
+lib/mozilla/chrome/messenger/content/default/AccountWizard.js
+lib/mozilla/chrome/messenger/content/default/AccountWizard.xul
+lib/mozilla/chrome/messenger/content/default/FilterEditor.js
+lib/mozilla/chrome/messenger/content/default/FilterEditor.xul
+lib/mozilla/chrome/messenger/content/default/FilterListDialog.js
+lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul
+lib/mozilla/chrome/messenger/content/default/SearchDialog.js
+lib/mozilla/chrome/messenger/content/default/SearchDialog.xul
+lib/mozilla/chrome/messenger/content/default/SearchOptions.xul
+lib/mozilla/chrome/messenger/content/default/accounttree.xul
+lib/mozilla/chrome/messenger/content/default/am-advanced.xul
+lib/mozilla/chrome/messenger/content/default/am-copies.xul
+lib/mozilla/chrome/messenger/content/default/am-main.xul
+lib/mozilla/chrome/messenger/content/default/am-server-pop3.xul
+lib/mozilla/chrome/messenger/content/default/am-server-top.xul
+lib/mozilla/chrome/messenger/content/default/am-server.xul
+lib/mozilla/chrome/messenger/content/default/aw-accname.xul
+lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul
+lib/mozilla/chrome/messenger/content/default/aw-done.xul
+lib/mozilla/chrome/messenger/content/default/aw-identity.xul
+lib/mozilla/chrome/messenger/content/default/aw-login.xul
+lib/mozilla/chrome/messenger/content/default/aw-server.xul
+lib/mozilla/chrome/messenger/content/default/commandglue.js
+lib/mozilla/chrome/messenger/content/default/custreceipt.html
+lib/mozilla/chrome/messenger/content/default/folderPane.xul
+lib/mozilla/chrome/messenger/content/default/message.html
+lib/mozilla/chrome/messenger/content/default/messagePane.xul
+lib/mozilla/chrome/messenger/content/default/messenger.xul
+lib/mozilla/chrome/messenger/content/default/news-test.js
+lib/mozilla/chrome/messenger/content/default/news-test.xul
+lib/mozilla/chrome/messenger/content/default/pref-diskspace.html
+lib/mozilla/chrome/messenger/content/default/pref-identity.html
+lib/mozilla/chrome/messenger/content/default/pref-mailnews.html
+lib/mozilla/chrome/messenger/content/default/pref-mailservers.html
+lib/mozilla/chrome/messenger/content/default/pref-newsservers.html
+lib/mozilla/chrome/messenger/content/default/pref-receipts.html
+lib/mozilla/chrome/messenger/content/default/pref-winsetting.html
+lib/mozilla/chrome/messenger/content/default/shareglue.js
+lib/mozilla/chrome/messenger/content/default/subscribe.xul
+lib/mozilla/chrome/messenger/content/default/threadPane.xul
+lib/mozilla/chrome/messenger/content/default/widgetglue.js
+lib/mozilla/chrome/messenger/skin/default/accounttree.css
+lib/mozilla/chrome/messenger/skin/default/check.gif
+lib/mozilla/chrome/messenger/skin/default/closedInbox.gif
+lib/mozilla/chrome/messenger/skin/default/closedMailFolder.gif
+lib/mozilla/chrome/messenger/skin/default/closedOutbox.gif
+lib/mozilla/chrome/messenger/skin/default/closedTrash.gif
+lib/mozilla/chrome/messenger/skin/default/dot.gif
+lib/mozilla/chrome/messenger/skin/default/folderHasMail.gif
+lib/mozilla/chrome/messenger/skin/default/folderPane.css
+lib/mozilla/chrome/messenger/skin/default/forward.gif
+lib/mozilla/chrome/messenger/skin/default/frown.gif
+lib/mozilla/chrome/messenger/skin/default/getmsg.gif
+lib/mozilla/chrome/messenger/skin/default/localMailHost.gif
+lib/mozilla/chrome/messenger/skin/default/mailMessage.gif
+lib/mozilla/chrome/messenger/skin/default/mailheader-all.css
+lib/mozilla/chrome/messenger/skin/default/mailheader-micro.css
+lib/mozilla/chrome/messenger/skin/default/mailheader-normal.css
+lib/mozilla/chrome/messenger/skin/default/messenger.css
+lib/mozilla/chrome/messenger/skin/default/newmsg.gif
+lib/mozilla/chrome/messenger/skin/default/newsHost.gif
+lib/mozilla/chrome/messenger/skin/default/openMailFolder.gif
+lib/mozilla/chrome/messenger/skin/default/reply.gif
+lib/mozilla/chrome/messenger/skin/default/sick.gif
+lib/mozilla/chrome/messenger/skin/default/smile.gif
+lib/mozilla/chrome/messenger/skin/default/subscribe.css
+lib/mozilla/chrome/messenger/skin/default/threadPane.css
+lib/mozilla/chrome/messenger/skin/default/trash.gif
+lib/mozilla/chrome/messenger/skin/default/winclassic.gif
+lib/mozilla/chrome/messenger/skin/default/wink.gif
+lib/mozilla/chrome/messenger/skin/default/winwide.gif
+lib/mozilla/chrome/messenger/skin/default/wizard.css
+lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js
+lib/mozilla/chrome/messengercompose/content/default/defaultHtmlBody.html
+lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.html
+lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul
+lib/mozilla/chrome/messengercompose/content/default/pref-copiesfolders.html
+lib/mozilla/chrome/messengercompose/content/default/pref-formatting.html
+lib/mozilla/chrome/messengercompose/content/default/pref-messages.html
+lib/mozilla/chrome/messengercompose/skin/default/address.gif
+lib/mozilla/chrome/messengercompose/skin/default/attach.gif
+lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css
+lib/mozilla/chrome/messengercompose/skin/default/quote.gif
+lib/mozilla/chrome/messengercompose/skin/default/save.gif
+lib/mozilla/chrome/messengercompose/skin/default/send.gif
+lib/mozilla/chrome/messengercompose/skin/default/spelling.gif
+lib/mozilla/chrome/messengercompose/skin/default/stop.gif
+lib/mozilla/chrome/pref/content/default/PrefsWindow.html
+lib/mozilla/chrome/pref/content/default/PrefsWindow.js
+lib/mozilla/chrome/pref/content/default/PrefsWindow.xul
+lib/mozilla/chrome/pref/content/default/pref-advanced.xul
+lib/mozilla/chrome/pref/content/default/pref-appearance.xul
+lib/mozilla/chrome/pref/content/default/pref-applications.xul
+lib/mozilla/chrome/pref/content/default/pref-cache.xul
+lib/mozilla/chrome/pref/content/default/pref-colors.xul
+lib/mozilla/chrome/pref/content/default/pref-composer.xul
+lib/mozilla/chrome/pref/content/default/pref-download.xul
+lib/mozilla/chrome/pref/content/default/pref-fonts.xul
+lib/mozilla/chrome/pref/content/default/pref-languages.xul
+lib/mozilla/chrome/pref/content/default/pref-navigator.xul
+lib/mozilla/chrome/pref/content/default/pref-offline.xul
+lib/mozilla/chrome/pref/content/default/pref-proxies.xul
+lib/mozilla/chrome/pref/content/default/pref-publish.xul
+lib/mozilla/chrome/pref/content/default/pref-select.html
+lib/mozilla/chrome/pref/content/default/pref-smart_browsing.xul
+lib/mozilla/chrome/pref/content/default/pref-smartupdate.html
+lib/mozilla/chrome/pref/content/default/preftree.xul
+lib/mozilla/chrome/pref/skin/default/pref.css
+lib/mozilla/chrome/pref/skin/default/preftree.css
+lib/mozilla/chrome/registry.rdf
+lib/mozilla/component.reg
+lib/mozilla/components/addrbook.xpt
+lib/mozilla/components/all.js
+lib/mozilla/components/appcores.xpt
+lib/mozilla/components/appshell.xpt
+lib/mozilla/components/bookmarks.xpt
+lib/mozilla/components/config.js
+lib/mozilla/components/cookieviewer.xpt
+lib/mozilla/components/dom.xpt
+lib/mozilla/components/editor.js
+lib/mozilla/components/editor.xpt
+lib/mozilla/components/history.xpt
+lib/mozilla/components/initpref.js
+lib/mozilla/components/jar.xpt
+lib/mozilla/components/libaddrbook.so
+lib/mozilla/components/libbookmarks.so
+lib/mozilla/components/libchardet.so
+lib/mozilla/components/libchrome.so
+lib/mozilla/components/libender.so
+lib/mozilla/components/libgfxps.so
+lib/mozilla/components/libhistory.so
+lib/mozilla/components/libjar50.so
+lib/mozilla/components/liblocalmail.so
+lib/mozilla/components/liblwbrk.so
+lib/mozilla/components/libmailnews.so
+lib/mozilla/components/libmime.so
+lib/mozilla/components/libmimeemitter.so
+lib/mozilla/components/libmork.so
+lib/mozilla/components/libmozfind.so
+lib/mozilla/components/libmozucth.so
+lib/mozilla/components/libmozxfer.so
+lib/mozilla/components/libmsgcompose.so
+lib/mozilla/components/libmsgdb.so
+lib/mozilla/components/libmsgimap.so
+lib/mozilla/components/libmsgnews.so
+lib/mozilla/components/libnsgif.so
+lib/mozilla/components/libnsjpg.so
+lib/mozilla/components/libnslocale.so
+lib/mozilla/components/libnspng.so
+lib/mozilla/components/libprefwindow.so
+lib/mozilla/components/libprofile.so
+lib/mozilla/components/libraptorhtml.so
+lib/mozilla/components/librdf.so
+lib/mozilla/components/librelated.so
+lib/mozilla/components/libsample.so
+lib/mozilla/components/libstrres.so
+lib/mozilla/components/libtxmgr.so
+lib/mozilla/components/libtxtsvc.so
+lib/mozilla/components/libuconv.so
+lib/mozilla/components/libucvcn.so
+lib/mozilla/components/libucvja.so
+lib/mozilla/components/libucvja2.so
+lib/mozilla/components/libucvko.so
+lib/mozilla/components/libucvlatin.so
+lib/mozilla/components/libucvtw.so
+lib/mozilla/components/libucvtw2.so
+lib/mozilla/components/libunicharutil.so
+lib/mozilla/components/libvcard.so
+lib/mozilla/components/libwallet.so
+lib/mozilla/components/libwalletviewers.so
+lib/mozilla/components/libxpconnect.so
+lib/mozilla/components/libxpctest.so
+lib/mozilla/components/libxpinstall.so
+lib/mozilla/components/mailnews.js
+lib/mozilla/components/mailnews.xpt
+lib/mozilla/components/mozcomps.xpt
+lib/mozilla/components/mozfind.xpt
+lib/mozilla/components/mozucth.xpt
+lib/mozilla/components/mozxfer.xpt
+lib/mozilla/components/msgbase.xpt
+lib/mozilla/components/msgcompose.xpt
+lib/mozilla/components/msgdb.xpt
+lib/mozilla/components/msglocal.xpt
+lib/mozilla/components/msgnews.xpt
+lib/mozilla/components/msgsearch.xpt
+lib/mozilla/components/pref.xpt
+lib/mozilla/components/prefwindow.xpt
+lib/mozilla/components/proxyObjInst.xpt
+lib/mozilla/components/proxytest.xpt
+lib/mozilla/components/rdf.xpt
+lib/mozilla/components/related.xpt
+lib/mozilla/components/sample.xpt
+lib/mozilla/components/signonviewer.xpt
+lib/mozilla/components/unix.js
+lib/mozilla/components/walleteditor.xpt
+lib/mozilla/components/walletpreview.xpt
+lib/mozilla/components/widget.xpt
+lib/mozilla/components/xpcom_base.xpt
+lib/mozilla/components/xpcom_ds.xpt
+lib/mozilla/components/xpcom_io.xpt
+lib/mozilla/components/xpconnect.xpt
+lib/mozilla/components/xpinstall.js
+lib/mozilla/components/xpinstall.xpt
+lib/mozilla/defaults/bookmarks.html
+lib/mozilla/htmlrobot
+lib/mozilla/identity
+lib/mozilla/idlc
+lib/mozilla/jscpucfg
+lib/mozilla/libMyService.so
+lib/mozilla/libabouturl.so
+lib/mozilla/libappcores.so
+lib/mozilla/libcaps.so
+lib/mozilla/libexpat.so
+lib/mozilla/libfileurl.so
+lib/mozilla/libftpurl.so
+lib/mozilla/libgfxgtk.so
+lib/mozilla/libgophurl.so
+lib/mozilla/libhttpurl.so
+lib/mozilla/libimg.so
+lib/mozilla/libjsdom.so
+lib/mozilla/libjsurl.so
+lib/mozilla/libmimetype.so
+lib/mozilla/libmozdbm.so
+lib/mozilla/libmozjs.so
+lib/mozilla/libmozutil.so
+lib/mozilla/libmsgbaseutil.so
+lib/mozilla/libnetcache.so
+lib/mozilla/libnetcnvts.so
+lib/mozilla/libnetlib.so
+lib/mozilla/libnetwork.so
+lib/mozilla/libnsappshell.so
+lib/mozilla/libnspr3.so
+lib/mozilla/libplc3.so
+lib/mozilla/libplds3.so
+lib/mozilla/libpref.so
+lib/mozilla/libpwcac.so
+lib/mozilla/libraptorgfx.so
+lib/mozilla/libraptorhtmlpars.so
+lib/mozilla/libraptorplugin.so
+lib/mozilla/libraptorview.so
+lib/mozilla/libraptorwebwidget.so
+lib/mozilla/libreg.so
+lib/mozilla/libremoturl.so
+lib/mozilla/libsecfree.so
+lib/mozilla/libsockstuburl.so
+lib/mozilla/libtestdynamic.so
+lib/mozilla/libwidgetgtk.so
+lib/mozilla/libxmltok.so
+lib/mozilla/libxp.so
+lib/mozilla/libxpcom.so
+lib/mozilla/lots
+lib/mozilla/mozilla-apprunner.sh
+lib/mozilla/mozilla-viewer.sh
+lib/mozilla/netscape.cfg
+lib/mozilla/nettest
+lib/mozilla/nntpTest
+lib/mozilla/nsinstall
+lib/mozilla/pop3Test
+lib/mozilla/proxytests
+lib/mozilla/rdfcat
+lib/mozilla/rdfpoll
+lib/mozilla/regExport
+lib/mozilla/res/charsetalias.properties
+lib/mozilla/res/cookie.properties
+lib/mozilla/res/html/broken-image.gif
+lib/mozilla/res/html/empty_doc.html
+lib/mozilla/res/mailnews/messenger/mime_en.properties
+lib/mozilla/res/mailnews/messenger/vcard_en.properties
+lib/mozilla/res/mailnews/tests/AccountManagerTest.js
+lib/mozilla/res/mailnews/tests/AccountManagerTest.xul
+lib/mozilla/res/network/gopher-audio.gif
+lib/mozilla/res/network/gopher-binary.gif
+lib/mozilla/res/network/gopher-find.gif
+lib/mozilla/res/network/gopher-image.gif
+lib/mozilla/res/network/gopher-menu.gif
+lib/mozilla/res/network/gopher-movie.gif
+lib/mozilla/res/network/gopher-telnet.gif
+lib/mozilla/res/network/gopher-text.gif
+lib/mozilla/res/network/gopher-unknown.gif
+lib/mozilla/res/profile/common.css
+lib/mozilla/res/profile/content1.xul
+lib/mozilla/res/profile/content2.xul
+lib/mozilla/res/profile/content3.xul
+lib/mozilla/res/profile/content4.xul
+lib/mozilla/res/profile/contentManager4.xul
+lib/mozilla/res/profile/cpw.xul
+lib/mozilla/res/profile/cpwManager.xul
+lib/mozilla/res/profile/cpwPreg.xul
+lib/mozilla/res/profile/errorDialog.html
+lib/mozilla/res/profile/navFinishPreg.xul
+lib/mozilla/res/profile/navStartPreg.xul
+lib/mozilla/res/profile/navigationFinish.xul
+lib/mozilla/res/profile/navigationManagerFinish.xul
+lib/mozilla/res/profile/navigationManagerStart.xul
+lib/mozilla/res/profile/navigationStart.xul
+lib/mozilla/res/profile/pm.css
+lib/mozilla/res/profile/pm.xul
+lib/mozilla/res/profile/pmDelete.xul
+lib/mozilla/res/profile/pmMigrateAll.xul
+lib/mozilla/res/profile/pmrename.xul
+lib/mozilla/res/profile/preg.html
+lib/mozilla/res/profile/profileManager.html
+lib/mozilla/res/profile/profileManagerContainer.xul
+lib/mozilla/res/profile/renameProfile.html
+lib/mozilla/res/rdf/article.gif
+lib/mozilla/res/rdf/dialog.js
+lib/mozilla/res/rdf/dialog.xul
+lib/mozilla/res/rdf/dialogFrame.html
+lib/mozilla/res/rdf/dialogSidebar.js
+lib/mozilla/res/rdf/dialogSidebar.xul
+lib/mozilla/res/rdf/document.gif
+lib/mozilla/res/rdf/dom-test-1.xul
+lib/mozilla/res/rdf/dom-test-2.xul
+lib/mozilla/res/rdf/dom-test-3.xul
+lib/mozilla/res/rdf/dom-test-4.css
+lib/mozilla/res/rdf/dom-test-4.xul
+lib/mozilla/res/rdf/dom-test-5.xul
+lib/mozilla/res/rdf/dom-test-6.xul
+lib/mozilla/res/rdf/dom-test-7.xul
+lib/mozilla/res/rdf/dom-test-8.xul
+lib/mozilla/res/rdf/flames.gif
+lib/mozilla/res/rdf/flash-registry.rdf
+lib/mozilla/res/rdf/flash.css
+lib/mozilla/res/rdf/flash.js
+lib/mozilla/res/rdf/flash.xul
+lib/mozilla/res/rdf/folder-closed.gif
+lib/mozilla/res/rdf/folder-open.gif
+lib/mozilla/res/rdf/ignore-test.xul
+lib/mozilla/res/rdf/loading.gif
+lib/mozilla/res/rdf/online.gif
+lib/mozilla/res/rdf/remote-flash-1.rdf
+lib/mozilla/res/rdf/remote-flash-2.rdf
+lib/mozilla/res/rdf/remote-flash-3.rdf
+lib/mozilla/res/rdf/sidebar-browser.rdf
+lib/mozilla/res/rdf/sidebar-browser.xul
+lib/mozilla/res/rdf/sidebar-registry.rdf
+lib/mozilla/res/rdf/sidebar.css
+lib/mozilla/res/rdf/sidebar.js
+lib/mozilla/res/rdf/stock.gif
+lib/mozilla/res/rdf/unread.gif
+lib/mozilla/res/rdf/xpidl-test-1.xul
+lib/mozilla/res/samples/Anieyes.gif
+lib/mozilla/res/samples/CookieViewer.html
+lib/mozilla/res/samples/DumpDOM.js
+lib/mozilla/res/samples/NetSupportAlert.xul
+lib/mozilla/res/samples/NetSupportConfirm.xul
+lib/mozilla/res/samples/NetSupportConfirmCheck.xul
+lib/mozilla/res/samples/NetSupportPassword.xul
+lib/mozilla/res/samples/NetSupportPrompt.xul
+lib/mozilla/res/samples/NetSupportUserPassword.xul
+lib/mozilla/res/samples/SignonViewer.html
+lib/mozilla/res/samples/WalletEditor.html
+lib/mozilla/res/samples/WalletPreview.html
+lib/mozilla/res/samples/aform.css
+lib/mozilla/res/samples/alertl.gif
+lib/mozilla/res/samples/beeptest.html
+lib/mozilla/res/samples/bform.css
+lib/mozilla/res/samples/bg.jpg
+lib/mozilla/res/samples/bm-panel.xul
+lib/mozilla/res/samples/bm-props.js
+lib/mozilla/res/samples/bm-props.xul
+lib/mozilla/res/samples/bookmark-folder-closed.gif
+lib/mozilla/res/samples/bookmark-folder-open.gif
+lib/mozilla/res/samples/bookmark-item.gif
+lib/mozilla/res/samples/bookmarks.css
+lib/mozilla/res/samples/bookmarks.html
+lib/mozilla/res/samples/bookmarks.js
+lib/mozilla/res/samples/bookmarks.xul
+lib/mozilla/res/samples/cform.css
+lib/mozilla/res/samples/checkboxTest.xul
+lib/mozilla/res/samples/contentframe.css
+lib/mozilla/res/samples/contentframe.js
+lib/mozilla/res/samples/contentframe.xul
+lib/mozilla/res/samples/demoform.css
+lib/mozilla/res/samples/dexanimdialog.xul
+lib/mozilla/res/samples/dexanimmaster.xul
+lib/mozilla/res/samples/dexparamdialog.xul
+lib/mozilla/res/samples/dexparammaster.xul
+lib/mozilla/res/samples/dexsimpledialog.xul
+lib/mozilla/res/samples/dexsimplemaster.xul
+lib/mozilla/res/samples/dialogs.css
+lib/mozilla/res/samples/downloadProgress.css
+lib/mozilla/res/samples/downloadProgress.xul
+lib/mozilla/res/samples/errorI.gif
+lib/mozilla/res/samples/find.html
+lib/mozilla/res/samples/finddialog.js
+lib/mozilla/res/samples/finddialog.xul
+lib/mozilla/res/samples/gear1.gif
+lib/mozilla/res/samples/history-test.js
+lib/mozilla/res/samples/history-test.xul
+lib/mozilla/res/samples/history.css
+lib/mozilla/res/samples/history.xul
+lib/mozilla/res/samples/iefavorite.gif
+lib/mozilla/res/samples/image_props.html
+lib/mozilla/res/samples/lessCols.gif
+lib/mozilla/res/samples/lessCols_dis.gif
+lib/mozilla/res/samples/lessCols_mo.gif
+lib/mozilla/res/samples/manage-bookmarks.css
+lib/mozilla/res/samples/messagel.gif
+lib/mozilla/res/samples/moreCols.gif
+lib/mozilla/res/samples/moreCols_dis.gif
+lib/mozilla/res/samples/moreCols_mo.gif
+lib/mozilla/res/samples/mozform.css
+lib/mozilla/res/samples/navigator-goofy.css
+lib/mozilla/res/samples/navigator-mozillazine0.css
+lib/mozilla/res/samples/navigator-shiny.css
+lib/mozilla/res/samples/navigator-test1.xul
+lib/mozilla/res/samples/navigator.css
+lib/mozilla/res/samples/navigator.js
+lib/mozilla/res/samples/navigator.xul
+lib/mozilla/res/samples/openLocation.js
+lib/mozilla/res/samples/openLocation.xul
+lib/mozilla/res/samples/personal-folder-closed.gif
+lib/mozilla/res/samples/personal-folder-open.gif
+lib/mozilla/res/samples/picstest1.html
+lib/mozilla/res/samples/printsetup.html
+lib/mozilla/res/samples/questionl.gif
+lib/mozilla/res/samples/raindrops_light.gif
+lib/mozilla/res/samples/raptor.jpg
+lib/mozilla/res/samples/related-panel.css
+lib/mozilla/res/samples/related-panel.js
+lib/mozilla/res/samples/related-panel.xul
+lib/mozilla/res/samples/rock_gra.gif
+lib/mozilla/res/samples/sampleimages/bongo.gif
+lib/mozilla/res/samples/sampleimages/down.gif
+lib/mozilla/res/samples/sampleimages/left.gif
+lib/mozilla/res/samples/sampleimages/right.gif
+lib/mozilla/res/samples/sampleimages/up.gif
+lib/mozilla/res/samples/scrollDown.gif
+lib/mozilla/res/samples/scrollDown_dis.gif
+lib/mozilla/res/samples/scrollDown_mo.gif
+lib/mozilla/res/samples/scrollThumb.gif
+lib/mozilla/res/samples/scrollThumb_dis.gif
+lib/mozilla/res/samples/scrollThumb_mo.gif
+lib/mozilla/res/samples/scrollUp.gif
+lib/mozilla/res/samples/scrollUp_dis.gif
+lib/mozilla/res/samples/scrollUp_mo.gif
+lib/mozilla/res/samples/scrollbarTest1.xul
+lib/mozilla/res/samples/scrollbarTest2.xul
+lib/mozilla/res/samples/sitemap.gif
+lib/mozilla/res/samples/skindemo.xul
+lib/mozilla/res/samples/sliderTest1.xul
+lib/mozilla/res/samples/status.xul
+lib/mozilla/res/samples/tab.xul
+lib/mozilla/res/samples/test0.html
+lib/mozilla/res/samples/test1.html
+lib/mozilla/res/samples/test10.html
+lib/mozilla/res/samples/test11.html
+lib/mozilla/res/samples/test12.html
+lib/mozilla/res/samples/test13.html
+lib/mozilla/res/samples/test14.html
+lib/mozilla/res/samples/test15.html
+lib/mozilla/res/samples/test16.html
+lib/mozilla/res/samples/test2.html
+lib/mozilla/res/samples/test3.html
+lib/mozilla/res/samples/test4.html
+lib/mozilla/res/samples/test5.html
+lib/mozilla/res/samples/test6.html
+lib/mozilla/res/samples/test7.html
+lib/mozilla/res/samples/test8-1.html
+lib/mozilla/res/samples/test8.html
+lib/mozilla/res/samples/test8dom.html
+lib/mozilla/res/samples/test8sca.html
+lib/mozilla/res/samples/test8siz.html
+lib/mozilla/res/samples/test8tab.html
+lib/mozilla/res/samples/test9.html
+lib/mozilla/res/samples/test9a.html
+lib/mozilla/res/samples/test9b.html
+lib/mozilla/res/samples/test_ed.html
+lib/mozilla/res/samples/test_form.html
+lib/mozilla/res/samples/test_gfx.html
+lib/mozilla/res/samples/test_lbox.html
+lib/mozilla/res/samples/test_pr.html
+lib/mozilla/res/samples/toolbar.xml
+lib/mozilla/res/samples/toolbarTest1.xul
+lib/mozilla/res/samples/tooltip.js
+lib/mozilla/res/samples/treeTest1.css
+lib/mozilla/res/samples/treeTest1.xul
+lib/mozilla/res/samples/unknownContent.xul
+lib/mozilla/res/samples/viewSource.xul
+lib/mozilla/res/samples/viewsource.js
+lib/mozilla/res/samples/xpconnect-sample.html
+lib/mozilla/res/samples/xul.css
+lib/mozilla/res/samples/xulTest.css
+lib/mozilla/res/strres.properties
+lib/mozilla/res/test.properties
+lib/mozilla/res/throbber/anim.gif
+lib/mozilla/res/throbber/anims00.gif
+lib/mozilla/res/throbber/anims01.gif
+lib/mozilla/res/throbber/anims02.gif
+lib/mozilla/res/throbber/anims03.gif
+lib/mozilla/res/throbber/anims04.gif
+lib/mozilla/res/throbber/anims05.gif
+lib/mozilla/res/throbber/anims06.gif
+lib/mozilla/res/throbber/anims07.gif
+lib/mozilla/res/throbber/anims08.gif
+lib/mozilla/res/throbber/anims09.gif
+lib/mozilla/res/throbber/anims10.gif
+lib/mozilla/res/throbber/anims11.gif
+lib/mozilla/res/throbber/anims12.gif
+lib/mozilla/res/throbber/anims13.gif
+lib/mozilla/res/throbber/anims14.gif
+lib/mozilla/res/throbber/anims15.gif
+lib/mozilla/res/throbber/anims16.gif
+lib/mozilla/res/throbber/anims17.gif
+lib/mozilla/res/throbber/anims18.gif
+lib/mozilla/res/throbber/anims19.gif
+lib/mozilla/res/throbber/anims20.gif
+lib/mozilla/res/throbber/anims21.gif
+lib/mozilla/res/throbber/anims22.gif
+lib/mozilla/res/throbber/anims23.gif
+lib/mozilla/res/throbber/anims24.gif
+lib/mozilla/res/throbber/anims25.gif
+lib/mozilla/res/throbber/anims26.gif
+lib/mozilla/res/throbber/anims27.gif
+lib/mozilla/res/throbber/anims28.gif
+lib/mozilla/res/throbber/anims29.gif
+lib/mozilla/res/throbber/throbbingN.gif
+lib/mozilla/res/toolbar/DialogAddrIcon.gif
+lib/mozilla/res/toolbar/DialogAddrIcon_mo.gif
+lib/mozilla/res/toolbar/DialogCompIcon.gif
+lib/mozilla/res/toolbar/DialogCompIcon_mo.gif
+lib/mozilla/res/toolbar/DialogMailIcon.gif
+lib/mozilla/res/toolbar/DialogMailIcon_mo.gif
+lib/mozilla/res/toolbar/DialogNavIcon.gif
+lib/mozilla/res/toolbar/DialogNavIcon_mo.gif
+lib/mozilla/res/toolbar/Mail_Forward.gif
+lib/mozilla/res/toolbar/Mail_GetMsg.gif
+lib/mozilla/res/toolbar/Mail_NewMsg.gif
+lib/mozilla/res/toolbar/Mail_Reply.gif
+lib/mozilla/res/toolbar/Mail_SendMsg.gif
+lib/mozilla/res/toolbar/StatusBar-insecure.gif
+lib/mozilla/res/toolbar/StatusBar-secure.gif
+lib/mozilla/res/toolbar/TB_Back.gif
+lib/mozilla/res/toolbar/TB_Back_dis.gif
+lib/mozilla/res/toolbar/TB_Back_mo.gif
+lib/mozilla/res/toolbar/TB_Bookmarks.gif
+lib/mozilla/res/toolbar/TB_Bookmarks_mo.gif
+lib/mozilla/res/toolbar/TB_Edit.gif
+lib/mozilla/res/toolbar/TB_Forward.gif
+lib/mozilla/res/toolbar/TB_Forward_dis.gif
+lib/mozilla/res/toolbar/TB_Forward_mo.gif
+lib/mozilla/res/toolbar/TB_HTab.gif
+lib/mozilla/res/toolbar/TB_HTab_mo.gif
+lib/mozilla/res/toolbar/TB_Home.gif
+lib/mozilla/res/toolbar/TB_Home_mo.gif
+lib/mozilla/res/toolbar/TB_LoadImages.gif
+lib/mozilla/res/toolbar/TB_LoadImages.mo.gif
+lib/mozilla/res/toolbar/TB_Location.gif
+lib/mozilla/res/toolbar/TB_Location_mo.gif
+lib/mozilla/res/toolbar/TB_MiniAddr.gif
+lib/mozilla/res/toolbar/TB_MiniComp.gif
+lib/mozilla/res/toolbar/TB_MiniMail.gif
+lib/mozilla/res/toolbar/TB_MiniNav.gif
+lib/mozilla/res/toolbar/TB_MiniTab.gif
+lib/mozilla/res/toolbar/TB_MixSecurity.gif
+lib/mozilla/res/toolbar/TB_MixSecurity.mo.gif
+lib/mozilla/res/toolbar/TB_Netscape.gif
+lib/mozilla/res/toolbar/TB_Netscape_mo.gif
+lib/mozilla/res/toolbar/TB_NewBack.gif
+lib/mozilla/res/toolbar/TB_NewForward.gif
+lib/mozilla/res/toolbar/TB_NewHome.gif
+lib/mozilla/res/toolbar/TB_NewPrint.gif
+lib/mozilla/res/toolbar/TB_NewReload.gif
+lib/mozilla/res/toolbar/TB_NewStop.gif
+lib/mozilla/res/toolbar/TB_PersonalIcon.gif
+lib/mozilla/res/toolbar/TB_Places.gif
+lib/mozilla/res/toolbar/TB_Places_mo.gif
+lib/mozilla/res/toolbar/TB_Print.gif
+lib/mozilla/res/toolbar/TB_Print_mo.gif
+lib/mozilla/res/toolbar/TB_Reload.gif
+lib/mozilla/res/toolbar/TB_Reload_mo.gif
+lib/mozilla/res/toolbar/TB_Search.gif
+lib/mozilla/res/toolbar/TB_Search_mo.gif
+lib/mozilla/res/toolbar/TB_Secure.gif
+lib/mozilla/res/toolbar/TB_Secure_mo.gif
+lib/mozilla/res/toolbar/TB_Stop.gif
+lib/mozilla/res/toolbar/TB_Stop.mo.gif
+lib/mozilla/res/toolbar/TB_Stop_dis.gif
+lib/mozilla/res/toolbar/TB_Stop_mo.gif
+lib/mozilla/res/toolbar/TB_Tab.gif
+lib/mozilla/res/toolbar/TB_TabSmall.gif
+lib/mozilla/res/toolbar/TB_TabSmall_mo.gif
+lib/mozilla/res/toolbar/TB_Tab_mo.gif
+lib/mozilla/res/toolbar/TB_Unsecure.gif
+lib/mozilla/res/toolbar/TB_Unsecure.mo.gif
+lib/mozilla/res/toolbar/TB_WhatsRelated.gif
+lib/mozilla/res/toolbar/TB_WhatsRelated_mo.gif
+lib/mozilla/res/toolbar/TB_popup.gif
+lib/mozilla/res/toolbar/grippy-horizontal-after.gif
+lib/mozilla/res/toolbar/grippy-horizontal-before.gif
+lib/mozilla/res/toolbar/grippy-vertical-after.gif
+lib/mozilla/res/toolbar/grippy-vertical-before.gif
+lib/mozilla/res/ua.css
+lib/mozilla/res/unixcharset.properties
+lib/mozilla/res/viewer.properties
+lib/mozilla/res/wallet.properties
+lib/mozilla/res/xpinstall/progress.css
+lib/mozilla/res/xpinstall/progress.html
+lib/mozilla/res/xpinstall/progress.xul
+lib/mozilla/run-mozilla.sh
+lib/mozilla/smtpTest
+lib/mozilla/testimap
+lib/mozilla/testmailnews
+lib/mozilla/testxpc.js
+lib/mozilla/ucgendat
+lib/mozilla/viewer
+lib/mozilla/vreg
+lib/mozilla/widget
+lib/mozilla/xpcshell
+lib/mozilla/xpctest_echo.js
+lib/mozilla/xpidl
+lib/mozilla/xpt_dump
+lib/mozilla/xpt_link
+@dirrm lib/mozilla/res/xpinstall
+@dirrm lib/mozilla/res/toolbar
+@dirrm lib/mozilla/res/throbber
+@dirrm lib/mozilla/res/samples/sampleimages
+@dirrm lib/mozilla/res/samples
+@dirrm lib/mozilla/res/rdf
+@dirrm lib/mozilla/res/profile
+@dirrm lib/mozilla/res/network
+@dirrm lib/mozilla/res/mailnews/tests
+@dirrm lib/mozilla/res/mailnews/messenger
+@dirrm lib/mozilla/res/mailnews
+@dirrm lib/mozilla/res/html
+@dirrm lib/mozilla/res
+@dirrm lib/mozilla/plugins
+@dirrm lib/mozilla/defaults
+@dirrm lib/mozilla/components
+@dirrm lib/mozilla/chrome/pref/skin/default
+@dirrm lib/mozilla/chrome/pref/skin
+@dirrm lib/mozilla/chrome/pref/content/default
+@dirrm lib/mozilla/chrome/pref/content
+@dirrm lib/mozilla/chrome/pref
+@dirrm lib/mozilla/chrome/messengercompose/skin/default
+@dirrm lib/mozilla/chrome/messengercompose/skin
+@dirrm lib/mozilla/chrome/messengercompose/content/default
+@dirrm lib/mozilla/chrome/messengercompose/content
+@dirrm lib/mozilla/chrome/messengercompose
+@dirrm lib/mozilla/chrome/messenger/skin/default
+@dirrm lib/mozilla/chrome/messenger/skin
+@dirrm lib/mozilla/chrome/messenger/content/default
+@dirrm lib/mozilla/chrome/messenger/content
+@dirrm lib/mozilla/chrome/messenger
+@dirrm lib/mozilla/chrome/editor/dialogs/skin/default
+@dirrm lib/mozilla/chrome/editor/dialogs/skin
+@dirrm lib/mozilla/chrome/editor/dialogs/content/default
+@dirrm lib/mozilla/chrome/editor/dialogs/content
+@dirrm lib/mozilla/chrome/editor/dialogs
+@dirrm lib/mozilla/chrome/editor/composer/skin/default/images
+@dirrm lib/mozilla/chrome/editor/composer/skin/default
+@dirrm lib/mozilla/chrome/editor/composer/skin
+@dirrm lib/mozilla/chrome/editor/composer/content/default
+@dirrm lib/mozilla/chrome/editor/composer/content
+@dirrm lib/mozilla/chrome/editor/composer
+@dirrm lib/mozilla/chrome/editor
+@dirrm lib/mozilla/chrome/browser/skin/default
+@dirrm lib/mozilla/chrome/browser/skin
+@dirrm lib/mozilla/chrome/browser/content/default
+@dirrm lib/mozilla/chrome/browser/content
+@dirrm lib/mozilla/chrome/browser
+@dirrm lib/mozilla/chrome/addressbook/skin/default
+@dirrm lib/mozilla/chrome/addressbook/skin
+@dirrm lib/mozilla/chrome/addressbook/content/default
+@dirrm lib/mozilla/chrome/addressbook/content
+@dirrm lib/mozilla/chrome/addressbook
+@dirrm lib/mozilla/chrome
 @dirrm lib/mozilla




>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907211731.TAA48067>