From owner-cvs-ports@FreeBSD.ORG Mon Nov 22 04:16:26 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3915616A4CE; Mon, 22 Nov 2004 04:16:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2606343D45; Mon, 22 Nov 2004 04:16:26 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAM4GQum007419; Mon, 22 Nov 2004 04:16:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAM4GQj2007418; Mon, 22 Nov 2004 04:16:26 GMT (envelope-from marcus) Message-Id: <200411220416.iAM4GQj2007418@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 22 Nov 2004 04:16:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird Makefile pkg-install.in patch-security-coreconf-FreeBSD.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 04:16:26 -0000 marcus 2004-11-22 04:16:26 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile pkg-install.in mail/thunderbird/files patch-security-coreconf-FreeBSD.mk Added files: mail/thunderbird/files patch-mail_app_mozilla.in Log: * Instead of using Xvfb, and evil black magic to create the extensions repository, use the hidden "-register" option instead. This has the advantage of not requiring an X DISPLAY and not modifying any preferences. * Add i18n support to the Thunderbird startup script [1] * Link nss with -Bsymbolic to avoid symbol conflicts with OpenSSL. This should help alleviate the CUPS printing problem PR: 73839 [1] Submitted by: Jose M Rodriguez [1] Revision Changes Path 1.33 +1 -2 ports/mail/thunderbird/Makefile 1.1 +34 -0 ports/mail/thunderbird/files/patch-mail_app_mozilla.in (new) 1.2 +19 -3 ports/mail/thunderbird/files/patch-security-coreconf-FreeBSD.mk 1.5 +2 -5 ports/mail/thunderbird/pkg-install.in