components/mercurial/Makefile
author Danek Duvall <danek.duvall@oracle.com>
Fri, 21 Apr 2017 10:43:44 -0700
branchs11u3-sru
changeset 7937 20e6442c6cee
parent 7811 9126e6f58cd8
permissions -rw-r--r--
25896920 mercurial 4.1.3 22749480 mercurial should deliver 64-bit modules 23210760 problem in UTILITY/HG 24415944 bundle2 prechangegroup & incoming hooks set HG_URL=push when pushing 25896962 problem in UTILITY/HG
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
3748
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    21
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
7811
9126e6f58cd8 PSARC 2014/190 Python 2.6 EOF
John Beck <John.Beck@Oracle.COM>
parents: 5721
diff changeset
    23
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
3748
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    24
#
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    25
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 99
diff changeset
    26
include ../../make-rules/shared-macros.mk
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		mercurial
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
    31
COMPONENT_VERSION=	4.1.3
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
    32
COMPONENT_PROJECT_URL=	http://mercurial-scm.org/
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 751
diff changeset
    35
COMPONENT_ARCHIVE_HASH=	\
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
    36
    sha256:103d2ae187d5c94110c0e86ccc3b46f55fcd8e21c78d1c209bac7b59a73e86d8
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
    37
COMPONENT_ARCHIVE_URL=	https://www.mercurial-scm.org/release/$(COMPONENT_ARCHIVE)
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 821
diff changeset
    38
COMPONENT_BUGDB=	utility/hg
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    39
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
    40
TPNO=			34883
3748
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    41
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3748
diff changeset
    42
# Mercurial does not yet support Python 3.
7811
9126e6f58cd8 PSARC 2014/190 Python 2.6 EOF
John Beck <John.Beck@Oracle.COM>
parents: 5721
diff changeset
    43
PYTHON_VERSIONS = $(PYTHON2_VERSIONS)
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3748
diff changeset
    44
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    45
include $(WS_MAKE_RULES)/prep.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    46
include $(WS_MAKE_RULES)/setup.py.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
    47
include $(WS_MAKE_RULES)/ips.mk
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
751
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    49
COMPONENT_POST_INSTALL_ACTION = \
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    50
	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f hg hg-$(PYTHON_VERSION))
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    51
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/contrib
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    53
PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/doc
196
816e398e992c 6907515 mercurial 1.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 181
diff changeset
    54
3748
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    55
# Use bash in sh mode for the tests; using /bin/sh on Solaris hasn't always
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    56
# worked, and using /bin/bash doesn't always work, either.  Also skip the
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    57
# tests which try to check all the code in the userland gate.  And finally,
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    58
# test the bits from the proto area, rather than rebuilding.  Given the way the
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    59
# test suite works, the hg executable must be named "hg".
5721
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    60
TEST_BLACKLIST = \
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    61
	test-check-code.t \
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    62
	test-check-config.t \
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
    63
	test-devel-warnings.t \
5721
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    64
	test-hghave.t \
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    65
	test-module-imports.t \
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    66
	test-run-tests.t
3748
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    67
COMPONENT_PRE_TEST_ACTION = \
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    68
	(cd $(BUILD_DIR); rm -f sh; ln -s /bin/bash sh; \
5721
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    69
	printf "%s\n" $(TEST_BLACKLIST) > blacklist); \
3748
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    70
	(cd $(PROTOUSRBINDIR); rm -f hg; ln -s hg-$(PYTHON_VERSION) hg)
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    71
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    72
COMPONENT_TEST_DIR =	$(COMPONENT_SRC)/tests
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    73
COMPONENT_TEST_ENV_CMD =	$(ENV)
5721
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    74
COMPONENT_TEST_ENV =	PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB)
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    75
COMPONENT_TEST_ENV +=	TERM=dumb
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    76
COMPONENT_TEST_ENV +=	HGTEST_JOBS=$(or $(HGTEST_JOBS),1)
3748
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    77
COMPONENT_TEST_ARGS =	./run-tests.py \
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    78
			--shell $(BUILD_DIR)/sh \
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    79
			--with-hg $(PROTOUSRBINDIR)/hg \
4e3605a7e3c0 20246148 mercurial 3.2.3
Danek Duvall <danek.duvall@oracle.com>
parents: 3045
diff changeset
    80
			--blacklist $(BUILD_DIR)/blacklist
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    81
3045
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    82
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    83
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    84
# Assuming you have docutils installed, update the manpages patch for a new
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    85
# mercurial version based on the patches applied to the source and to the
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    86
# manpage generator.  This works either against source that's already been
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    87
# patched with the older manpages.patch or against a fresh tarball.  Eventually
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    88
# we'll have docutils in the CBE and we'll be able to regenerate the manpages
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    89
# as part of the build, rather than patching them.
5721
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    90
#
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    91
# Only build this target if it doesn't already exist, since this recipe is just
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    92
# for the component maintainer's benefit.
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    93
patches/manpages.patch: $(SOURCE_DIR)/.unpacked \
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
    94
    $(SOURCE_DIR)/.rst.patched $(SOURCE_DIR)/.hgmanpage.patched
5721
153e2c170241 23018272 mercurial 3.7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 4321
diff changeset
    95
	if [[ -f $@ ]]; then exit 0; fi; \
3045
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    96
	if [[ -f $(COMPONENT_SRC)/doc/hg.1.~1~ ]]; then \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    97
		cd $(COMPONENT_SRC)/doc; gmake man || true; cd ../..; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    98
		for f in hg.1 hgignore.5 hgrc.5; do \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
    99
			diff -u $(COMPONENT_SRC)/doc/$$f.~1~ $(COMPONENT_SRC)/doc/$$f; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   100
		done > $@; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   101
	else \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   102
		for f in hg.1 hgignore.5 hgrc.5; do \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   103
			cp -p $(COMPONENT_SRC)/doc/$$f $(COMPONENT_SRC)/doc/$$f.orig; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   104
		done; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   105
		cd $(COMPONENT_SRC)/doc; gmake man || true; cd ../..; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   106
		for f in hg.1 hgignore.5 hgrc.5; do \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   107
			diff -u $(COMPONENT_SRC)/doc/$$f.orig $(COMPONENT_SRC)/doc/$$f; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   108
		done > $@; \
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   109
	fi || true
0121e7323666 18050227 mercurial 2.8.2
Danek Duvall <danek.duvall@oracle.com>
parents: 2434
diff changeset
   110
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
   111
# Build and install 64-bit first, so that the 32-bit hg is what's installed.
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
   112
build:		$(BUILD_64) $(BUILD_32)
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   113
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
   114
install:	$(INSTALL_64) $(INSTALL_32)
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   115
7937
20e6442c6cee 25896920 mercurial 4.1.3
Danek Duvall <danek.duvall@oracle.com>
parents: 7811
diff changeset
   116
test:		install $(TEST_64) $(TEST_32)
99
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   117
c15c9099bb44 6841644 OpenSolaris Python should support gdbm
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   118
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
   119
REQUIRED_PACKAGES += runtime/python-27
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3778
diff changeset
   120
REQUIRED_PACKAGES += system/library