From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 17:26:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 610154A8; Thu, 13 Mar 2014 17:26:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A45F6DC; Thu, 13 Mar 2014 17:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DHQE1r099653; Thu, 13 Mar 2014 17:26:14 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DHQDFs099648; Thu, 13 Mar 2014 17:26:13 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403131726.s2DHQDFs099648@svn.freebsd.org> From: Antoine Brodin Date: Thu, 13 Mar 2014 17:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348103 - in head: mail/thunderbird-i18n www/firefox-esr-i18n www/firefox-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 17:26:14 -0000 Author: antoine Date: Thu Mar 13 17:26:13 2014 New Revision: 348103 URL: http://svnweb.freebsd.org/changeset/ports/348103 QAT: https://qat.redports.org/buildarchive/r348103/ Log: Unbreak, those 3 ports include Makefile.xpi after bsd.port.pre.mk so the USES from Makefile.xpi was inefficient Reported by: pkg-fallout Modified: head/mail/thunderbird-i18n/Makefile head/www/firefox-esr-i18n/Makefile head/www/firefox-i18n/Makefile Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Thu Mar 13 17:14:26 2014 (r348102) +++ head/mail/thunderbird-i18n/Makefile Thu Mar 13 17:26:13 2014 (r348103) @@ -21,6 +21,7 @@ PLISTF?= ${WRKDIR}/plist_files NO_BUILD= yes NO_ARCH= yes +USES= zip:infozip USE_THUNDERBIRD= yes USE_XPI= thunderbird linux-thunderbird USE_SUBMAKE= yes Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Thu Mar 13 17:14:26 2014 (r348102) +++ head/www/firefox-esr-i18n/Makefile Thu Mar 13 17:26:13 2014 (r348103) @@ -15,6 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip +USES= zip:infozip #USE_FIREFOX= 24 USE_XPI= firefox Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Thu Mar 13 17:14:26 2014 (r348102) +++ head/www/firefox-i18n/Makefile Thu Mar 13 17:26:13 2014 (r348103) @@ -15,6 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip +USES= zip:infozip USE_FIREFOX= 27 USE_XPI= firefox linux-firefox