Sun Sep 13 17:56:57 2009 UTC ()
add a gnome option


(tnn)
diff -r1.13 -r1.14 pkgsrc/devel/xulrunner/PLIST
diff -r1.3 -r1.4 pkgsrc/devel/xulrunner/options.mk

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

--- pkgsrc/devel/xulrunner/Attic/PLIST 2009/09/13 12:19:26 1.13
+++ pkgsrc/devel/xulrunner/Attic/PLIST 2009/09/13 17:56:56 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.13 2009/09/13 12:19:26 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.14 2009/09/13 17:56:56 tnn Exp $
2bin/xulrunner 2bin/xulrunner
3include/xulrunner/stable/base64.h 3include/xulrunner/stable/base64.h
4include/xulrunner/stable/blapit.h 4include/xulrunner/stable/blapit.h
5include/xulrunner/stable/cert.h 5include/xulrunner/stable/cert.h
6include/xulrunner/stable/certdb.h 6include/xulrunner/stable/certdb.h
7include/xulrunner/stable/certt.h 7include/xulrunner/stable/certt.h
8include/xulrunner/stable/ciferfam.h 8include/xulrunner/stable/ciferfam.h
9include/xulrunner/stable/cmmf.h 9include/xulrunner/stable/cmmf.h
10include/xulrunner/stable/cmmft.h 10include/xulrunner/stable/cmmft.h
11include/xulrunner/stable/cms.h 11include/xulrunner/stable/cms.h
12include/xulrunner/stable/cmsreclist.h 12include/xulrunner/stable/cmsreclist.h
13include/xulrunner/stable/cmst.h 13include/xulrunner/stable/cmst.h
14include/xulrunner/stable/crmf.h 14include/xulrunner/stable/crmf.h
@@ -2325,27 +2325,30 @@ lib/xulrunner/components/find.xpt @@ -2325,27 +2325,30 @@ lib/xulrunner/components/find.xpt
2325lib/xulrunner/components/gfx.xpt 2325lib/xulrunner/components/gfx.xpt
2326lib/xulrunner/components/htmlparser.xpt 2326lib/xulrunner/components/htmlparser.xpt
2327lib/xulrunner/components/imgicon.xpt 2327lib/xulrunner/components/imgicon.xpt
2328lib/xulrunner/components/imglib2.xpt 2328lib/xulrunner/components/imglib2.xpt
2329lib/xulrunner/components/inspector.xpt 2329lib/xulrunner/components/inspector.xpt
2330lib/xulrunner/components/intl.xpt 2330lib/xulrunner/components/intl.xpt
2331lib/xulrunner/components/jar.xpt 2331lib/xulrunner/components/jar.xpt
2332lib/xulrunner/components/jsconsole-clhandler.js 2332lib/xulrunner/components/jsconsole-clhandler.js
2333lib/xulrunner/components/jsdservice.xpt 2333lib/xulrunner/components/jsdservice.xpt
2334lib/xulrunner/components/layout_base.xpt 2334lib/xulrunner/components/layout_base.xpt
2335lib/xulrunner/components/layout_printing.xpt 2335lib/xulrunner/components/layout_printing.xpt
2336lib/xulrunner/components/layout_xul.xpt 2336lib/xulrunner/components/layout_xul.xpt
2337lib/xulrunner/components/layout_xul_tree.xpt 2337lib/xulrunner/components/layout_xul_tree.xpt
 2338${PLIST.gnome}lib/xulrunner/components/libdbusservice.so
2338lib/xulrunner/components/libimgicon.so 2339lib/xulrunner/components/libimgicon.so
 2340${PLIST.gnome}lib/xulrunner/components/libmozgnome.so
 2341${PLIST.gnome}lib/xulrunner/components/libnkgnomevfs.so
