Makefile revision 4803
4803N/A#
4803N/A# CDDL HEADER START
4803N/A#
4803N/A# The contents of this file are subject to the terms of the
4803N/A# Common Development and Distribution License (the "License").
4803N/A# You may not use this file except in compliance with the License.
4803N/A#
4803N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4803N/A# or http://www.opensolaris.org/os/licensing.
4803N/A# See the License for the specific language governing permissions
4803N/A# and limitations under the License.
4803N/A#
4803N/A# When distributing Covered Code, include this CDDL HEADER in each
4803N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4803N/A# If applicable, add the following below this CDDL HEADER, with the
4803N/A# fields enclosed by brackets "[]" replaced with your own identifying
4803N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4803N/A#
4803N/A# CDDL HEADER END
4803N/A#
4803N/A
4803N/A#
5680N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
4803N/A#
5680N/A
4803N/Ainclude ../../make-rules/shared-macros.mk
4803N/A
4803N/ACOMPONENT_NAME = gamin
4803N/ACOMPONENT_VERSION = 0.1.10
4803N/ACOMPONENT_PROJECT_URL = http://www.gnome.org/~veillard/gamin/
4803N/ACOMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4803N/ACOMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz
4803N/ACOMPONENT_ARCHIVE_HASH = \
4803N/A sha256:28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1
4803N/ACOMPONENT_ARCHIVE_URL = https://people.gnome.org/~veillard/gamin/sources/gamin-0.1.10.tar.gz
4803N/ACOMPONENT_BUGDB = library/gamin
4803N/A
5680N/ATPNO = 9483
4803N/A
4803N/Ainclude $(WS_MAKE_RULES)/prep.mk
4803N/Ainclude $(WS_MAKE_RULES)/configure.mk
4803N/Ainclude $(WS_MAKE_RULES)/ips.mk
4803N/A
4803N/AASLR_MODE = $(ASLR_ENABLE)
4803N/A
4803N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -if; bzip2 NEWS; bzip2 ChangeLog; bzip2 COPYING)
4803N/A
4803N/A# The tests can leave a socket behind, which makes the tests fail next time
4803N/ACOMPONENT_PRE_TEST_ACTION += rm -f /tmp/fam-$$LOGNAME/fam-test
4803N/A
4803N/A# The test suite sets permission on the temp dir to 000 and 'gmake clean' is
4803N/A# not able to remove it afterwards
4803N/APRE_CLEAN_ACTION = chmod 777 $(BUILD_DIR)/*/python/tests/temp_dir &> /dev/null || :
4803N/A
4803N/A# Remove times from the test output
4803N/ACOMPONENT_TEST_TRANSFORMS += '-e "s/^\(--- result\.[0-9][0-9]*\).*/\1/" '
4803N/A
4803N/A# Since the tests don't pass, remove mostly all output of the tests
4803N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^ /d"'
4803N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^Error/d"'
4803N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^error/d"'
4803N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^Traceback/d"'
4803N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^IndexError/d"'
4803N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^Got callback/d"'
4979N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^No differences encountered/d"'
4979N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^+/d"'
4979N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^\-/d"'
4979N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^\*/d"'
4979N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^!/d"'
4979N/A
4979N/Aconfigure: $(CONFIGURE_32)
4979N/A
4979N/Abuild: $(BUILD_32)
4979N/A
4979N/Ainstall: $(INSTALL_32)
4803N/A
4979N/Atest: $(TEST_32)
4979N/A
4979N/AREQUIRED_PACKAGES += library/glib2
4979N/AREQUIRED_PACKAGES += runtime/python-27
4979N/AREQUIRED_PACKAGES += system/library
4979N/A