components/desktop/firefox/Makefile
author Jingning Ji <jingning.ji@oracle.com>
Thu, 22 Dec 2016 15:47:08 -0800
changeset 7528 456a11fe7b7b
parent 7527 352b7a456c30
child 7548 ad7417efe433
permissions -rw-r--r--
25247378 Firefox 45.5.1 core dumps on SPARC platforms in build 114
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     1
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     3
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     7
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    12
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    18
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    20
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    21
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    22
#
7528
456a11fe7b7b 25247378 Firefox 45.5.1 core dumps on SPARC platforms in build 114
Jingning Ji <jingning.ji@oracle.com>
parents: 7527
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    24
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    25
5256
1c3e20e70cc3 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5255
diff changeset
    26
# parfait is a bit unhappy (22527218)
1c3e20e70cc3 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5255
diff changeset
    27
export PARFAIT_BUILD=no
1c3e20e70cc3 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5255
diff changeset
    28
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    29
BUILD_BITS= 32
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    30
COMPILER= gcc
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    31
include ../../../make-rules/shared-macros.mk
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    32
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    33
# gcc 5.3 can't compile this version of firefox yet, so keep using 4.9 for now.
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    34
GCC_ROOT = /usr/gcc/4.9
5788
ead8ecaa722e 22820866 Userland should build with GCC 5.3
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 5786
diff changeset
    35
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    36
COMPONENT_NAME =		firefox
7511
f204f26ea168 25269934 Upgrade Firefox to version 45.6.0 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 7438
diff changeset
    37
COMPONENT_VERSION =		45.6.0esr
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    38
COMPONENT_PROJECT_URL =		http://www.mozilla.com/firefox
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    39
COMPONENT_SRC_NAME =		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    40
COMPONENT_SRC = 		$(COMPONENT_SRC_NAME)
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    41
COMPONENT_ARCHIVE =		$(COMPONENT_SRC_NAME).source.tar.xz
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    42
COMPONENT_ARCHIVE_HASH = \
7511
f204f26ea168 25269934 Upgrade Firefox to version 45.6.0 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 7438
diff changeset
    43
    sha256:c1e7ddf6efb0f54c8071131b6395f4942a422c2ab70f2e9a81b588373d6fbf5b
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    44
MOZILLA_FTP = 		        http://ftp.mozilla.org/pub/mozilla.org/$(COMPONENT_NAME)/releases/$(COMPONENT_VERSION)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    45
COMPONENT_ARCHIVE_URL =		$(MOZILLA_FTP)/source/$(COMPONENT_ARCHIVE)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    46
COMPONENT_BUGDB =		firefox/browser
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    47
7511
f204f26ea168 25269934 Upgrade Firefox to version 45.6.0 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 7438
diff changeset
    48
TPNO=				33006
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    49
7511
f204f26ea168 25269934 Upgrade Firefox to version 45.6.0 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 7438
diff changeset
    50
IPS_COMPONENT_VERSION =		45.6.0
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    51
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    52
# There are a set of .xpi files (as given in the LANG_LIST definition below)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    53
# that we need. These are available under:
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    54
# http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/31.8.0esr/linux-i686/xpi/
5258
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    55
# We could download and unpack them individually, but instead I've created
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    56
# a compressed tarball of them, and made that available locally for download.
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    57
# Downloading them individually can be a problem because firefox/thunderbird 
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    58
# collide due to different files with identical .xpi names.
5527
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
    59
COMPONENT_ARCHIVE_1 =           $(COMPONENT_SRC_NAME)-xpi.tar.gz
5258
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    60
COMPONENT_ARCHIVE_HASH_1 = \
7511
f204f26ea168 25269934 Upgrade Firefox to version 45.6.0 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 7438
diff changeset
    61
    sha256:77b413a060f20fa9d1b35364d0918c21370ffcf593049b27bbb6533b32816d96
6975
4f8ca1465013 24361911 Upgrade Firefox to version 45.4.0 ESR
Petr Sumbera <petr.sumbera@oracle.com>
parents: 6920
diff changeset
    62
