[csw-devel] SF.net SVN: gar:[16574] csw/mgar/pkg/firefox/branches

guengel at users.sourceforge.net guengel at users.sourceforge.net
Mon Dec 19 19:50:05 CET 2011


Revision: 16574
          http://gar.svn.sourceforge.net/gar/?rev=16574&view=rev
Author:   guengel
Date:     2011-12-19 18:50:04 +0000 (Mon, 19 Dec 2011)
Log Message:
-----------
firefox/branches/firefox-8.0.1-raos: Non-working attempt on firefox 8.0.1.

Modified Paths:
--------------
    csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/Makefile
    csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/checksums

Added Paths:
-----------
    csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/
    csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-mozconfig-find.patch
    csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-shell-on-configure.patch
    csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig
    csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig.static

Modified: csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/Makefile
===================================================================
--- csw/mgar/pkg/firefox/trunk/Makefile	2011-12-17 22:22:10 UTC (rev 16555)
+++ csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/Makefile	2011-12-19 18:50:04 UTC (rev 16574)
@@ -1,27 +1,74 @@
+# $Id$
+#
+# Note 1
+# ------
+#
+# According to
+# https://developer.mozilla.org/en/Configuring_Build_Options one
+# should use a .mozconfig configuration file. The env var MOZCONFIG
+# can be used to specify a different .mozconfig than the default,
+# which is the way we do it in this recipe.
+
+# THIS RECIPE IS NOT READY!! It bails on configure. libffi seems to be the problem.
+
 NAME = firefox
-VERSION = 3.0.18
+VERSION = 8.0.1
 CATEGORIES = apps
-DISTNAME = mozilla
+DISTNAME = mozilla-release
+GARCOMPILER = SOS12U1
 
 DESCRIPTION = Firefox Community Edition web browser
 define BLURB
- The award-winning, free Web browser is better than ever. Browse the Web with confidence - Firefox protects you from viruses, spyware and pop-ups. Enjoy improvements to performance, ease of use and privacy. It's easy to import your favorites and settings and get started. Download Firefox now and get the most out of the Web. 
+ The award-winning, free Web browser is better than ever. Browse the Web with confidence - Firefox protects you from viruses, spyware and pop-ups. Enjoy improvements to performance, ease of use and privacy. It's easy to import your favorites and settings and get started. Download Firefox now and get the most out of the Web.
 endef
 
-DISTFILES  = $(NAME)-$(VERSION)-source.tar.bz2
-DISTFILES += CSWfirefox.postremove CSWfirefox.postinstall autoconf.mk.diff firefox.diff firefox.dist.bin.diff
+DISTFILES  = $(NAME)-$(VERSION).source.tar.bz2
+#DISTFILES += CSWfirefox.postremove CSWfirefox.postinstall autoconf.mk.diff firefox.diff firefox.dist.bin.diff
 
+# This file will have variables expanded
+DISTFILES += mozconfig
+DISTFILES += mozconfig.static
+
+EXPANDVARS = mozconfig
+
+PATCHFILES += 0000-Fix-mozconfig-find.patch
+PATCHFILES += 0000-Fix-shell-on-configure.patch
+
+MOZCONFIG  = $(abspath $(WORKDIR)/mozconfig)
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = \"(\d+(?:\.\d+)*)/
-MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$(VERSION)/source/
+MASTER_SITES = ftp://ftp.mozilla.org/pub/$(NAME)/releases/$(VERSION)/source/
 UPSTREAM_MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/
 
 PACKAGES 		= CSWfirefox
 CATALOGNAME_CSWfirefox 	= $(NAME)
 SPKG_DESC_CSWfirefox 	= $(DESCRIPTION)
 
