components/gnome/glib2/Makefile
author John Beck <John.Beck@Oracle.COM>
Tue, 04 Apr 2017 16:12:22 -0700
changeset 7829 2de4f4ace09c
parent 7687 1093e2a9adbd
permissions -rw-r--r--
25766761 prepare Userland for 11.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5891
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7527
diff changeset
    23
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
5891
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
COMPILER =      	gcc
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
BUILD_BITS =            32_and_64
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		glib
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	2.46.0
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/GLib/
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
    sha256:b1cee83469ae7d80f17c267c37f090414e93960bd62d2b254a5a96fbc5baacb4
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_BUGDB=	gnome/glib
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7527
diff changeset
    36
COMPONENT_ANITYA_ID=	10024
5891
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
TPNO=			24986
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
# No need to build for older versions.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
PYTHON_VERSIONS= 3.4
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
include $(WS_MAKE_RULES)/gnome-component.mk
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
# Necessary to ensure patches applied to configure.ac take effect.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
COMPONENT_PREP_ACTION += ( cd $(@D); NOCONFIGURE=1 $(CONFIG_SHELL) autogen.sh );
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
CFLAGS += $(CPP_XPG6MODE)
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
CFLAGS.gcc += -std=gnu11
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
CFLAGS.studio += -std=c11 -xlang=c11
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
6281
801ca85e3dc9 23665701 Unable to login from the gdm login screen, greys out after login entered
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6102
diff changeset
    52
# using the setting from shared-macros.mk results in 23665701
801ca85e3dc9 23665701 Unable to login from the gdm login screen, greys out after login entered
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6102
diff changeset
    53
# overriding it here till we can get gdm rebuilt
801ca85e3dc9 23665701 Unable to login from the gdm login screen, greys out after login entered
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6102
diff changeset
    54
gcc_STACK_ALIGN.i386.32 =
801ca85e3dc9 23665701 Unable to login from the gdm login screen, greys out after login entered
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6102
diff changeset
    55
5891
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
# Disabled by default (temporarily disabled here because it significantly
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
# increases build time).
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
CONFIGURE_OPTIONS += --disable-gtk-doc
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
# Building dtrace probes doesn't work correctly (results in undefined symbols
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
# in programs), disable until we can figure out how to fix.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
CONFIGURE_OPTIONS += --disable-dtrace
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
# The build process modifies the shebang line to use the version of Python
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
# automatically found; to avoid using the current system default, one is
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
# explicitly specified here.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
CONFIGURE_OPTIONS += --with-python=$(PYTHON.3.4)
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
# Configure doesn't find this since it's not in $PATH
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
CONFIGURE_OPTIONS += DBUS_DAEMON=/usr/lib/dbus-daemon
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
# configure sets this to gcc's -fvisibility=hidden, replace with correct
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
# flag for Studio builds
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
COMPONENT_BUILD_ARGS.studio += GLIB_HIDDEN_VISIBILITY_CFLAGS='-xldscope=hidden'
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
COMPONENT_BUILD_ARGS += $(COMPONENT_BUILD_ARGS.$(COMPILER))
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
# Assumes GNU msgfmt in PATH.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
# Need to include /usr/sbin so configure can find dtrace
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
CONFIGURE_ENV += PATH="$(PATH):/usr/sbin"
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH):/usr/sbin"
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
6102
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    82
# Make sure SMF manifests are valid
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    83
$(BUILD_DIR)/.validated-smf-manifests-$(MACH): $(BUILD_DIR)
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    84
	@for f in files/*.xml ; do \
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    85
	    (set -ex ; /usr/sbin/svccfg validate "$$f") ; \
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    86
	done
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    87
	$(TOUCH) $@
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    88
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    89
validate-smf:	$(BUILD_DIR)/.validated-smf-manifests-$(MACH)
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    90
build:		$(BUILD_DIR)/.validated-smf-manifests-$(MACH)
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
    91
5891
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
# Needed for "gmake test" to work successfully.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
# If SHELLOPTS is exported (as it is by the userland makefiles),
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
# then all shell options get exported to child invocations of bash,
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
# which results in test failures due to nounset and xtrace being
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
# set unexpectedly, and errors such as "$1: unbound variable" and
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
# diffs failing due to script tracing in output files.
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
unexport SHELLOPTS
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
# Strip random seeds from glib tests that use different values each run
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
COMPONENT_TEST_TRANSFORMS += \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
	'-e "s/seed:[0-9]*/seed:/"'
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
# Strip filenames that are reported in different order between runs
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
COMPONENT_TEST_TRANSFORMS += \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
	'-e "s%/bookmarks/parse/.*%%"' \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   107
	'-e "s%/markup/parse/.*%%"' \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   108
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   109
# Standard automake test framework results transform
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   110
COMPONENT_TEST_TRANSFORMS += \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   111
        '-n ' \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   112
        '-e "/TOTAL/p" ' \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   113
        '-e "/SKIP/p" ' \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   114
        '-e "/PASS/p" ' \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   115
        '-e "/FAIL/p" ' \
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   116
        '-e "/ERROR/p" '
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   117
7527
352b7a456c30 25305616 RE audits don't like the userland package anymore
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6281
diff changeset
   118
REQUIRED_PACKAGES += $(PERL_PKG)
7829
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents: 7687
diff changeset
   119
$(SOLARIS_11_3_ONLY)REQUIRED_PACKAGES += data/docbook
7527
352b7a456c30 25305616 RE audits don't like the userland package anymore
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6281
diff changeset
   120
REQUIRED_PACKAGES += data/docbook/docbook-dtds
352b7a456c30 25305616 RE audits don't like the userland package anymore
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6281
diff changeset
   121
REQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
352b7a456c30 25305616 RE audits don't like the userland package anymore
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6281
diff changeset
   122
REQUIRED_PACKAGES += data/docbook/docbook-style-xsl
352b7a456c30 25305616 RE audits don't like the userland package anymore
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6281
diff changeset
   123
REQUIRED_PACKAGES += data/sgml-common
352b7a456c30 25305616 RE audits don't like the userland package anymore
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 6281
diff changeset
   124
REQUIRED_PACKAGES += data/xml-common
5891
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   125
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   126
REQUIRED_PACKAGES += library/file-monitor/gamin
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   127
REQUIRED_PACKAGES += library/libffi
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   128
REQUIRED_PACKAGES += library/pcre
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   129
REQUIRED_PACKAGES += library/zlib
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   130
REQUIRED_PACKAGES += runtime/python-34
6102
9ebad09455ea 23478379 glib needs services to update gschemas.compiled & giomodule.cache
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 5981
diff changeset
   131
REQUIRED_PACKAGES += system/core-os
5891
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   132
REQUIRED_PACKAGES += system/library/dbus
196a7310cc4d 23169139 Move glib to Userland and update to 2.46.0
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   133
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime