Wed May 28 03:25:25 2014 UTC ()
PR pkg/48840: Fix PLIST on Cygwin and Darwin

libmozglue is built and installed as a shared library on these platforms.


(pho)
diff -r1.164 -r1.165 pkgsrc/www/firefox/Makefile
diff -r1.80 -r1.81 pkgsrc/www/firefox/PLIST

cvs diff -r1.164 -r1.165 pkgsrc/www/firefox/Makefile (expand / switch to unified diff)

--- pkgsrc/www/firefox/Makefile 2014/05/13 11:06:00 1.164
+++ pkgsrc/www/firefox/Makefile 2014/05/28 03:25:25 1.165
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.164 2014/05/13 11:06:00 ryoon Exp $ 1# $NetBSD: Makefile,v 1.165 2014/05/28 03:25:25 pho Exp $
2 2
3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} 3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
4MOZ_BRANCH= 29.0.1 4MOZ_BRANCH= 29.0.1
5MOZ_BRANCH_MINOR=  5MOZ_BRANCH_MINOR=
 6PKGREVISION= 1
6 7
7DISTNAME= firefox-${FIREFOX_VER}.source 8DISTNAME= firefox-${FIREFOX_VER}.source
8PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} 9PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
9CATEGORIES= www 10CATEGORIES= www
10MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} 11MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
11MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} 12MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
12EXTRACT_SUFX= .tar.bz2 13EXTRACT_SUFX= .tar.bz2
13 14
14WRKSRC= ${WRKDIR}/mozilla-release 15WRKSRC= ${WRKDIR}/mozilla-release
15#WRKSRC= ${WRKDIR}/mozilla-beta 16#WRKSRC= ${WRKDIR}/mozilla-beta
16 17
17MAINTAINER= ryoon@NetBSD.org 18MAINTAINER= ryoon@NetBSD.org
18HOMEPAGE= http://www.mozilla.com/en-US/firefox/ 19HOMEPAGE= http://www.mozilla.com/en-US/firefox/

cvs diff -r1.80 -r1.81 pkgsrc/www/firefox/PLIST (expand / switch to unified diff)

--- pkgsrc/www/firefox/PLIST 2014/05/05 20:47:14 1.80
+++ pkgsrc/www/firefox/PLIST 2014/05/28 03:25:25 1.81
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.80 2014/05/05 20:47:14 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.81 2014/05/28 03:25:25 pho Exp $
2bin/firefox 2bin/firefox
3lib/firefox/application.ini 3lib/firefox/application.ini
4lib/firefox/browser/blocklist.xml 4lib/firefox/browser/blocklist.xml
5lib/firefox/browser/chrome.manifest 5lib/firefox/browser/chrome.manifest
6${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png 6${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png
7lib/firefox/browser/chrome/browser/content/branding/about-logo.png 7lib/firefox/browser/chrome/browser/content/branding/about-logo.png
8lib/firefox/browser/chrome/browser/content/branding/about-logo@2x.png 8lib/firefox/browser/chrome/browser/content/branding/about-logo@2x.png
9lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg 9lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
10lib/firefox/browser/chrome/browser/content/branding/about.png 10lib/firefox/browser/chrome/browser/content/branding/about.png
11lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css 11lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
12lib/firefox/browser/chrome/browser/content/branding/icon128.png 12lib/firefox/browser/chrome/browser/content/branding/icon128.png
13lib/firefox/browser/chrome/browser/content/branding/icon16.png 13lib/firefox/browser/chrome/browser/content/branding/icon16.png
14lib/firefox/browser/chrome/browser/content/branding/icon32.png 14lib/firefox/browser/chrome/browser/content/branding/icon32.png
@@ -1872,26 +1872,27 @@ lib/firefox/hyphenation/hyph_la.dic @@ -1872,26 +1872,27 @@ lib/firefox/hyphenation/hyph_la.dic
1872lib/firefox/hyphenation/hyph_lt.dic 1872lib/firefox/hyphenation/hyph_lt.dic
1873lib/firefox/hyphenation/hyph_mn.dic 1873lib/firefox/hyphenation/hyph_mn.dic
1874lib/firefox/hyphenation/hyph_nb.dic 1874lib/firefox/hyphenation/hyph_nb.dic
1875lib/firefox/hyphenation/hyph_nl.dic 1875lib/firefox/hyphenation/hyph_nl.dic
1876lib/firefox/hyphenation/hyph_nn.dic 1876lib/firefox/hyphenation/hyph_nn.dic
1877lib/firefox/hyphenation/hyph_pt.dic 1877lib/firefox/hyphenation/hyph_pt.dic
1878lib/firefox/hyphenation/hyph_ru.dic 1878lib/firefox/hyphenation/hyph_ru.dic
1879lib/firefox/hyphenation/hyph_sh.dic 1879lib/firefox/hyphenation/hyph_sh.dic
1880lib/firefox/hyphenation/hyph_sl.dic 1880lib/firefox/hyphenation/hyph_sl.dic
1881lib/firefox/hyphenation/hyph_sv.dic 1881lib/firefox/hyphenation/hyph_sv.dic
1882lib/firefox/hyphenation/hyph_tr.dic 1882lib/firefox/hyphenation/hyph_tr.dic
1883lib/firefox/hyphenation/hyph_uk.dic 1883lib/firefox/hyphenation/hyph_uk.dic
1884lib/firefox/libmozalloc${DLL_SUFFIX} 1884lib/firefox/libmozalloc${DLL_SUFFIX}
 1885${PLIST.mozglue}lib/firefox/libmozglue${DLL_SUFFIX}
1885lib/firefox/libmozjs${DLL_SUFFIX} 1886lib/firefox/libmozjs${DLL_SUFFIX}
1886lib/firefox/libxul${DLL_SUFFIX} 1887lib/firefox/libxul${DLL_SUFFIX}
1887lib/firefox/modules/ActivitiesService.jsm 1888lib/firefox/modules/ActivitiesService.jsm
1888lib/firefox/modules/ActivitiesServiceFilter.jsm 1889lib/firefox/modules/ActivitiesServiceFilter.jsm
1889lib/firefox/modules/AddonLogging.jsm 1890lib/firefox/modules/AddonLogging.jsm
1890lib/firefox/modules/AddonManager.jsm 1891lib/firefox/modules/AddonManager.jsm
1891lib/firefox/modules/AddonRepository.jsm 1892lib/firefox/modules/AddonRepository.jsm
1892lib/firefox/modules/AddonRepository_SQLiteMigrator.jsm 1893lib/firefox/modules/AddonRepository_SQLiteMigrator.jsm
1893lib/firefox/modules/AddonUpdateChecker.jsm 1894lib/firefox/modules/AddonUpdateChecker.jsm
1894lib/firefox/modules/AlarmDB.jsm 1895lib/firefox/modules/AlarmDB.jsm
1895lib/firefox/modules/AlarmService.jsm 1896lib/firefox/modules/AlarmService.jsm
1896lib/firefox/modules/AppDownloadManager.jsm 1897lib/firefox/modules/AppDownloadManager.jsm
1897lib/firefox/modules/AppsServiceChild.jsm 1898lib/firefox/modules/AppsServiceChild.jsm