Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2009 08:18:12 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r61 - in trunk: mail/thunderbird mail/thunderbird/files www/seamonkey www/seamonkey/files
Message-ID:  <200907240818.n6O8ICHc036933@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Fri Jul 24 08:18:11 2009
New Revision: 61

Log:
- Add amd64 as recognized platform.
- As secondary consequence, enigmail will correctly build on amd64.

Submitted by:	ale

Modified:
   trunk/mail/thunderbird/Makefile
   trunk/mail/thunderbird/files/patch-configure
   trunk/www/seamonkey/Makefile
   trunk/www/seamonkey/files/patch-configure

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Fri Jul 17 14:02:59 2009	(r60)
+++ trunk/mail/thunderbird/Makefile	Fri Jul 24 08:18:11 2009	(r61)
@@ -2,12 +2,13 @@
 # Date created:			4 September 2003
 # Whom:				Joe Marcus Clarke <marcus@FreeBSD.org>
 #
-# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.103 2009/05/04 19:23:42 miwi Exp $
+# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.105 2009/07/23 07:46:42 ale Exp $
 #   $MCom: ports-stable/mail/thunderbird/Makefile,v 1.18 2009/01/02 21:16:20 mezz Exp $
 #
 
 PORTNAME=	thunderbird
 DISTVERSION=	2.0.0.22
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA_EXTENDED}
 MASTER_SITE_SUBDIR=	thunderbird/releases/${DISTVERSION}/source

Modified: trunk/mail/thunderbird/files/patch-configure
==============================================================================
--- trunk/mail/thunderbird/files/patch-configure	Fri Jul 17 14:02:59 2009	(r60)
+++ trunk/mail/thunderbird/files/patch-configure	Fri Jul 24 08:18:11 2009	(r61)
@@ -1,6 +1,15 @@
---- configure.orig	2007-07-30 02:45:45.000000000 -0400
-+++ configure	2007-07-30 02:46:26.000000000 -0400
-@@ -20025,7 +20025,7 @@ MOZILLA_1_8_BRANCH=1
+--- configure.orig	2008-10-19 18:21:23.000000000 +0200
++++ configure	2009-07-23 09:44:48.000000000 +0200
+@@ -5408,7 +5408,7 @@
+     CPU_ARCH=sparc
+     ;;
+ 
+-x86_64 | sparc | ppc | ia64)
++amd64 | x86_64 | sparc | ppc | ia64)
+     CPU_ARCH="$OS_TEST"
+     ;;
+ esac
+@@ -20065,7 +20065,7 @@
  LIBS_PATH=
  for lib_arg in $NSPR_LIBS $TK_LIBS; do
    case $lib_arg in

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Fri Jul 17 14:02:59 2009	(r60)
+++ trunk/www/seamonkey/Makefile	Fri Jul 24 08:18:11 2009	(r61)
@@ -2,12 +2,13 @@
 # Date created:		31 Mar 1998
 # Whom:			eivind/dima/jseger
 #
-# $FreeBSD: ports/www/seamonkey/Makefile,v 1.289 2009/05/04 19:23:44 miwi Exp $
+# $FreeBSD: ports/www/seamonkey/Makefile,v 1.291 2009/07/23 07:46:42 ale Exp $
 #   $MCom: ports-stable/www/seamonkey/Makefile,v 1.9 2009/01/09 23:41:22 mezz Exp $
 #
 
 PORTNAME=	seamonkey
 DISTVERSION=	1.1.17
+PORTREVISION=	1
 CATEGORIES?=	www ipv6
 MASTER_SITES=	${MASTER_SITE_MOZILLA_EXTENDED}
 MASTER_SITE_SUBDIR=	seamonkey/releases/${DISTVERSION}

Modified: trunk/www/seamonkey/files/patch-configure
==============================================================================
--- trunk/www/seamonkey/files/patch-configure	Fri Jul 17 14:02:59 2009	(r60)
+++ trunk/www/seamonkey/files/patch-configure	Fri Jul 24 08:18:11 2009	(r61)
@@ -1,5 +1,5 @@
---- configure.orig	2007-07-15 10:42:42.000000000 -0400
-+++ configure	2007-07-20 17:39:12.000000000 -0400
+--- configure.orig	2008-10-30 23:05:30.000000000 +0100
++++ configure	2009-07-22 15:14:23.000000000 +0200
 @@ -1047,7 +1047,7 @@
  
  MOZJPEG=62
@@ -9,16 +9,25 @@
  NSPR_VERSION=4
  NSS_VERSION=3
  
-@@ -10403,7 +10403,7 @@
+@@ -5408,7 +5408,7 @@
+     CPU_ARCH=sparc
+     ;;
+ 
+-x86_64 | sparc | ppc | ia64)
++amd64 | x86_64 | sparc | ppc | ia64)
+     CPU_ARCH="$OS_TEST"
+     ;;
+ esac
+@@ -10442,7 +10442,7 @@
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
 -LIBS="-liconv  $LIBS"
 +LIBS="-L$LOCALBASE/lib -liconv  $LIBS"
  cat > conftest.$ac_ext <<EOF
- #line 10409 "configure"
+ #line 10448 "configure"
  #include "confdefs.h"
-@@ -10434,7 +10434,7 @@
+@@ -10473,7 +10473,7 @@
  fi
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
@@ -27,16 +36,16 @@
  else
    echo "$ac_t""no" 1>&6
  echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6
-@@ -10444,7 +10444,7 @@
+@@ -10483,7 +10483,7 @@
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    ac_save_LIBS="$LIBS"
 -LIBS="-liconv  $LIBS"
 +LIBS="-L$LOCALBASE/lib -liconv  $LIBS"
  cat > conftest.$ac_ext <<EOF
- #line 10450 "configure"
+ #line 10489 "configure"
  #include "confdefs.h"
-@@ -10475,7 +10475,7 @@
+@@ -10514,7 +10514,7 @@
  fi
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907240818.n6O8ICHc036933>