components/ncurses/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 04 Aug 2016 10:41:57 -0700
changeset 6552 402379bc1b60
parent 5682 94c0ca64c022
child 7294 61f1f259467a
permissions -rw-r--r--
24385703 Turn on ASLR by default, even for Userland "library" components
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    23
# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    25
BUILD_BITS= 64_and_32
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		ncurses
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	5.7
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH= \
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    sha256:0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4
1114
5398cc32c3a8 16098241 TPNO adjustments for libtool and links for Solaris 12
Rich Burridge <rich.burridge@oracle.com>
parents: 1089
diff changeset
    32
COMPONENT_BUGDB=	library/ncurses
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1575
diff changeset
    34
TPNO=			5931
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1575
diff changeset
    35
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    36
include $(WS_MAKE_RULES)/gnu-component.mk
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
# Needed to make "gmake test" work.
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    39
COMPONENT_PRE_CONFIGURE_ACTION += \
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
	($(CLONEY) $(SOURCE_DIR) $(@D))
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
CONFIGURE_PREFIX =	/usr/gnu
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    44
# Fix 64-bit linking via compiler.
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
LDFLAGS += $(CC_BITS)
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    47
# Expects GNU install.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    48
CONFIGURE_ENV += INSTALL="$(INSTALL)"
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    49
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
CONFIGURE_OPTIONS +=	--with-shared
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
CONFIGURE_OPTIONS +=	--with-normal
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
CONFIGURE_OPTIONS +=	--enable-rpath
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
CONFIGURE_OPTIONS +=	--enable-widec
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
CONFIGURE_OPTIONS +=	--includedir=$(USRINCDIR)/ncurses
1575
4e52e4728eda 17849875 Compilation fails when user has TERMINFO environment variable set
Vladimir Marek <Vladimir.Marek@oracle.com>
parents: 1223
diff changeset
    55
CONFIGURE_OPTIONS +=	--with-default-terminfo-dir=$(GNUSHARE)/terminfo
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
# XXX: Ugly hack copied directly from the desktop SUNWncurses.spec file:
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
# The sun-color terminfo included in ncurses does not work;
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
# copying the one shipped with Sun's curses fixes it:
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
COMPONENT_POST_INSTALL_ACTION += \
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
	$(CP) /usr/share/lib/terminfo/s/sun-color \
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    62
	$(PROTO_DIR)$(GNUSHARE)/terminfo/s/;
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    63
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    64
# We only deliver 64-bit binaries and in /usr/bin.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    65
COMPONENT_POST_INSTALL_ACTION.32 += \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    66
	$(GSED) -i -e 's|$(GNUBIN)/i86|$(GNUBIN)|' \
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    67
		$(PROTOGNUBIN)/$(MACH32)/ncurses5-config;
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
3899
aa25d29e7836 20460852 NCURSES doesn't need master test results to compare against
James Chang <james.c.chang@Oracle.COM>
parents: 3817
diff changeset
    69
# There is no master test file because tests are interactive and not
aa25d29e7836 20460852 NCURSES doesn't need master test results to compare against
James Chang <james.c.chang@Oracle.COM>
parents: 3817
diff changeset
    70
# tied to the build.
2164
b580bc10e31a 19824924 Various Userland component test: Makefile targets should be standardized
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    71
COMPONENT_TEST_DIR =		$(BUILD_DIR)/$(MACH$(BITS))/test
b580bc10e31a 19824924 Various Userland component test: Makefile targets should be standardized
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    72
COMPONENT_TEST_TARGETS =
b580bc10e31a 19824924 Various Userland component test: Makefile targets should be standardized
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    73
3899
aa25d29e7836 20460852 NCURSES doesn't need master test results to compare against
James Chang <james.c.chang@Oracle.COM>
parents: 3817
diff changeset
    74
$(SKIP_TEST_AT_TOP_LEVEL)
aa25d29e7836 20460852 NCURSES doesn't need master test results to compare against
James Chang <james.c.chang@Oracle.COM>
parents: 3817
diff changeset
    75
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    76
REQUIRED_PACKAGES += shell/bash
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    77
# Required by this Makefile.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    78
REQUIRED_PACKAGES += system/data/terminfo/terminfo-core