From owner-cvs-ports@FreeBSD.ORG Sat Nov 28 10:38:02 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66FA0106566B; Sat, 28 Nov 2009 10:38:02 +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 3E68C8FC16; Sat, 28 Nov 2009 10:38:02 +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 nASAc1tj036429; Sat, 28 Nov 2009 10:38:01 GMT (envelope-from beat@repoman.freebsd.org) Received: (from beat@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nASAc1Z0036428; Sat, 28 Nov 2009 10:38:01 GMT (envelope-from beat) Message-Id: <200911281038.nASAc1Z0036428@repoman.freebsd.org> From: Beat Gaetzi Date: Sat, 28 Nov 2009 10:38:01 +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/Mk bsd.gecko.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 28 Nov 2009 10:38:02 -0000 beat 2009-11-28 10:38:01 UTC FreeBSD ports repository Modified files: Mk bsd.gecko.mk Log: - Introduce MOZSRC variable in bsd.gecko.mk. This change is needed for the upcoming update of SeaMonkey 2 and Thunderbird 3 because they changed the distribution format. By default MOZSRC is equal to WRKSRC which is set to ${WRKDIR}/mozilla and reflect the old behaviour. In SeaMonkey 2 and Thunderbird 3 MOZSRC is set to the mozilla directory which is a subdirectory of WRKSRC. - Remove MCom header. Submitted by: Florian Smeets (via private mail. Thanks!) Exp-run by: miwi Revision Changes Path 1.15 +16 -16 ports/Mk/bsd.gecko.mk