Makefile revision 5680
2521N/A#
2521N/A# CDDL HEADER START
2521N/A#
2521N/A# The contents of this file are subject to the terms of the
2521N/A# Common Development and Distribution License (the "License").
2521N/A# You may not use this file except in compliance with the License.
2521N/A#
2521N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2521N/A# or http://www.opensolaris.org/os/licensing.
2521N/A# See the License for the specific language governing permissions
2521N/A# and limitations under the License.
2521N/A#
2521N/A# When distributing Covered Code, include this CDDL HEADER in each
2521N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2521N/A# If applicable, add the following below this CDDL HEADER, with the
2521N/A# fields enclosed by brackets "[]" replaced with your own identifying
2521N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2521N/A#
2521N/A# CDDL HEADER END
2521N/A#
2521N/A
2521N/A#
5403N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
2521N/A#
3998N/ABUILD_BITS= 64
2521N/Ainclude ../../make-rules/shared-macros.mk
3998N/A
3998N/APATH = $(GNUBIN):$(USRBINDIR)
2521N/A
6854N/ACOMPONENT_NAME= quilt
6854N/ACOMPONENT_VERSION= 0.64
6854N/ACOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
2521N/ACOMPONENT_ARCHIVE_HASH= \
2521N/A sha256:c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd
2521N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
6854N/A
6854N/ATPNO= 21555
6854N/A
3533N/ASYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
2521N/Ainclude $(WS_MAKE_RULES)/common.mk
3998N/A
3998N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
6854N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
6854N/A
6854N/ACOMPONENT_PREP_ACTION = \
6854N/A (cd $(@D) ; autoconf )
6854N/A
6854N/APATCH_LEVEL= 0
6854N/A
6854N/A# without this, some make messages end up in the
6854N/A# generated README and man pages.
6854N/ACOMPONENT_BUILD_ARGS+= --no-print-directory
6854N/A
6854N/APERLBINDIR= $(USRDIR)/perl5/$(PERL_VERSION)/bin
6854N/A
6854N/ACONFIGURE_OPTIONS += --with-column=$(USRBINDIR)/column
6854N/ACONFIGURE_OPTIONS += --with-cp=$(GNUBIN)/cp
6854N/ACONFIGURE_OPTIONS += --with-date=$(GNUBIN)/date
6854N/ACONFIGURE_OPTIONS += --with-getopt=$(GNUBIN)/getopt
6854N/ACONFIGURE_OPTIONS += --with-grep=$(GNUBIN)/grep
6854N/ACONFIGURE_OPTIONS += --with-tail=$(GNUBIN)/tail
6854N/ACONFIGURE_OPTIONS += --with-tr=$(GNUBIN)/tr
6854N/ACONFIGURE_OPTIONS += --with-sed=$(GNUBIN)/sed
6854N/ACONFIGURE_OPTIONS += --with-diff=$(GNUBIN)/diff
6854N/ACONFIGURE_OPTIONS += --with-find=$(GNUBIN)/find
3998N/ACONFIGURE_OPTIONS += --with-patch=$(GNUBIN)/patch
3998N/ACONFIGURE_OPTIONS += --with-perl=$(PERLBINDIR)/perl
3998N/ACONFIGURE_OPTIONS += --with-pod2man=$(PERLBINDIR)/pod2man
3998N/ACONFIGURE_OPTIONS += --with-xgettext=$(USRBINDIR)/gxgettext
3998N/ACONFIGURE_OPTIONS += --with-msgfmt=$(USRBINDIR)/gmsgfmt
3998N/A
4194N/ACOMPONENT_INSTALL_ARGS += BUILD_ROOT=$(PROTO_DIR)
3998N/A
3998N/ACOMPONENT_TEST_TRANSFORMS += \
3998N/A '-e "s|^.* -> .*$$|XXX_REMOVE_XXX|g" ' \
3998N/A '-e "s|^Generating.*$$|XXX_REMOVE_XXX|g" ' \
3998N/A '-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
3998N/A '-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
5860N/A '-e "/^XXX_REMOVE_XXX$$/d" '
5860N/A
4194N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
3998N/A
6854N/AREQUIRED_PACKAGES += archiver/gnu-tar
3998N/AREQUIRED_PACKAGES += file/gnu-coreutils
3998N/AREQUIRED_PACKAGES += file/gnu-findutils
3998N/AREQUIRED_PACKAGES += $(PERL_PKG)
5860N/AREQUIRED_PACKAGES += service/network/smtp/sendmail
5860N/AREQUIRED_PACKAGES += shell/bash
4194N/AREQUIRED_PACKAGES += shell/gnu-getopt
3998N/AREQUIRED_PACKAGES += text/gawk
6854N/AREQUIRED_PACKAGES += text/gnu-diffutils
3998N/AREQUIRED_PACKAGES += text/gnu-grep
6854N/AREQUIRED_PACKAGES += text/gnu-patch
3998N/AREQUIRED_PACKAGES += text/gnu-sed
3998N/AREQUIRED_PACKAGES += text/text-utilities
5860N/A