diff options
author | wiz <wiz> | 2015-01-29 22:19:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-01-29 22:19:13 +0000 |
commit | 895aaeff421780b83f7c9065593e1e8af0b9c8e2 (patch) | |
tree | 78a027d1a1b11f70a22c072911f0325531f76388 /www/firefox | |
parent | 844f7e88de676c67141e21f1a331f6f29e5dd65a (diff) | |
download | pkgsrc-895aaeff421780b83f7c9065593e1e8af0b9c8e2.tar.gz |
There is no point in having Android packaging patches in pkgsrc. (yet?)
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/patches/patch-mobile_android_installer_Makefile.in | 15 | ||||
-rw-r--r-- | www/firefox/patches/patch-mobile_android_installer_package-manifest.in | 13 |
3 files changed, 1 insertions, 31 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index e7ef5e34282..de06a922892 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.177 2015/01/27 21:41:47 ryoon Exp $ +$NetBSD: distinfo,v 1.178 2015/01/29 22:19:13 wiz Exp $ SHA1 (firefox-35.0.1.source.tar.bz2) = cf256ee1491ee502eb4432ade5a879104ebceede RMD160 (firefox-35.0.1.source.tar.bz2) = ca4dc6f6c5de1e6e69133de3b8b502991d519fa7 @@ -115,8 +115,6 @@ SHA1 (patch-memory_mozalloc_mozalloc__abort.cpp) = 44cb29dac1e8032c3f58149227bfe SHA1 (patch-mfbt_Alignment.h) = 9ebc9892fd11eba7105974979b54f4f8759b7749 SHA1 (patch-mfbt_Attributes.h) = 0cf62084c0220a3fa46226714cea5c30b1b155e9 SHA1 (patch-mfbt_Poison.cpp) = f502581db96b3e5eca25a9aa9035f436e9167503 -SHA1 (patch-mobile_android_installer_Makefile.in) = b2ea844a0145f4c15ef1b350dde6b000bd231fa5 -SHA1 (patch-mobile_android_installer_package-manifest.in) = 9664858fe3b4593eb29dd0180d5a2df3cd245bb2 SHA1 (patch-modules_libjar_nsZipArchive.cpp) = 6aff0f8ed42575d8ca36a524e12e9a1f7351004a SHA1 (patch-netwerk_dns_Makefile.in) = b6bd9814d909dd6f7cff10dbeac3bedd79c2508e SHA1 (patch-netwerk_dns_moz.build) = 01dd7d9094ddaeffbcd6cfa296e28fb56681b0e6 diff --git a/www/firefox/patches/patch-mobile_android_installer_Makefile.in b/www/firefox/patches/patch-mobile_android_installer_Makefile.in deleted file mode 100644 index a3f67aa418e..00000000000 --- a/www/firefox/patches/patch-mobile_android_installer_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-mobile_android_installer_Makefile.in,v 1.1 2014/07/24 14:57:12 ryoon Exp $ - ---- mobile/android/installer/Makefile.in.orig 2014-07-17 01:45:33.000000000 +0000 -+++ mobile/android/installer/Makefile.in -@@ -41,6 +41,10 @@ BINPATH = bin - endif - DEFINES += -DBINPATH=$(BINPATH) - -+ifdef MOZ_DEBUG -+DEFINES += -DMOZ_DEBUG=1 -+endif -+ - ifdef ENABLE_MARIONETTE - DEFINES += -DENABLE_MARIONETTE=1 - endif diff --git a/www/firefox/patches/patch-mobile_android_installer_package-manifest.in b/www/firefox/patches/patch-mobile_android_installer_package-manifest.in deleted file mode 100644 index b520e841f34..00000000000 --- a/www/firefox/patches/patch-mobile_android_installer_package-manifest.in +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-mobile_android_installer_package-manifest.in,v 1.1 2014/07/24 14:57:12 ryoon Exp $ - ---- mobile/android/installer/package-manifest.in.orig 2014-07-17 01:45:33.000000000 +0000 -+++ mobile/android/installer/package-manifest.in -@@ -424,7 +424,7 @@ - @BINPATH@/components/dom_webspeechsynth.xpt - #endif - --#ifdef MOZ_DEBUG -+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG) - @BINPATH@/components/TestInterfaceJS.js - @BINPATH@/components/TestInterfaceJS.manifest - #endif |