summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-05-02 07:51:02 +0000
committerhasso <hasso@pkgsrc.org>2009-05-02 07:51:02 +0000
commit42437a2c25e9bae05a01572d9d9a51628e7ad23b (patch)
tree4a596b350c917e88c67f083bb5c527019fe28565 /mail/thunderbird
parentf1b8ae796f619a0418b1d3fcc9fe9f8078d87866 (diff)
downloadpkgsrc-42437a2c25e9bae05a01572d9d9a51628e7ad23b.tar.gz
Don't try to link against libc_r on DragonFly.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/distinfo4
-rw-r--r--mail/thunderbird/patches/patch-ab28
2 files changed, 21 insertions, 11 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index db9c1f3c232..3bb8ca62570 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.52 2009/04/07 08:01:01 hasso Exp $
+$NetBSD: distinfo,v 1.53 2009/05/02 07:51:02 hasso Exp $
SHA1 (thunderbird-2.0.0.21-source.tar.bz2) = 8bb2f7ce60635f6082c3c4542fff10c4b7445dc0
RMD160 (thunderbird-2.0.0.21-source.tar.bz2) = 493e41013a91888d29647c126d4f2c5a547056dd
Size (thunderbird-2.0.0.21-source.tar.bz2) = 40484246 bytes
SHA1 (patch-aa) = ff3586c00ff8d3fa6a1bda639116778169ad4466
-SHA1 (patch-ab) = 1dda9cc5822761da53133e987e30c133894baad7
+SHA1 (patch-ab) = de3452875e0fd0dc207c9f5e4bdffab72a43155e
SHA1 (patch-ac) = 24da4ecce48d22a3752276cae132845b4b474c2a
SHA1 (patch-ad) = 19afc8dfaf9f14439d747e42ee2f64a9c1a9dc3d
SHA1 (patch-ae) = 364b91f0bf51e49bb140e13dfb775a89ea38bb28
diff --git a/mail/thunderbird/patches/patch-ab b/mail/thunderbird/patches/patch-ab
index 81c7da8d0f3..202807196d8 100644
--- a/mail/thunderbird/patches/patch-ab
+++ b/mail/thunderbird/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.10 2007/05/12 06:53:22 ghen Exp $
+$NetBSD: patch-ab,v 1.11 2009/05/02 07:51:03 hasso Exp $
---- configure.in.orig 2007-03-14 02:00:50.000000000 +0100
-+++ configure.in
-@@ -1433,7 +1433,6 @@ case "$target" in
+--- configure.in.orig 2008-10-19 19:14:06 +0300
++++ configure.in 2009-05-02 09:52:59 +0300
+@@ -1532,7 +1532,6 @@ case "$target" in
DSO_LDOPTS=''
STRIP="$STRIP -x -S"
_PLATFORM_DEFAULT_TOOLKIT='mac'
@@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.10 2007/05/12 06:53:22 ghen Exp $
TARGET_NSPR_MDCPUCFG='\"md/_darwin.cfg\"'
# set MACOSX to generate lib/mac/MoreFiles/Makefile
MACOSX=1
-@@ -1452,7 +1451,7 @@ case "$target" in
+@@ -1551,7 +1550,7 @@ case "$target" in
LDFLAGS=$_SAVE_LDFLAGS
;;
@@ -19,7 +19,7 @@ $NetBSD: patch-ab,v 1.10 2007/05/12 06:53:22 ghen Exp $
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
-@@ -1466,6 +1465,9 @@ case "$target" in
+@@ -1565,6 +1564,9 @@ case "$target" in
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.10 2007/05/12 06:53:22 ghen Exp $
;;
*-hpux*)
-@@ -2136,7 +2138,7 @@ dnl the qsort routine under solaris is f
+@@ -2235,7 +2237,7 @@ dnl the qsort routine under solaris is f
MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -h $@ -o $@'
MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'
MKSHLIB_UNFORCE_ALL=''
@@ -38,7 +38,17 @@ $NetBSD: patch-ab,v 1.10 2007/05/12 06:53:22 ghen Exp $
AR_LIST="$AR t"
AR_EXTRACT="$AR x"
AR_DELETE="$AR d"
-@@ -2836,7 +2838,7 @@ then
+@@ -2749,6 +2751,9 @@ dnl ====================================
+ case $target in
+ *-hpux11.*)
+ ;;
++*-dragonfly*)
++ AC_CHECK_LIB(c, gethostbyname_r)
++ ;;
+ *)
+ AC_CHECK_LIB(c_r, gethostbyname_r)
+ ;;
+@@ -2946,7 +2951,7 @@ then
fi
case "$target" in
@@ -47,7 +57,7 @@ $NetBSD: patch-ab,v 1.10 2007/05/12 06:53:22 ghen Exp $
AC_DEFINE(_REENTRANT)
AC_DEFINE(_THREAD_SAFE)
dnl -pthread links in -lc_r, so don't specify it explicitly.
-@@ -5638,7 +5640,7 @@ dnl ====================================
+@@ -5714,7 +5719,7 @@ dnl ====================================
dnl = Enable code optimization. ON by default.
dnl ========================================================
if test -z "$MOZ_OPTIMIZE_FLAGS"; then