Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 17:26:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201403131726.s2DHQDFs099648@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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