From owner-cvs-all@FreeBSD.ORG Sat Jun 26 14:24:54 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2024F1065675; Sat, 26 Jun 2010 14:24:54 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DFF28FC1D; Sat, 26 Jun 2010 14:24:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5QEOrZK017793; Sat, 26 Jun 2010 14:24:53 GMT (envelope-from beat@repoman.freebsd.org) Received: (from beat@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5QEOr1m017792; Sat, 26 Jun 2010 14:24:53 GMT (envelope-from beat) Message-Id: <201006261424.o5QEOr1m017792@repoman.freebsd.org> From: Beat Gaetzi Date: Sat, 26 Jun 2010 14:24:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/thunderbird3 Makefile ports/mail/thunderbird3/files patch-config-autoconf.mk.in patch-mozilla-build-autoconf-config.sub patch-mozilla-js-src-build-autoconf-config.sub patch-mozilla-js-src-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2010 14:24:54 -0000 beat 2010-06-26 14:24:53 UTC FreeBSD ports repository Modified files: mail/thunderbird3 Makefile mail/thunderbird3/files patch-mozilla-js-src-configure.in Added files: mail/thunderbird3/files patch-config-autoconf.mk.in patch-mozilla-build-autoconf-config.sub patch-mozilla-js-src-build-autoconf-config.sub Log: - Fix arch detection (don't convert amd64 to x86_64). [1] - Discard version from installation paths. This is needed to unbreak thunderbird-dictionaries with Thunderbird 3. [2] - Bump PORTREVISION. Feature safe: yes Reported by: crsd on EFnet [1], Matthew Luckie [2] Obtained from: Patches from ale@ for seamonkey2 [1] Revision Changes Path 1.119 +3 -4 ports/mail/thunderbird3/Makefile 1.1 +21 -0 ports/mail/thunderbird3/files/patch-config-autoconf.mk.in (new) 1.1 +12 -0 ports/mail/thunderbird3/files/patch-mozilla-build-autoconf-config.sub (new) 1.1 +12 -0 ports/mail/thunderbird3/files/patch-mozilla-js-src-build-autoconf-config.sub (new) 1.2 +12 -3 ports/mail/thunderbird3/files/patch-mozilla-js-src-configure.in