-BUILD_DEP_PKGS  = CSWlibdbusdev CSWdbusglibdev CSWsqlite3devel CSWkbproto
-BUILD_DEP_PKGS += CSWxproto CSWlibpthreadstubs CSWlibxcb CSWlibxcbdevel CSWlibxft2 CSWlibxft2devel
+# BUILD_DEP_PKGS  = CSWlibdbusdev CSWdbusglibdev CSWsqlite3devel CSWkbproto
+# BUILD_DEP_PKGS += CSWxproto CSWlibpthreadstubs CSWlibxcb CSWlibxcbdevel CSWlibxft2 CSWlibxft2devel
+BUILD_DEP_PKGS  = CSWlibgconf-dev
+BUILD_DEP_PKGS += CSWggettext-dev
+BUILD_DEP_PKGS += CSWlibgtk2-dev
+BUILD_DEP_PKGS += CSWlibatk-dev
+BUILD_DEP_PKGS += CSWlibcairo-dev
+BUILD_DEP_PKGS += CSWlibgdk-pixbuf-dev
+BUILD_DEP_PKGS += CSWlibglib2-dev
+BUILD_DEP_PKGS += CSWlibiconv-dev
+BUILD_DEP_PKGS += CSWlibjpeg-dev
+BUILD_DEP_PKGS += CSWlibpixman-dev
+BUILD_DEP_PKGS += CSWlibpng-dev
+BUILD_DEP_PKGS += CSWlibtiff-dev
+BUILD_DEP_PKGS += CSWlibxml2-dev
+BUILD_DEP_PKGS += CSWlibxslt-dev
+BUILD_DEP_PKGS += CSWlibz-dev
+BUILD_DEP_PKGS += CSWdbus
+BUILD_DEP_PKGS += CSWlibdbus-dev
+BUILD_DEP_PKGS += CSWlibdbus-glib-dev
+BUILD_DEP_PKGS += CSWyasm
+BUILD_DEP_PKGS += CSWlibcurl-dev
+BUILD_DEP_PKGS += CSWlibidl-dev
+BUILD_DEP_PKGS += CSWlibffi-dev
 
 RUNTIME_DEP_PKGS_CSWfirefox  = CSWdbusglib
 RUNTIME_DEP_PKGS_CSWfirefox += CSWfconfig
@@ -40,78 +87,94 @@
 RUNTIME_DEP_PKGS_CSWfirefox += CSWzlib
 RUNTIME_DEP_PKGS_CSWfirefox += CSWsqlite3rt
 
-# Defines the list of patches to be applied to the sources
-PATCHFILES = autoconf.mk.in.diff
-PATCHFILES += configure.diff
-PATCHFILES += nsPluginsDirUnix.cpp.diff
-PATCHFILES += packager.mk.diff
-PATCHFILES += jemalloc.c.diff
-PATCHFILES += nsMathUtils.h.diff
-PATCHFILES += file_id.cc.diff
-PATCHFILES += md5.h.diff
-PATCHFILES += solaris_lwp.h.diff
-PATCHFILES += nsNativeApSuportUnix.cpp.diff
-PATCHFILES += nsExceptionHandler.cpp.diff 
-PATCHFILES += SunOS5.mk.diff
-# PATCHFILES += nsWildCard.cpp.diff
-PATCHFILES += softoken.manifest.mm.diff
-PATCHFILES += softoken.config.mk.diff
-PATCHFILES += legacydb.manifest.mm.diff
-PATCHFILES += legacydb.config.mk.diff
+# # Defines the list of patches to be applied to the sources
+# PATCHFILES = autoconf.mk.in.diff
+# PATCHFILES += configure.diff
+# PATCHFILES += nsPluginsDirUnix.cpp.diff
+# PATCHFILES += packager.mk.diff
+# PATCHFILES += jemalloc.c.diff
+# PATCHFILES += nsMathUtils.h.diff
+# PATCHFILES += file_id.cc.diff
+# PATCHFILES += md5.h.diff
+# PATCHFILES += solaris_lwp.h.diff
+# PATCHFILES += nsNativeApSuportUnix.cpp.diff
+# PATCHFILES += nsExceptionHandler.cpp.diff
+# PATCHFILES += SunOS5.mk.diff
+# # PATCHFILES += nsWildCard.cpp.diff
+# PATCHFILES += softoken.manifest.mm.diff
+# PATCHFILES += softoken.config.mk.diff
+# PATCHFILES += legacydb.manifest.mm.diff
+# PATCHFILES += legacydb.config.mk.diff
 
