summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-23 15:43:16 +0000
committerjoerg <joerg>2006-03-23 15:43:16 +0000
commit07c6f888affd0c1dcd463fab3bbc2226b7fe9cc7 (patch)
treea8412b14cde76671180a41802e0053a1f99d78a7 /mail/thunderbird
parent7cc08a620b21600c483b11fcb9c6528fb044e1c7 (diff)
downloadpkgsrc-07c6f888affd0c1dcd463fab3bbc2226b7fe9cc7.tar.gz
Readd minor DragonFly patch. Disable use of visibility attributes,
It's Just Broken (TM). Bump revision.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile4
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common4
-rw-r--r--mail/thunderbird/distinfo4
-rw-r--r--mail/thunderbird/patches/patch-ab11
4 files changed, 17 insertions, 6 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 476b3d24961..dd4f157af28 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/02/06 09:20:45 ghen Exp $
+# $NetBSD: Makefile,v 1.17 2006/03/23 15:43:17 joerg Exp $
MOZILLA= thunderbird
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Mozilla mail client
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 815ee6117ff..198af2f6894 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.9 2006/02/05 14:49:05 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.10 2006/03/23 15:43:17 joerg Exp $
MOZILLA_BIN= thunderbird-bin
MOZ_VER= 1.5
@@ -20,6 +20,8 @@ MESSAGE= ${.CURDIR}/../../mail/thunderbird/MESSAGE
CONFIGURE_ARGS+= --enable-application=mail
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
CONFIGURE_ARGS+= --enable-single-profile
+CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
+CONFIGURE_ARGS+= --enable-debug=-g
post-install:
cd ${PREFIX}/lib/${MOZILLA} && \
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 37150cc73e0..a4803ef0e2b 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.20 2006/02/05 14:49:05 ghen Exp $
+$NetBSD: distinfo,v 1.21 2006/03/23 15:43:17 joerg Exp $
SHA1 (thunderbird-1.5-source.tar.bz2) = b0ac4efc42b9faab6c95d9aadad03d8b61ee686a
RMD160 (thunderbird-1.5-source.tar.bz2) = 5c3a8c42c1239144c8498a81a791a534345cda3c
Size (thunderbird-1.5-source.tar.bz2) = 35028308 bytes
SHA1 (patch-aa) = ff3586c00ff8d3fa6a1bda639116778169ad4466
-SHA1 (patch-ab) = a5950883c28a2319a1f04f087e91b2f4b3b30dc0
+SHA1 (patch-ab) = d46bc4dea78b61a054b51283001592ebe09bffb8
SHA1 (patch-ac) = 5561b6fedb5417534fefdf3404a93b1915d00be3
SHA1 (patch-ad) = 19afc8dfaf9f14439d747e42ee2f64a9c1a9dc3d
SHA1 (patch-ae) = 364b91f0bf51e49bb140e13dfb775a89ea38bb28
diff --git a/mail/thunderbird/patches/patch-ab b/mail/thunderbird/patches/patch-ab
index b6acfd3e9d9..33b841c6204 100644
--- a/mail/thunderbird/patches/patch-ab
+++ b/mail/thunderbird/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.7 2006/02/05 14:49:05 ghen Exp $
+$NetBSD: patch-ab,v 1.8 2006/03/23 15:43:17 joerg Exp $
--- configure.in.orig 2006-02-02 13:20:06.000000000 +0100
+++ configure.in
@@ -10,6 +10,15 @@ $NetBSD: patch-ab,v 1.7 2006/02/05 14:49:05 ghen Exp $
# set MACOSX to generate lib/mac/MoreFiles/Makefile
MACOSX=1
;;
+@@ -1360,7 +1359,7 @@ case "$target" in
+ esac
+ ;;
+
+-*-freebsd*)
++*-freebsd* | *-dragonfly*)
+ if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` != "elf"; then
+ DLL_SUFFIX=".so.1.0"
+ DSO_LDOPTS="-shared"
@@ -1374,6 +1373,9 @@ case "$target" in
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''