COMPONENT_ARCHIVE_URL_1 =       $(INTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE_1)
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    63
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    64
LANG_LIST = ar be bg ca cs da de el es-AR es-CL es-ES et fi \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    65
	fr he hi-IN hr hu id is it ja kk ko lt lv mk nb-NO nl nn-NO \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    66
	pl pt-BR pt-PT ro ru sk sl sq sr sv-SE th tr uk vi zh-CN zh-TW
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    67
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    68
# Alignment issues on sparc: do not publish until resolved.
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    69
include $(WS_MAKE_RULES)/no-evaluation.mk
5580
80858b37b98e 22911187 do not publish firefox when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5527
diff changeset
    70
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    71
include $(WS_MAKE_RULES)/common.mk
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    72
7528
456a11fe7b7b 25247378 Firefox 45.5.1 core dumps on SPARC platforms in build 114
Jingning Ji <jingning.ji@oracle.com>
parents: 7527
diff changeset
    73
# Misaligned .bss causes core dumps on sparc.
456a11fe7b7b 25247378 Firefox 45.5.1 core dumps on SPARC platforms in build 114
Jingning Ji <jingning.ji@oracle.com>
parents: 7527
diff changeset
    74
LD_MAP_NOEXDATA.sparc=
456a11fe7b7b 25247378 Firefox 45.5.1 core dumps on SPARC platforms in build 114
Jingning Ji <jingning.ji@oracle.com>
parents: 7527
diff changeset
    75
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    76
# /usr/gnu/bin needed to pick up the GNU version of tail and readelf.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    77
# /usr/sbin needed for dtrace.
5786
5754dc3ac5eb 23059422 firefox/thunderbird should use the supplied compiler
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 5682
diff changeset
    78
PATH =			$(dirname $(CC)):/usr/gnu/bin:/usr/bin:/usr/sbin
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    79
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    80
CLEAN_PATHS +=		$(COMPONENT_SRC)
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    81
CLEAN_PATHS +=		$(COMPONENT_DIR)/xpi
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    82
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    83
MOZCONFIG = 		$(BUILD_DIR_32)/mozconfig
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    84
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    85
COMPONENT_PRE_CONFIGURE_ACTION += \
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    86
	echo "mk_add_options BUILD_OFFICIAL=1" > $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    87
	echo "mk_add_options MOZILLA_OFFICIAL=1" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    88
	echo "ac_add_options --prefix=/usr" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    89
	echo "ac_add_options --libdir=/usr/lib" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    90
	echo "ac_add_options --mandir=/usr/share/man" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    91
	echo "ac_add_options --enable-official-branding" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    92
	echo "ac_add_options --disable-updater" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    93
	echo "ac_add_options --enable-debug-symbols=no" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    94
	echo "ac_add_options --enable-update-packaging" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    95
	echo "ac_add_options --enable-update-channel=esr" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    96
	echo "ac_add_options --disable-tests" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    97
	echo "ac_add_options --with-system-zlib" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    98
	echo "ac_add_options --with-system-bz2" >> $(MOZCONFIG) ; \
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
    99
	echo "ac_add_options --with-system-libevent" >> $(MOZCONFIG) ; \
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   100
	echo "ac_add_options --enable-system-ffi" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   101
	echo "ac_add_options --enable-jemalloc" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   102
	echo "ac_add_options --enable-xinerama" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   103
	echo "ac_add_options --disable-crashreporter" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   104
	echo "ac_add_options --disable-pulseaudio" >> $(MOZCONFIG) ; \
7427
c3b5f80d7dfb 25135621 firefox/thunderbird don't build on s12-113
Jingning Ji <jingning.ji@oracle.com>
parents: 7309
diff changeset
   105
	echo "ac_add_options --enable-gstreamer=1.0" >> $(MOZCONFIG) ; \
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   106
	echo "ac_add_options --with-intl-api" >> $(MOZCONFIG) ; \
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   107
	echo "ac_add_options --enable-system-libffi" >> $(MOZCONFIG) ; \
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   108
	echo "ac_add_options --enable-system-sqlite" >> $(MOZCONFIG) ; \
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   109
	echo "ac_add_options --enable-ipc" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   110
	echo "ac_add_options --enable-system-pixman" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   111
	echo "ac_add_options --enable-startup-notification" >> $(MOZCONFIG) ; \