-# pkg-config options
-#EXTRA_PKG_CONFIG_PATH += /opt/csw/X11/lib/pkgconfig
+# # pkg-config options
+# #EXTRA_PKG_CONFIG_PATH += /opt/csw/X11/lib/pkgconfig
 
-PERL=/opt/csw/bin/perl
-CXXFLAGS +=-xlibmil -xlibmopt -features=tmplife -norunpath
-CFLAGS   +=-xlibmil -D__solaris__ 
-CFLAGS   += -DG_HAVE_ISO_VARARGS
-CXXFLAGS += -DG_HAVE_ISO_VARARGS
-CPPFLAGS  = -I/opt/csw/include -I/opt/csw/X11/include
-XCFLAGS   = -I/opt/csw/include -I/opt/csw/X11/include
+# PERL=/opt/csw/bin/perl
+# CXXFLAGS +=-xlibmil -xlibmopt -features=tmplife -norunpath
+# CFLAGS   +=-xlibmil -D__solaris__
+# CFLAGS   += -DG_HAVE_ISO_VARARGS
+# CXXFLAGS += -DG_HAVE_ISO_VARARGS
+# CPPFLAGS  = -I/opt/csw/include -I/opt/csw/X11/include
+# XCFLAGS   = -I/opt/csw/include -I/opt/csw/X11/include
 
-EXTRA_CONFIGURE_EXPORTS = XCFLAGS
+# EXTRA_CONFIGURE_EXPORTS = XCFLAGS
 
-LDFLAGS+=-L/usr/lib/lwp -L/opt/csw/mozilla/firefox/lib -R/opt/csw/mozilla/firefox/lib -L/opt/csw/lib -R/opt/csw/lib -lsqlite3
+# LDFLAGS+=-L/usr/lib/lwp -L/opt/csw/mozilla/firefox/lib -R/opt/csw/mozilla/firefox/lib -L/opt/csw/lib -R/opt/csw/lib -lsqlite3
 
-export PERL CFLAGS CXXFLAGS LDFLAGS
+# export PERL CFLAGS CXXFLAGS LDFLAGS
 
-CONFIGURE_ARGS = --prefix=/opt/csw/mozilla/firefox --disable-crashreporter
+# CONFIGURE_ARGS = --prefix=/opt/csw/mozilla/firefox --disable-crashreporter
 
-TEST_SCRIPTS = 
+# TEST_SCRIPTS =
 
-LICENSE = LICENSE
+# LICENSE = LICENSE
 
-# Variable for direct access to working dir
-WORK_BUILD   = $(WORKSRC)
-WORK_INSTALL = $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))
+# # Variable for direct access to working dir
+# WORK_BUILD   = $(WORKSRC)
+# WORK_INSTALL = $(WORKROOTDIR)/install-$(firstword $(MODULATIONS))
 
-post-extract:
-	cp $(FILEDIR)/stdbool.h $(WORK_BUILD)/memory/jemalloc
-	$(MAKECOOKIE)
+# post-extract:
+# 	cp $(FILEDIR)/stdbool.h $(WORK_BUILD)/memory/jemalloc
+# 	$(MAKECOOKIE)
 
-pre-configure-modulated:
-	@cp $(FILEDIR)/.mozconfig  $(WORK_BUILD)/.mozconfig
+# pre-configure-modulated:
+# 	@cp $(FILEDIR)/.mozconfig  $(WORK_BUILD)/.mozconfig
 
-post-configure-modulated:
-	@grep openwin $(WORKSRC)/config/autoconf.mk && gpatch -d$(WORKSRC) --forward -p1 -F2 < download/autoconf.mk.diff || true
+# post-configure-modulated:
+# 	@grep openwin $(WORKSRC)/config/autoconf.mk && gpatch -d$(WORKSRC) --forward -p1 -F2 < download/autoconf.mk.diff || true
 
