pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Readd minor DragonFly patch. Disable use of visib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94f97c192a40
branches:  trunk
changeset: 510061:94f97c192a40
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 23 15:43:16 2006 +0000

description:
Readd minor DragonFly patch. Disable use of visibility attributes,
It's Just Broken (TM). Bump revision.

diffstat:

 mail/thunderbird-gtk1/Makefile               |   4 ++--
 mail/thunderbird/Makefile                    |   4 ++--
 mail/thunderbird/Makefile-thunderbird.common |   4 +++-
 mail/thunderbird/distinfo                    |   4 ++--
 mail/thunderbird/patches/patch-ab            |  11 ++++++++++-
 5 files changed, 19 insertions(+), 8 deletions(-)

diffs (85 lines):

diff -r 6472e8485468 -r 94f97c192a40 mail/thunderbird-gtk1/Makefile
--- a/mail/thunderbird-gtk1/Makefile    Thu Mar 23 13:50:12 2006 +0000
+++ b/mail/thunderbird-gtk1/Makefile    Thu Mar 23 15:43:16 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:59 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/23 15:43:16 joerg Exp $
 
 MOZILLA=       thunderbird-gtk1
-PKGREVISION=   1
+PKGREVISION=   2
 
 COMMENT=       Mozilla mail client using the older GTK1 toolkit
 
diff -r 6472e8485468 -r 94f97c192a40 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Thu Mar 23 13:50:12 2006 +0000
+++ b/mail/thunderbird/Makefile Thu Mar 23 15:43:16 2006 +0000
@@ -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 -r 6472e8485468 -r 94f97c192a40 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common      Thu Mar 23 13:50:12 2006 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common      Thu Mar 23 15:43:16 2006 +0000
@@ -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 @@
 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 -r 6472e8485468 -r 94f97c192a40 mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Thu Mar 23 13:50:12 2006 +0000
+++ b/mail/thunderbird/distinfo Thu Mar 23 15:43:16 2006 +0000
@@ -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 -r 6472e8485468 -r 94f97c192a40 mail/thunderbird/patches/patch-ab
--- a/mail/thunderbird/patches/patch-ab Thu Mar 23 13:50:12 2006 +0000
+++ b/mail/thunderbird/patches/patch-ab Thu Mar 23 15:43:16 2006 +0000
@@ -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 @@
          # 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=''



Home | Main Index | Thread Index | Old Index