5527
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   112
	echo "ac_add_options --enable-dtrace" >> $(MOZCONFIG) ; \
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   113
	echo "ac_add_options --enable-replace-malloc" >> $(MOZCONFIG) ;
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   114
5527
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   115
CXXFLAGS +=     -Wno-invalid-offsetof -fpermissive
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   116
CC +=           $(CC_BITS)
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   117
CXX +=          $(CC_BITS)
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   118
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   119
# Currently, GCC 4.9 incorrectly forces all 32-bit compilation to use lf64(7) 
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   120
# interfaces.  
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   121
CFLAGS += -U_FILE_OFFSET_BITS
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   122
CXXFLAGS += -U_FILE_OFFSET_BITS
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   123
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   124
CONFIGURE_ENV +=	PKG_CONFIG_PATH=$(CONFIGURE_LIBDIR.$(BITS))/pkgconfig
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   125
CONFIGURE_ENV +=	OS_DEFINES="-D__USE_LEGACY_PROTOTYPES__"
5527
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   126
# -L.../dist/lib needs to be set otherwise it will report missing libnss3.so, 
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   127
# libssl3.so, etc, while linking.
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   128
CONFIGURE_ENV +=        LDFLAGS="-z ignore -z interpose -B nodirect -L$(BUILD_DIR_32)/dist/lib -L$(BUILD_DIR_32)/dist/bin"
5527
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   129
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   130
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   131
CONFIGURE_ENV +=	MOZCONFIG=$(MOZCONFIG)
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   132
CONFIGURE_ENV +=	"CC=$(CC)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   133
CONFIGURE_ENV +=	"CXX=$(CXX)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   134
CONFIGURE_ENV +=	"CFLAGS=$(CFLAGS)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   135
CONFIGURE_ENV +=	"CXXFLAGS=$(CXXFLAGS)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   136
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   137
# If the configure options are not explicitly set, then configure fails with:
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   138
# configure: warning: CC=/usr/gcc/4.8/bin/gcc: invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   139
# invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   140
# configure: warning: CXX=/usr/gcc/4.8/bin/g++: invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   141
# invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   142
# configure: error: can only configure for one host and one target at a time
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   143
CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   144
CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   145
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   146
COMPONENT_POST_BUILD_ACTION = \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   147
	(cd $(@D)/browser/installer ; $(ENV) $(COMPONENT_BUILD_ENV) \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   148
		$(GMAKE) $(COMPONENT_BUILD_ARGS) $(COMPONENT_BUILD_TARGETS))
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   149
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   150
COMPONENT_POST_INSTALL_ACTION += \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   151
	$(CP) $(BUILD_DIR_32)/dist/firefox/precomplete \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   152
		$(PROTOUSRLIBDIR)/firefox-$(IPS_COMPONENT_VERSION)/precomplete ;
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   153
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   154
COMPONENT_POST_INSTALL_ACTION += \
5258
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
   155
        $(RM) -rf xpi ; \
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
   156
        /usr/bin/tar xvf $(COMPONENT_ARCHIVE_1) > /dev/null 2>&1 ; \
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   157
        list1='$(LANG_LIST)' ; for f in $$list1 ; do \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   158
            $(CP) xpi/$$f.xpi \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   159
                $(PROTOUSRLIBDIR)/firefox-$(IPS_COMPONENT_VERSION)/browser/extensions/[email protected] ; \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   160
        done ;
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   161
6919
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   162
FF_XPI = $(MOZILLA_FTP)/linux-i686/xpi
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   163
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   164
# Run gmake download-xpis to download a tarball for xpi locally. 
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   165
# The resulting archive should be uploaded to userland internal archive.
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   166
download-xpis:
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   167
	@echo "download-xpis"
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   168
	$(RM) -r $(COMPONENT_DIR)/$(COMPONENT_ARCHIVE_1)
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   169
	$(MKDIR) $(COMPONENT_DIR)/xpi
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   170
	@echo "downloading firefox xpis"
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   171
	list1='$(LANG_LIST)' ; for f in $$list1 ; do \
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   172
	    echo $$f; \
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   173
	    /usr/bin/curl -s -o $(COMPONENT_DIR)/xpi/$$f.xpi \
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   174
	        $(FF_XPI)/$$f.xpi; \
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   175
	done
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   176
	(cd $(COMPONENT_DIR); \
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   177
	    $(TAR) czvf $(COMPONENT_DIR)/$(COMPONENT_ARCHIVE_1) xpi )
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   178
	/usr/bin/sha256sum $(COMPONENT_ARCHIVE_1)