-pre-install-modulated:
-	@grep "LD_LIBRARY_PATH=.LD_LIBRARY_PATH:/usr/lib/lwp" $(WORKSRC)/browser/app/firefox || gpatch -d$(WORKSRC) --forward  -p1 -F2 < $(FILEDIR)/firefox.diff
-	@grep "LD_LIBRARY_PATH=.LD_LIBRARY_PATH:/usr/lib/lwp" $(WORKSRC)/dist/bin/firefox || gpatch -d$(WORKSRC) --forward  -p1 -F2 < $(FILEDIR)/firefox.dist.bin.diff
-	( if [ ! -d $(WORK_INSTALL)/opt/csw/bin ] ; then mkdir -p $(WORK_INSTALL)/opt/csw/bin ; fi )
-	( cd $(WORK_INSTALL)/opt/csw/bin ; rm -f firefox ; ln -sf ../mozilla/firefox/bin/firefox . )
-	( mkdir -p $(WORK_INSTALL)/opt/csw/share/pixmaps )
-	( cp $(WORK_BUILD)/other-licenses/branding/firefox/mozicon128.png $(WORK_INSTALL)/opt/csw/share/pixmaps/firefox.png )
-	( mkdir -p $(WORK_INSTALL)/opt/csw/share/applications )
-	( cp $(FILEDIR)/firefox.desktop $(WORK_INSTALL)/opt/csw/share/applications/firefox.desktop )
-	( mkdir -p $(WORK_INSTALL)/opt/csw/share/gnome/mime-info )
-	( cp $(FILEDIR)/firefox.keys $(WORK_INSTALL)/opt/csw/share/gnome/mime-info/firefox.keys )
+# pre-install-modulated:
+# 	@grep "LD_LIBRARY_PATH=.LD_LIBRARY_PATH:/usr/lib/lwp" $(WORKSRC)/browser/app/firefox || gpatch -d$(WORKSRC) --forward  -p1 -F2 < $(FILEDIR)/firefox.diff
+# 	@grep "LD_LIBRARY_PATH=.LD_LIBRARY_PATH:/usr/lib/lwp" $(WORKSRC)/dist/bin/firefox || gpatch -d$(WORKSRC) --forward  -p1 -F2 < $(FILEDIR)/firefox.dist.bin.diff
+# 	( if [ ! -d $(WORK_INSTALL)/opt/csw/bin ] ; then mkdir -p $(WORK_INSTALL)/opt/csw/bin ; fi )
+# 	( cd $(WORK_INSTALL)/opt/csw/bin ; rm -f firefox ; ln -sf ../mozilla/firefox/bin/firefox . )
+# 	( mkdir -p $(WORK_INSTALL)/opt/csw/share/pixmaps )
+# 	( cp $(WORK_BUILD)/other-licenses/branding/firefox/mozicon128.png $(WORK_INSTALL)/opt/csw/share/pixmaps/firefox.png )
+# 	( mkdir -p $(WORK_INSTALL)/opt/csw/share/applications )
+# 	( cp $(FILEDIR)/firefox.desktop $(WORK_INSTALL)/opt/csw/share/applications/firefox.desktop )
+# 	( mkdir -p $(WORK_INSTALL)/opt/csw/share/gnome/mime-info )
+# 	( cp $(FILEDIR)/firefox.keys $(WORK_INSTALL)/opt/csw/share/gnome/mime-info/firefox.keys )
 
