pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox Fix make configure on SmartOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70e9adc5c73c
branches:  trunk
changeset: 626196:70e9adc5c73c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Nov 04 05:43:57 2013 +0000

description:
Fix make configure on SmartOS

* Disable if test "A" = "A"; then fi test
  SYntax error on SmartOS
* build is fine on SmartOS, hopefully other SunOS,
  but I cannot confirm functionality now

diffstat:

 www/firefox/distinfo         |   4 ++--
 www/firefox/patches/patch-aa |  16 +++++++++++++---
 2 files changed, 15 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 7a219eb37718 -r 70e9adc5c73c www/firefox/distinfo
--- a/www/firefox/distinfo      Sun Nov 03 23:51:51 2013 +0000
+++ b/www/firefox/distinfo      Mon Nov 04 05:43:57 2013 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.119 2013/11/03 11:29:34 ryoon Exp $
+$NetBSD: distinfo,v 1.120 2013/11/04 05:43:57 ryoon Exp $
 
 SHA1 (firefox-25.0.source.tar.bz2) = 854722e283659d2b6b2eacd38f757b3c5b63a448
 RMD160 (firefox-25.0.source.tar.bz2) = f320994b6b2f2030b5a68bc28cdd6904d9ef8ce3
 Size (firefox-25.0.source.tar.bz2) = 127524815 bytes
-SHA1 (patch-aa) = 1bb106361cf414a5204f26d24589832f7b2b35a9
+SHA1 (patch-aa) = c52746ff141b6de211380b848b174c22ba7909c4
 SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be
 SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2
 SHA1 (patch-ao) = 3c777c8caf7f951a711c79612c08cee2cd338a57
diff -r 7a219eb37718 -r 70e9adc5c73c www/firefox/patches/patch-aa
--- a/www/firefox/patches/patch-aa      Sun Nov 03 23:51:51 2013 +0000
+++ b/www/firefox/patches/patch-aa      Mon Nov 04 05:43:57 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.16 2013/11/02 22:57:55 ryoon Exp $
+$NetBSD: patch-aa,v 1.17 2013/11/04 05:43:57 ryoon Exp $
 
 --- configure.in.orig  2013-10-25 22:27:10.000000000 +0000
 +++ configure.in
@@ -157,11 +157,21 @@
  if test -n "$MOZ_WEBRTC"; then
     AC_MSG_RESULT("generating WebRTC Makefiles...")
  
-@@ -9426,7 +9465,6 @@ if test "A" = "A"; then
+@@ -9419,15 +9458,14 @@ dist=$MOZ_BUILD_ROOT/dist
+ ac_configure_args="$_SUBDIR_CONFIG_ARGS"
+ ac_configure_args="$ac_configure_args --enable-threadsafe"
+ # Switch to "$MOZ_BUILD_APP" != "browser" when enabling for desktop builds.
+-if test "A" = "A"; then
++#if test "A" = "A"; then
+     # The Internationalization API isn't on by default except in standalone JS
+     # engine builds.  Bugs to enable it in the browser:
+     #
      #   Desktop:  bug 853301
      #   Android:  bug 864843
      #   B2G:      bug 866301
 -    ac_configure_args="$ac_configure_args --disable-intl-api"
- fi
+-fi
++#fi
  if test "$BUILD_CTYPES"; then
      # Build js-ctypes on the platforms we can.
+     ac_configure_args="$ac_configure_args --enable-ctypes"



Home | Main Index | Thread Index | Old Index