components/gnome/libcroco/Makefile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 01 May 2017 16:02:10 -0700
changeset 7959 562e5fc8e2ae
parent 7687 1093e2a9adbd
permissions -rw-r--r--
25977273 update libcroco to 0.6.10 25941838 problem in GNOME/LIBRARIES
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
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: 6397
diff changeset
    23
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =		32_and_64
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
include ../../../make-rules/shared-macros.mk
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_NAME=		libcroco
7959
562e5fc8e2ae 25977273 update libcroco to 0.6.10
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7687
diff changeset
    30
COMPONENT_VERSION=	0.6.10
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/Libcroco
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
7959
562e5fc8e2ae 25977273 update libcroco to 0.6.10
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7687
diff changeset
    33
    sha256:72066611df77f5c4fb28268cfc7306ecc1517212a6182c2ea756c326a154246c
6397
b69863d8244c 23763603 libcroco doesn't specify COMPONENT_BUGDB in the Makefile
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 5896
diff changeset
    34
COMPONENT_BUGDB=	gnome/libraries
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6397
diff changeset
    35
COMPONENT_ANITYA_ID=	11787
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
7959
562e5fc8e2ae 25977273 update libcroco to 0.6.10
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7687
diff changeset
    37
TPNO=			34491
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
include $(WS_MAKE_RULES)/gnome-component.mk
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
7959
562e5fc8e2ae 25977273 update libcroco to 0.6.10
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 7687
diff changeset
    41
# Needed because of patch to configure.ac
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
# Actually, -Bsymbolic-functions; the option is misnamed -- Solaris linker
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
# doesn't support -Bsymbolic-functions currently.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
CONFIGURE_OPTIONS += --disable-Bsymbolic
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
CONFIGURE_OPTIONS += --disable-static
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
# Needed to make tests work
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
COMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
COMPONENT_TEST_TARGETS = test
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
COMPONENT_TEST_TRANSFORMS += '-e "/^removing tests/d"'
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += library/libxml2
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
REQUIRED_PACKAGES += library/glib2