94N/A#
94N/A# CDDL HEADER START
94N/A#
94N/A# The contents of this file are subject to the terms of the
94N/A# Common Development and Distribution License (the "License").
94N/A# You may not use this file except in compliance with the License.
94N/A#
94N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94N/A# or http://www.opensolaris.org/os/licensing.
94N/A# See the License for the specific language governing permissions
94N/A# and limitations under the License.
94N/A#
94N/A# When distributing Covered Code, include this CDDL HEADER in each
94N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
94N/A# If applicable, add the following below this CDDL HEADER, with the
94N/A# fields enclosed by brackets "[]" replaced with your own identifying
94N/A# information: Portions Copyright [yyyy] [name of copyright owner]
94N/A#
94N/A# CDDL HEADER END
94N/A#
94N/A
94N/A#
5269N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
94N/A#
5680N/ABUILD_BITS= 64
94N/Ainclude ../../make-rules/shared-macros.mk
94N/A
94N/ACOMPONENT_NAME= tcsh
5269N/ACOMPONENT_VERSION= 6.19.00
5269N/AIPS_COMPONENT_VERSION= 6.19.0
618N/ACOMPONENT_PROJECT_URL= http://www.tcsh.org/
844N/ACOMPONENT_ARCHIVE_HASH= \
5269N/A sha256:12e271e0b89e4259d9d6e8d525322e77340e7244cfbd199a591e5f8146285c49
94N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
94N/A
5269N/ATPNO= 24443
2899N/A
5680N/A# the testsuite needs to be configured first
5680N/ASYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
94N/A
94N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
94N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
94N/A
3993N/A# force re-runs to be the same
3993N/ACOMPONENT_PRE_TEST_ACTION = \
3993N/A ($(RM) $(SOURCE_DIR)/tests/package.m4)
3993N/A
94N/ACOMPONENT_PREP_ACTION = \
94N/A (cd $(@D) ; autoconf )
94N/A
94N/ALOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
94N/A
5680N/ACONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR)
1591N/A
5680N/ACOMPONENT_TEST_ENV += PATH=$(GNUBIN):$(USRBINDIR)
4339N/ACOMPONENT_SYSTEM_TEST_TARGETS= system-test
3440N/A
5269N/A# Strip compilation lines from test output
5269N/ACOMPONENT_TEST_TRANSFORMS += \
5269N/A '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
5269N/A '-e "s|^.*$(CXX).*$$|XXX_CC_XXX|g" ' \
5269N/A '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
5269N/A '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
5269N/A '-e "/^XXX_CC_XXX$$/d" '
5269N/A
3817N/AREQUIRED_PACKAGES += text/locale