2339lib/xulrunner/components/locale.xpt 2342lib/xulrunner/components/locale.xpt
2340lib/xulrunner/components/loginmgr.xpt 2343lib/xulrunner/components/loginmgr.xpt
2341lib/xulrunner/components/lwbrk.xpt 2344lib/xulrunner/components/lwbrk.xpt
2342lib/xulrunner/components/mimetype.xpt 2345lib/xulrunner/components/mimetype.xpt
2343lib/xulrunner/components/mozbrwsr.xpt 2346lib/xulrunner/components/mozbrwsr.xpt
2344lib/xulrunner/components/mozfind.xpt 2347lib/xulrunner/components/mozfind.xpt
2345lib/xulrunner/components/necko.xpt 2348lib/xulrunner/components/necko.xpt
2346lib/xulrunner/components/necko_about.xpt 2349lib/xulrunner/components/necko_about.xpt
2347lib/xulrunner/components/necko_cache.xpt 2350lib/xulrunner/components/necko_cache.xpt
2348lib/xulrunner/components/necko_cookie.xpt 2351lib/xulrunner/components/necko_cookie.xpt
2349lib/xulrunner/components/necko_dns.xpt 2352lib/xulrunner/components/necko_dns.xpt
2350lib/xulrunner/components/necko_file.xpt 2353lib/xulrunner/components/necko_file.xpt
2351lib/xulrunner/components/necko_ftp.xpt 2354lib/xulrunner/components/necko_ftp.xpt

cvs diff -r1.3 -r1.4 pkgsrc/devel/xulrunner/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/options.mk 2009/08/15 05:03:30 1.3
+++ pkgsrc/devel/xulrunner/Attic/options.mk 2009/09/13 17:56:56 1.4
@@ -1,35 +1,44 @@ @@ -1,35 +1,44 @@
1# $NetBSD: options.mk,v 1.3 2009/08/15 05:03:30 obache Exp $ 1# $NetBSD: options.mk,v 1.4 2009/09/13 17:56:56 tnn Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner 3PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
4PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc 4PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
5 5
6PLIST_VARS+= jit 6PLIST_VARS+= jit gnome
7 7
8.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" 8.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
9PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc 9PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
10.endif 10.endif
11 11
12.if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Msparc) || \ 12.if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Msparc) || \
13 !empty(MACHINE_ARCH:Marm) 13 !empty(MACHINE_ARCH:Marm)
14PKG_SUPPORTED_OPTIONS+= mozilla-jit 14PKG_SUPPORTED_OPTIONS+= mozilla-jit
15PKG_SUGGESTED_OPTIONS+= mozilla-jit 15PKG_SUGGESTED_OPTIONS+= mozilla-jit
16NANOJIT_ARCH.i386= i386 16NANOJIT_ARCH.i386= i386
17NANOJIT_ARCH.arm= ARM 17NANOJIT_ARCH.arm= ARM
18NANOJIT_ARCH.sparc= Sparc 18NANOJIT_ARCH.sparc= Sparc
19.endif 19.endif
20 20
21.include "../../mk/bsd.options.mk" 21.include "../../mk/bsd.options.mk"
22 22
 23.if !empty(PKG_OPTIONS:Mgnome)
 24.include "../../devel/libgnome/buildlink3.mk"
 25.include "../../sysutils/gnome-vfs/buildlink3.mk"
 26CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus
 27PLIST.gnome= yes
 28.else
 29CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus
 30.endif
 31
23.if !empty(PKG_OPTIONS:Mmozilla-jemalloc) 32.if !empty(PKG_OPTIONS:Mmozilla-jemalloc)
24CONFIGURE_ARGS+= --enable-jemalloc 33CONFIGURE_ARGS+= --enable-jemalloc
25.else 34.else
26CONFIGURE_ARGS+= --disable-jemalloc 35CONFIGURE_ARGS+= --disable-jemalloc
27.endif 36.endif
28 37
29.if !empty(PKG_OPTIONS:Mdebug) 38.if !empty(PKG_OPTIONS:Mdebug)
30CONFIGURE_ARGS+= --enable-debug 39CONFIGURE_ARGS+= --enable-debug
31.else 40.else
32CONFIGURE_ARGS+= --disable-debug 41CONFIGURE_ARGS+= --disable-debug
33.endif 42.endif
34 43
35.if !empty(PKG_OPTIONS:Mmozilla-jit) 44.if !empty(PKG_OPTIONS:Mmozilla-jit)