svn commit: r348103 - in head: mail/thunderbird-i18n www/firefox-esr-i18n www/firefox-i18n

Antoine Brodin antoine at FreeBSD.org
Thu Mar 13 17:26:14 UTC 2014


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
 


More information about the svn-ports-all mailing list