-post-install-modulated:
-	( gfind $(WORK_INSTALL)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}"  \; )
-	( gfind $(WORK_INSTALL)/opt/csw -name chromelist.txt -exec bash -c " mv {} {}.temp && gsed -e  s\_`pwd`/$(WORK_BUILD)/\_\_g {}.temp > {} && rm {}.temp"  \; )
-	( gfind $(WORK_INSTALL)/opt/csw/mozilla/firefox -name "*.js" -exec bash -c " mv {} {}.temp && gsed -e  s\_`pwd`/$(WORK_BUILD)/\_\_g {}.temp > {} && rm {}.temp"  \; )
-	( gfind $(WORK_INSTALL)/opt/csw/mozilla/firefox -name "*.jar" -exec bash -c "`pwd`/removeBuildPathFromJar.sh {} `pwd` $(WORKDIR) $(DISTNAME)" \; )
+# post-install-modulated:
+# 	( gfind $(WORK_INSTALL)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}"  \; )
+# 	( gfind $(WORK_INSTALL)/opt/csw -name chromelist.txt -exec bash -c " mv {} {}.temp && gsed -e  s\_`pwd`/$(WORK_BUILD)/\_\_g {}.temp > {} && rm {}.temp"  \; )
+# 	( gfind $(WORK_INSTALL)/opt/csw/mozilla/firefox -name "*.js" -exec bash -c " mv {} {}.temp && gsed -e  s\_`pwd`/$(WORK_BUILD)/\_\_g {}.temp > {} && rm {}.temp"  \; )
+# 	( gfind $(WORK_INSTALL)/opt/csw/mozilla/firefox -name "*.jar" -exec bash -c "`pwd`/removeBuildPathFromJar.sh {} `pwd` $(WORKDIR) $(DISTNAME)" \; )
 
+CONFIGURE_SCRIPTS = custom
+BUILD_SCRIPTS = custom
+
+EXTRA_CONFIGURE_ENV = MOZCONFIG=$(MOZCONFIG)
+EXTRA_BUILD_ENV = MOZCONFIG=$(MOZCONFIG)
+
 include gar/category.mk
+
+configure-custom:
+	cd $(WORKDIR)/$(DISTNAME) ; \
+	$(CONFIGURE_ENV) gmake -f client.mk configure
+	@$(MAKECOOKIE)
+
+build-custom:
+	cd $(WORKDIR)/$(DISTNAME) ; \
+	$(MAKE_ENV) gmake -f client.mk build
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/checksums
===================================================================
--- csw/mgar/pkg/firefox/trunk/checksums	2011-12-17 22:22:10 UTC (rev 16555)
+++ csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/checksums	2011-12-19 18:50:04 UTC (rev 16574)
@@ -1,22 +1 @@
-18e15c50f07ee3252a5ecec68026bfa9  CSWfirefox.postinstall
-e458069bc47dfab03251da4042e99614  CSWfirefox.postremove
-9eaa0433fd8d1d7a3b39442b4b4c3e14  SunOS5.mk.diff
-03e4d0e627dd508ea895c99c5e7ed184  autoconf.mk.diff
-45bba282258a321e5e4f73a742bcc31b  autoconf.mk.in.diff
-c869762735a41bb30f417e510ccb7f31  configure.diff
-a71a4afaabc4d067f30d8fb184fea520  file_id.cc.diff
-5990b5f766a041ed6410bc7fdf3332d4  firefox-3.0.18-source.tar.bz2
-125a5da522c7b0cc834ba6d97694d162  firefox.diff
-162d4cf2d198196e94f6878d60dc7a26  firefox.dist.bin.diff
-a19792f0b67f28c9227d19d069369369  jemalloc.c.diff
-b2f4390ca62446743829cf7e23fcbc6c  legacydb.config.mk.diff
-8b401ae856d5be4b9761444b66acdcd8  legacydb.manifest.mm.diff
-18b0cdc902caa4172b7f2d473239c9a9  md5.h.diff
-1a3d61e09378d28d9bc9f3df45a224bc  nsExceptionHandler.cpp.diff
-ca4162516d8c09deaa9f0b6f3b3ecffb  nsMathUtils.h.diff
-d8f7ec0df9f63317ff2d8578d9dbe3ff  nsNativeApSuportUnix.cpp.diff
-f562a935a0fb2c5ad38f95af114d0a49  nsPluginsDirUnix.cpp.diff
-d0d942fa0c012abcb2a45b1d0fc99051  packager.mk.diff
-25efd55ebf8715e66a28f2b07b25f38a  softoken.config.mk.diff
-187c192196a8c721ac7ae93466614c95  softoken.manifest.mm.diff
-29e0ca858fe3aef24d5be1300dc39735  solaris_lwp.h.diff
+b7d09b082e88a74860a51a8e04e29333  firefox-8.0.1.source.tar.bz2

