Date: Sat, 7 Dec 2013 10:24:05 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1438 - in trunk: mail/thunderbird-i18n www/firefox-esr-i18n www/firefox-i18n www/seamonkey-i18n Message-ID: <201312071024.rB7AO5Rm025198@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec 7 10:24:04 2013
New Revision: 1438
Log:
langpacks are vendor-provided and architecture-neutral
Modified:
trunk/mail/thunderbird-i18n/Makefile
trunk/www/firefox-esr-i18n/Makefile
trunk/www/firefox-i18n/Makefile
trunk/www/seamonkey-i18n/Makefile
Modified: trunk/mail/thunderbird-i18n/Makefile
==============================================================================
--- trunk/mail/thunderbird-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437)
+++ trunk/mail/thunderbird-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438)
@@ -19,6 +19,7 @@
PLISTF?= ${WRKDIR}/plist_files
NO_BUILD= yes
+NO_ARCH= yes
USE_THUNDERBIRD= yes
USE_XPI= thunderbird linux-thunderbird
USE_SUBMAKE= yes
Modified: trunk/www/firefox-esr-i18n/Makefile
==============================================================================
--- trunk/www/firefox-esr-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437)
+++ trunk/www/firefox-esr-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438)
@@ -18,6 +18,7 @@
USE_FIREFOX= 24
USE_XPI= firefox
+NO_ARCH= yes
USE_SUBMAKE= yes
WDIR= langpack-*@firefox.mozilla.org
Modified: trunk/www/firefox-i18n/Makefile
==============================================================================
--- trunk/www/firefox-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437)
+++ trunk/www/firefox-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438)
@@ -17,6 +17,7 @@
USE_FIREFOX= 26
USE_XPI= firefox linux-firefox
+NO_ARCH= yes
USE_SUBMAKE= yes
WDIR= langpack-*@firefox.mozilla.org
Modified: trunk/www/seamonkey-i18n/Makefile
==============================================================================
--- trunk/www/seamonkey-i18n/Makefile Fri Dec 6 19:33:38 2013 (r1437)
+++ trunk/www/seamonkey-i18n/Makefile Sat Dec 7 10:24:04 2013 (r1438)
@@ -21,6 +21,7 @@
USE_SEAMONKEY= yes
USE_XPI= seamonkey linux-seamonkey
+NO_ARCH= yes
USE_SUBMAKE= yes
WDIR= langpack-*@seamonkey.mozilla.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312071024.rB7AO5Rm025198>