7972aae0fb03 24508672 Upgrade Firefox to version 45.1.1 ESR
Jingning Ji <jingning.ji@oracle.com>
parents: 6740
diff changeset
   179
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   180
SIGNED_LIST.i386 = libsoftokn3.so libnssdbm3.so libfreebl3.so
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   181
SIGNED_LIST.sparc = libsoftokn3.so libnssdbm3.so libfreebl_32int_3.so libfreebl_32int64_3.so
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   182
SIGNED_LIST = $(SIGNED_LIST.$(MACH))
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   183
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   184
COMPONENT_POST_INSTALL_ACTION += \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   185
	slist='$(SIGNED_LIST)' ; for f in $$slist ; do \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   186
	    mcs -d $(PROTOUSRLIBDIR)/firefox-$(IPS_COMPONENT_VERSION)/$$f ; \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   187
	    LD_LIBRARY_PATH=$(PROTOUSRLIBDIR)/firefox-$(IPS_COMPONENT_VERSION) $(BUILD_DIR_32)/dist/bin/shlibsign -v -i $(PROTOUSRLIBDIR)/firefox-$(IPS_COMPONENT_VERSION)/$$f ; \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   188
        done ;
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   189
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   190
COMPONENT_TEST_DIR =    $(@D)/js/src
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   191
COMPONENT_TEST_TARGETS=check-jit-test
6975
4f8ca1465013 24361911 Upgrade Firefox to version 45.4.0 ESR
Petr Sumbera <petr.sumbera@oracle.com>
parents: 6920
diff changeset
   192
COMPONENT_TEST_TRANSFORMS = \
7099
58b579e0ff32 24836953 firefox/thunderbird js test failures
Petr Sumbera <petr.sumbera@oracle.com>
parents: 7013
diff changeset
   193
	'-e "/^PASSED ALL/,/Failed:/p" ' \
6975
4f8ca1465013 24361911 Upgrade Firefox to version 45.4.0 ESR
Petr Sumbera <petr.sumbera@oracle.com>
parents: 6920
diff changeset
   194
	'-e "/.*/d" '
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   195
6920
1581d303b9b3 24508672 Upgrade Firefox to version 45.1.1 ESR (fix mismerge)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6919
diff changeset
   196
REQUIRED_PACKAGES += codec/libogg
1581d303b9b3 24508672 Upgrade Firefox to version 45.1.1 ESR (fix mismerge)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6919
diff changeset
   197
REQUIRED_PACKAGES += codec/libvorbis
1581d303b9b3 24508672 Upgrade Firefox to version 45.1.1 ESR (fix mismerge)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6919
diff changeset
   198
REQUIRED_PACKAGES += codec/ogg-vorbis
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   199
REQUIRED_PACKAGES += database/sqlite-3
7013
9b20e919735b 24766259 firefox missing REQUIRED_PACKAGE for compiler used at build time.
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 6975
diff changeset
   200
REQUIRED_PACKAGES += developer/gcc-49
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   201
REQUIRED_PACKAGES += library/desktop/atk
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   202
REQUIRED_PACKAGES += library/desktop/cairo
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   203
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   204
REQUIRED_PACKAGES += library/desktop/gtk2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   205
REQUIRED_PACKAGES += library/desktop/pango
7187
b5a1068f6843 23245354 Move startup-notification to Userland and update to 0.12
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7099
diff changeset
   206
REQUIRED_PACKAGES += library/desktop/startup-notification
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   207
REQUIRED_PACKAGES += library/glib2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   208
REQUIRED_PACKAGES += library/graphics/pixman
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   209
REQUIRED_PACKAGES += library/libevent
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   210
REQUIRED_PACKAGES += library/libffi
5527
611b2d6efdfe 21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5345
diff changeset
   211
REQUIRED_PACKAGES += library/nspr
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   212
REQUIRED_PACKAGES += library/zlib
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   213
REQUIRED_PACKAGES += system/library
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   214
REQUIRED_PACKAGES += system/library/fontconfig
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   215
REQUIRED_PACKAGES += system/library/freetype-2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   216
REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   217
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   218
REQUIRED_PACKAGES += system/library/libdbus
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   219
REQUIRED_PACKAGES += system/library/libdbus-glib
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   220
REQUIRED_PACKAGES += system/library/math
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   221
REQUIRED_PACKAGES += x11/library/libx11
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   222
REQUIRED_PACKAGES += x11/library/libxext
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   223
REQUIRED_PACKAGES += x11/library/libxrender
6920
1581d303b9b3 24508672 Upgrade Firefox to version 45.1.1 ESR (fix mismerge)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6919
diff changeset
   224
REQUIRED_PACKAGES += x11/library/toolkit/libxt