Added: csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-mozconfig-find.patch
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-mozconfig-find.patch	                        (rev 0)
+++ csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-mozconfig-find.patch	2011-12-19 18:50:04 UTC (rev 16574)
@@ -0,0 +1,40 @@
+From 3640f5a93c75126e4d3bcee465af95360f0f3a86 Mon Sep 17 00:00:00 2001
+From: Rafael Ostertag <rafisol at opencsw.org>
+Date: Sun, 18 Dec 2011 12:15:00 +0100
+Subject: [PATCH] Fix mozconfig-find
+
+---
+ build/autoconf/mozconfig-find |    6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/build/autoconf/mozconfig-find b/build/autoconf/mozconfig-find
+index 2018f0a..37ed59e 100755
+--- a/build/autoconf/mozconfig-find
++++ b/build/autoconf/mozconfig-find
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+ #
+ # ***** BEGIN LICENSE BLOCK *****
+ # Version: MPL 1.1/GPL 2.0/LGPL 2.1
+@@ -47,7 +47,7 @@
+ topsrcdir=$1
+ 
+ abspath() {
+-  if uname -s | grep -q MINGW; then
++  if uname -s | ggrep -q MINGW; then
+     # We have no way to figure out whether we're in gmake or pymake right
+     # now. gmake gives us Unix-style paths while pymake gives us Windows-style
+     # paths, so attempt to handle both.
+@@ -57,7 +57,7 @@ abspath() {
+   fi
+ 
+   for regex in $regexes; do
+-    if echo $1 | grep -q $regex; then
++    if echo $1 | ggrep -q $regex; then
+       echo $1
+       exit 0
+     fi
+-- 
+1.7.6.1
+

Added: csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-shell-on-configure.patch
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-shell-on-configure.patch	                        (rev 0)
+++ csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/0000-Fix-shell-on-configure.patch	2011-12-19 18:50:04 UTC (rev 16574)
@@ -0,0 +1,22 @@
+From 61edd606d46be2a533197b7ab3e30807dc285999 Mon Sep 17 00:00:00 2001
+From: Rafael Ostertag <rafisol at opencsw.org>
+Date: Sun, 18 Dec 2011 12:55:10 +0100
+Subject: [PATCH] Fix shell on configure
+
+---
+ configure |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/configure b/configure
+index c93937c..3788551 100755
+--- a/configure
++++ b/configure
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+ 
+ if test `uname -s | grep -c MINGW 2>/dev/null` != "0"; then
+   msyshost=1
+-- 
+1.7.6.1
+

Added: csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig	                        (rev 0)
+++ csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig	2011-12-19 18:50:04 UTC (rev 16574)
@@ -0,0 +1,19 @@
+# $Id$
+#
+# Mozilla configuration.
+#
+# See https://developer.mozilla.org/en/Configuring_Build_Options
+. @MOZCONFIG at .static
+ac_add_options --prefix=@prefix@
+ac_add_options --exec-prefix=@exec_prefix@
+ac_add_options --bindir=@bindir@
+ac_add_options --sbindir=@sbindir@
+ac_add_options --libexecdir=@libexecdir@
+ac_add_options --datadir=@datadir@
+ac_add_options --sysconfdir=@sysconfdir@
+ac_add_options --sharedstatedir=@sharedstatedir@
+ac_add_options --localstatedir=@localstatedir@
+ac_add_options --libdir=@libdir@
+ac_add_options --includedir=@includedir@
+ac_add_options --infodir=@infodir@
+ac_add_options --mandir=@mandir@

Added: csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig.static
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig.static	                        (rev 0)
+++ csw/mgar/pkg/firefox/branches/firefox-8.0.1-raos/files/mozconfig.static	2011-12-19 18:50:04 UTC (rev 16574)
@@ -0,0 +1,8 @@
+. $topsrcdir/browser/config/mozconfig
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj- at CONFIG_GUESS@
+mk_add_options MOZ_MAKE_FLAGS="-j4"
+ac_add_options --enable-application=browser
+ac_add_options --enable-libxul
+ac_add_options --disable-gnomevfs
+ac_add_options --disable-libnotify
+ac_add_options --enable-official-branding

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list