Wed Apr 28 09:37:28 2010 UTC ()
--disable-installer to make Linux builds of thunderbird happy.


(tnn)
diff -r1.13 -r1.14 pkgsrc/devel/xulrunner/mozilla-common.mk

cvs diff -r1.13 -r1.14 pkgsrc/devel/xulrunner/Attic/mozilla-common.mk (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/mozilla-common.mk 2010/03/16 10:56:36 1.13
+++ pkgsrc/devel/xulrunner/Attic/mozilla-common.mk 2010/04/28 09:37:28 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mozilla-common.mk,v 1.13 2010/03/16 10:56:36 tnn Exp $ 1# $NetBSD: mozilla-common.mk,v 1.14 2010/04/28 09:37:28 tnn Exp $
2# 2#
3# common Makefile fragment for mozilla packages based on gecko 1.9.1. 3# common Makefile fragment for mozilla packages based on gecko 1.9.1.
4#  4#
5# used by devel/xulrunner/Makefile 5# used by devel/xulrunner/Makefile
6# used by mail/thunderbird/Makefile 6# used by mail/thunderbird/Makefile
7# used by www/firefox/Makefile 7# used by www/firefox/Makefile
8# used by www/seamonkey/Makefile 8# used by www/seamonkey/Makefile
9 9
10GNU_CONFIGURE= yes 10GNU_CONFIGURE= yes
11USE_TOOLS+= pkg-config perl gmake autoconf213 11USE_TOOLS+= pkg-config perl gmake autoconf213
12USE_LANGUAGES+= c99 c++ 12USE_LANGUAGES+= c99 c++
13UNLIMIT_RESOURCES+= datasize 13UNLIMIT_RESOURCES+= datasize
14 14
@@ -20,26 +20,27 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}se @@ -20,26 +20,27 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}se
20PRIVILEGED_STAGES+= clean 20PRIVILEGED_STAGES+= clean
21 21
22CONFIGURE_ARGS+= --disable-tests --disable-pedantic 22CONFIGURE_ARGS+= --disable-tests --disable-pedantic
23CONFIGURE_ARGS+= --enable-crypto 23CONFIGURE_ARGS+= --enable-crypto
24CONFIGURE_ARGS+= --enable-optimize=-O2 --with-pthreads 24CONFIGURE_ARGS+= --enable-optimize=-O2 --with-pthreads
25CONFIGURE_ARGS+= --disable-javaxpcom 25CONFIGURE_ARGS+= --disable-javaxpcom
26CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2 26CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
27CONFIGURE_ARGS+= --enable-svg --enable-mathml 27CONFIGURE_ARGS+= --enable-svg --enable-mathml
28CONFIGURE_ARGS+= --enable-system-cairo 28CONFIGURE_ARGS+= --enable-system-cairo
29CONFIGURE_ARGS+= --with-system-jpeg 29CONFIGURE_ARGS+= --with-system-jpeg
30CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2 30CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2
31CONFIGURE_ARGS+= --enable-system-sqlite 31CONFIGURE_ARGS+= --enable-system-sqlite
32CONFIGURE_ARGS+= --disable-crashreporter 32CONFIGURE_ARGS+= --disable-crashreporter
 33CONFIGURE_ARGS+= --disable-installer
33CONFIGURE_ARGS+= --disable-libnotify 34CONFIGURE_ARGS+= --disable-libnotify
34CONFIGURE_ARGS+= --disable-necko-wifi 35CONFIGURE_ARGS+= --disable-necko-wifi
35 36
36SUBST_CLASSES+= fix-paths 37SUBST_CLASSES+= fix-paths
37SUBST_STAGE.fix-paths= pre-configure 38SUBST_STAGE.fix-paths= pre-configure
38SUBST_MESSAGE.fix-paths= Fixing absolute paths. 39SUBST_MESSAGE.fix-paths= Fixing absolute paths.
39SUBST_FILES.fix-paths= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h 40SUBST_FILES.fix-paths= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h
40SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp 41SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp
41SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in 42SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in
42SUBST_FILES.fix-paths+= ${MOZILLA_DIR}extensions/java/xpcom/interfaces/org/mozilla/xpcom/Mozilla.java 43SUBST_FILES.fix-paths+= ${MOZILLA_DIR}extensions/java/xpcom/interfaces/org/mozilla/xpcom/Mozilla.java
43SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp 44SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp
44SUBST_SED.fix-paths= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner/gre.d,g' 45SUBST_SED.fix-paths= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner/gre.d,g'
45SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g' 46SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g'