Author: beat
Date: Tue Mar  1 22:01:36 2011
New Revision: 502

Log:
- Update to 3.1.8
- Pet portlint
- Add FreeBSD version check for binutils 2.17.50

Added:
   
branches/experimental/mail/thunderbird/files/patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in
      - copied, changed from r489, 
branches/experimental/mail/thunderbird/files/patch-directory-c-sdk-ldap-libraries-libldap-Makefile.in
   
branches/experimental/mail/thunderbird/files/patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in
      - copied, changed from r488, 
branches/experimental/mail/thunderbird/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in
Deleted:
   
branches/experimental/mail/thunderbird/files/patch-directory-c-sdk-ldap-libraries-libldap-Makefile.in
   
branches/experimental/mail/thunderbird/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in
Modified:
   branches/experimental/mail/thunderbird/Makefile
   branches/experimental/mail/thunderbird/distinfo

Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile     Tue Mar  1 21:52:12 
2011        (r501)
+++ branches/experimental/mail/thunderbird/Makefile     Tue Mar  1 22:01:36 
2011        (r502)
@@ -2,11 +2,11 @@
 # Date created:                        4 September 2003
 # Whom:                                Joe Marcus Clarke <[email protected]>
 #
-# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.120 2010/12/04 07:32:33 ade 
Exp $
+# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.121 2010/12/10 14:51:59 beat 
Exp $
 #
 
 PORTNAME=      thunderbird
-DISTVERSION=   3.1.7
+DISTVERSION=   3.1.8
 CATEGORIES=    mail ipv6
 MASTER_SITES=  ${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=    ${PORTNAME}/releases/${DISTVERSION}/source
@@ -64,8 +64,12 @@
 .endif
 
 .if ${ARCH} == powerpc64
-CONFIGURE_ENV+= UNAME_m="powerpc64"  
-CFLAGS+= -mminimal-toc
+.if ${OSVERSION} < 900033
+BROKEN=                Needs binutils 2.17.50 to build
+.else
+CONFIGURE_ENV+=        UNAME_m="powerpc64"
+CFLAGS+=       -mminimal-toc
+.endif
 .endif
 
 GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | 
${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}

Modified: branches/experimental/mail/thunderbird/distinfo
==============================================================================
--- branches/experimental/mail/thunderbird/distinfo     Tue Mar  1 21:52:12 
2011        (r501)
+++ branches/experimental/mail/thunderbird/distinfo     Tue Mar  1 22:01:36 
2011        (r502)
@@ -1,2 +1,2 @@
-SHA256 (thunderbird-3.1.7.source.tar.bz2) = 
800fe263b3889d4e602ff48889036ad56e940fc792894aca10fa07db28b6e662
-SIZE (thunderbird-3.1.7.source.tar.bz2) = 65948060
+SHA256 (thunderbird-3.1.8.source.tar.bz2) = 
ec4439efddc52d672eaaafdee707974c6a59ca6634c9084f7fc844a6ee0f4c8e
+SIZE (thunderbird-3.1.8.source.tar.bz2) = 68613204

Deleted: 
branches/experimental/mail/thunderbird/files/patch-directory-c-sdk-ldap-libraries-libldap-Makefile.in
==============================================================================
--- 
branches/experimental/mail/thunderbird/files/patch-directory-c-sdk-ldap-libraries-libldap-Makefile.in
       Tue Mar  1 22:01:36 2011        (r501)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,13 +0,0 @@
---- directory/c-sdk/ldap/libraries/libldap/Makefile.in.orig    2009-11-10 
09:56:42.000000000 +0100
-+++ directory/c-sdk/ldap/libraries/libldap/Makefile.in 2009-11-10 
09:58:15.000000000 +0100
-@@ -254,6 +254,10 @@
- EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lbe
- endif
- 
-+ifeq ($(OS_ARCH), FreeBSD)
-+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread
-+endif
-+
- ifeq ($(OS_ARCH), NetBSD)
- EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME)
- endif

Copied and modified: 
branches/experimental/mail/thunderbird/files/patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in
 (from r489, 
branches/experimental/mail/thunderbird/files/patch-directory-c-sdk-ldap-libraries-libldap-Makefile.in)
==============================================================================
--- 
branches/experimental/mail/thunderbird/files/patch-directory-c-sdk-ldap-libraries-libldap-Makefile.in
       Wed Feb  2 08:45:15 2011        (r489, copy source)
+++ 
branches/experimental/mail/thunderbird/files/patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in
  Tue Mar  1 22:01:36 2011        (r502)
@@ -1,5 +1,5 @@
---- directory/c-sdk/ldap/libraries/libldap/Makefile.in.orig    2009-11-10 
09:56:42.000000000 +0100
-+++ directory/c-sdk/ldap/libraries/libldap/Makefile.in 2009-11-10 
09:58:15.000000000 +0100
+--- directory/sdks/c-sdk/ldap/libraries/libldap/Makefile.in.orig       
2009-11-10 09:56:42.000000000 +0100
++++ directory/sdks/c-sdk/ldap/libraries/libldap/Makefile.in    2009-11-10 
09:58:15.000000000 +0100
 @@ -254,6 +254,10 @@
  EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lbe
  endif

Copied and modified: 
branches/experimental/mail/thunderbird/files/patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in
 (from r488, 
branches/experimental/mail/thunderbird/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in)
==============================================================================
--- 
branches/experimental/mail/thunderbird/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in
     Tue Feb  1 07:53:27 2011        (r488, copy source)
+++ 
branches/experimental/mail/thunderbird/files/patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in
        Tue Mar  1 22:01:36 2011        (r502)
@@ -1,5 +1,5 @@
---- directory/c-sdk/ldap/libraries/libprldap/Makefile.in.orig  2008-09-11 
16:38:35.000000000 +0200
-+++ directory/c-sdk/ldap/libraries/libprldap/Makefile.in       2009-12-09 
08:53:46.000000000 +0100
+--- directory/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in.orig     
2008-09-11 16:38:35.000000000 +0200
++++ directory/sdks/c-sdk/ldap/libraries/libprldap/Makefile.in  2009-12-09 
08:53:46.000000000 +0100
 @@ -147,6 +147,11 @@
  CUSTOM_LIBS=1
  endif

Deleted: 
branches/experimental/mail/thunderbird/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in
==============================================================================
--- 
branches/experimental/mail/thunderbird/files/patch-directory_c-sdk_ldap_libraries_libprldap_Makefile.in
     Tue Mar  1 22:01:36 2011        (r501)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,14 +0,0 @@
---- directory/c-sdk/ldap/libraries/libprldap/Makefile.in.orig  2008-09-11 
16:38:35.000000000 +0200
-+++ directory/c-sdk/ldap/libraries/libprldap/Makefile.in       2009-12-09 
08:53:46.000000000 +0100
-@@ -147,6 +147,11 @@
- CUSTOM_LIBS=1
- endif
- 
-+ifeq ($(OS_ARCH), FreeBSD)
-+EXTRA_LIBS = -L$(dist_libdir) -l$(LBER_LIBNAME) -lpthread
-+CUSTOM_LIBS=1
-+endif
-+
- # no extra libs on HP-UX
- ifeq ($(OS_ARCH), HP-UX)
- CUSTOM_LIBS=1
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to