please test.
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile 2006/07/02 15:54:54 1.40
+++ Makefile 2006/09/17 17:31:43
@@ -4,10 +4,10 @@
COMMENT= "redesign of the integrated Mozilla App-Suite mail component"
-VER= 1.5.0.4
+VER= 1.5.0.7
DISTNAME= mozilla
PKGNAME= mozilla-thunderbird-${VER}
-SO_VERSION= 8.0
+SO_VERSION= 9.0
# NOTE: Must bump minor version if any shlib's are removed from the
# components dir to avoid pkg_add -r issues.
.for _lib in accessibility appcomps auth autoconfig caps chrome commandlines \
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo 2006/07/02 15:54:54 1.11
+++ distinfo 2006/09/17 17:31:43
@@ -1,4 +1,4 @@
-MD5 (thunderbird-1.5.0.4-source.tar.bz2) = ada9c163f5b26fe81958e7a85340811e
-RMD160 (thunderbird-1.5.0.4-source.tar.bz2) =
27e88578d8857e48b46ee4dff2900f27b8a0f447
-SHA1 (thunderbird-1.5.0.4-source.tar.bz2) =
492dd76460fc14543a70349263b64b0a2803bee9
-SIZE (thunderbird-1.5.0.4-source.tar.bz2) = 35872600
+MD5 (thunderbird-1.5.0.7-source.tar.bz2) = c3933149147567471000e53dbeac7429
+RMD160 (thunderbird-1.5.0.7-source.tar.bz2) =
b8948723e4a96e22409e6a2cb3cd1b6512bef189
+SHA1 (thunderbird-1.5.0.7-source.tar.bz2) =
9e5acff9bd098979dd798c0111805dc8d67479ad
+SIZE (thunderbird-1.5.0.7-source.tar.bz2) = 35994957
Index: patches/patch-configure_in
===================================================================
RCS file: /cvs/ports/mail/mozilla-thunderbird/patches/patch-configure_in,v
retrieving revision 1.8
diff -u -r1.8 patch-configure_in
--- patches/patch-configure_in 2006/07/02 15:54:55 1.8
+++ patches/patch-configure_in 2006/09/17 17:31:43
@@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.8 2006/07/02 15:54:55 steven Exp $
---- configure.in.orig Fri Apr 21 22:50:21 2006
-+++ configure.in Thu Jun 29 08:50:59 2006
-@@ -1859,7 +1859,7 @@ case "$target" in
+--- configure.in.orig Wed Aug 23 18:31:03 2006
++++ configure.in Sun Sep 17 17:57:45 2006
+@@ -1863,7 +1863,7 @@ case "$target" in
;;
*-openbsd*)
@@ -10,7 +10,7 @@
DSO_CFLAGS=''
DSO_PIC_CFLAGS='-fPIC'
DSO_LDOPTS='-shared -fPIC'
-@@ -3643,7 +3643,7 @@ _SAVE_LIBS=$LIBS
+@@ -3647,7 +3647,7 @@ _SAVE_LIBS=$LIBS
CFLAGS="$ZLIB_CFLAGS $CFLAGS"
LDFLAGS="$ZLIB_LIBS -lz $LDFLAGS"
if test -n "${PNG_DIR}" -a "${PNG_DIR}" != "yes"; then
@@ -19,7 +19,7 @@
LDFLAGS="-L${PNG_DIR}/lib $LDFLAGS"
fi
if test -z "$PNG_DIR" -o "$PNG_DIR" = no; then
-@@ -3673,7 +3673,7 @@ LDFLAGS=$_SAVE_LDFLAGS
+@@ -3677,7 +3677,7 @@ LDFLAGS=$_SAVE_LDFLAGS
LIBS=$_SAVE_LIBS
if test "${PNG_DIR}" -a -d "${PNG_DIR}" -a "$SYSTEM_PNG" = 1; then
Index: patches/patch-gfx_src_ps_nsFontMetricsPS_cpp
===================================================================
RCS file:
/cvs/ports/mail/mozilla-thunderbird/patches/patch-gfx_src_ps_nsFontMetricsPS_cpp,v
retrieving revision 1.3
diff -u -r1.3 patch-gfx_src_ps_nsFontMetricsPS_cpp
--- patches/patch-gfx_src_ps_nsFontMetricsPS_cpp 2006/01/23 12:34:06
1.3
+++ patches/patch-gfx_src_ps_nsFontMetricsPS_cpp 2006/09/17 17:31:43
@@ -1,7 +1,7 @@
$OpenBSD: patch-gfx_src_ps_nsFontMetricsPS_cpp,v 1.3 2006/01/23 12:34:06
wilfried Exp $
---- gfx/src/ps/nsFontMetricsPS.cpp.orig Tue Dec 20 11:16:58 2005
-+++ gfx/src/ps/nsFontMetricsPS.cpp Tue Dec 20 11:17:37 2005
-@@ -1033,8 +1033,10 @@ nsFontPSXft::Init(nsXftEntry* aEntry,
+--- gfx/src/ps/nsFontMetricsPS.cpp.orig Sun May 7 04:01:25 2006
++++ gfx/src/ps/nsFontMetricsPS.cpp Sun Sep 17 17:56:59 2006
+@@ -1040,8 +1040,10 @@ nsFontPSXft::Init(nsXftEntry* aEntry,
nsFontPSXft::~nsFontPSXft()
{
@@ -13,7 +13,7 @@
if (FT_Done_FreeType(mFreeTypeLibrary))
return;
-@@ -2323,8 +2325,10 @@ nsXftType1Generator::Init(nsXftEntry* aE
+@@ -2332,8 +2334,10 @@ nsXftType1Generator::Init(nsXftEntry* aE
nsXftType1Generator::~nsXftType1Generator()
{
Index: patches/patch-modules_libpref_src_init_all_js
===================================================================
RCS file:
/cvs/ports/mail/mozilla-thunderbird/patches/patch-modules_libpref_src_init_all_js,v
retrieving revision 1.3
diff -u -r1.3 patch-modules_libpref_src_init_all_js
--- patches/patch-modules_libpref_src_init_all_js 2006/07/02 15:54:55
1.3
+++ patches/patch-modules_libpref_src_init_all_js 2006/09/17 17:31:43
@@ -1,7 +1,7 @@
$OpenBSD: patch-modules_libpref_src_init_all_js,v 1.3 2006/07/02 15:54:55
steven Exp $
---- modules/libpref/src/init/all.js.orig Mon May 8 22:22:51 2006
-+++ modules/libpref/src/init/all.js Thu Jun 29 08:50:40 2006
-@@ -2052,7 +2052,7 @@ pref("font.scale.outline.min", 6);
+--- modules/libpref/src/init/all.js.orig Sat Aug 19 00:12:03 2006
++++ modules/libpref/src/init/all.js Sun Sep 17 17:57:00 2006
+@@ -2051,7 +2051,7 @@ pref("font.scale.outline.min", 6);
// TrueType
pref("font.FreeType2.enable", false);
Index: patches/patch-widget_src_gtk2_nsSound_cpp
===================================================================
RCS file:
/cvs/ports/mail/mozilla-thunderbird/patches/patch-widget_src_gtk2_nsSound_cpp,v
retrieving revision 1.2
diff -u -r1.2 patch-widget_src_gtk2_nsSound_cpp
--- patches/patch-widget_src_gtk2_nsSound_cpp 2006/01/23 12:34:06 1.2
+++ patches/patch-widget_src_gtk2_nsSound_cpp 2006/09/17 17:31:43
@@ -1,7 +1,7 @@
$OpenBSD: patch-widget_src_gtk2_nsSound_cpp,v 1.2 2006/01/23 12:34:06 wilfried
Exp $
---- widget/src/gtk2/nsSound.cpp.orig Wed Nov 3 10:13:04 2004
-+++ widget/src/gtk2/nsSound.cpp Sat Sep 10 09:08:28 2005
-@@ -110,7 +110,7 @@ nsSound::Init()
+--- widget/src/gtk2/nsSound.cpp.orig Thu Aug 17 04:41:52 2006
++++ widget/src/gtk2/nsSound.cpp Sun Sep 17 17:57:03 2006
+@@ -114,7 +114,7 @@ nsSound::Init()
EsdOpenSoundType EsdOpenSound;
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm