pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xulrunner prepare common Makefile for firefox-3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b422259a99f6
branches:  trunk
changeset: 573366:b422259a99f6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 16 10:56:36 2010 +0000

description:
prepare common Makefile for firefox-3.6.2 update.

diffstat:

 devel/xulrunner/mozilla-common.mk |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r 9fef10a63ddb -r b422259a99f6 devel/xulrunner/mozilla-common.mk
--- a/devel/xulrunner/mozilla-common.mk Tue Mar 16 10:56:32 2010 +0000
+++ b/devel/xulrunner/mozilla-common.mk Tue Mar 16 10:56:36 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.12 2010/03/03 13:38:54 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.13 2010/03/16 10:56:36 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 1.9.1.
 # 
@@ -16,6 +16,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
+CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
 PRIVILEGED_STAGES+=    clean
 
 CONFIGURE_ARGS+=       --disable-tests --disable-pedantic
@@ -29,6 +30,8 @@
 CONFIGURE_ARGS+=       --with-system-zlib --with-system-bz2
 CONFIGURE_ARGS+=       --enable-system-sqlite
 CONFIGURE_ARGS+=       --disable-crashreporter
+CONFIGURE_ARGS+=       --disable-libnotify
+CONFIGURE_ARGS+=       --disable-necko-wifi
 
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
@@ -44,9 +47,11 @@
 CONFIG_GUESS_OVERRIDE+=                ${MOZILLA_DIR}build/autoconf/config.guess
 CONFIG_GUESS_OVERRIDE+=                ${MOZILLA_DIR}js/src/build/autoconf/config.guess
 CONFIG_GUESS_OVERRIDE+=                ${MOZILLA_DIR}nsprpub/build/autoconf/config.guess
+CONFIG_GUESS_OVERRIDE+=                ${MOZILLA_DIR}/js/ctypes/libffi/config.guess
 CONFIG_SUB_OVERRIDE+=          ${MOZILLA_DIR}build/autoconf/config.sub
 CONFIG_SUB_OVERRIDE+=          ${MOZILLA_DIR}js/src/build/autoconf/config.sub
 CONFIG_SUB_OVERRIDE+=          ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub
+CONFIG_SUB_OVERRIDE+=          ${MOZILLA_DIR}/js/ctypes/libffi/config.sub
 
 PYTHON_FOR_BUILD_ONLY=         yes
 .include "../../lang/python/application.mk"
@@ -77,7 +82,7 @@
 .include "../../audio/alsa-lib/buildlink3.mk"
 .endif
 .include "../../archivers/bzip2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.6.21
+BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.6.22
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index