components/python/mysql/Makefile
author John Beck <John.Beck@Oracle.COM>
Mon, 29 Jun 2015 18:33:05 -0700
branchs11-update
changeset 4563 5d3e1ffc1ae1
parent 4072 db0cec748ec0
child 7811 9126e6f58cd8
permissions -rw-r--r--
21344772 updates for evaluation packages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
3789
137fdcb27c8e 16837431 /usr/lib/python2.7/config/Makefile is incorrect
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
    23
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
#
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    25
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		MySQL-python
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    29
COMPONENT_VERSION=	1.2.5
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).zip
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH= \
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    33
    sha256:811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    34
COMPONENT_ARCHIVE_URL=	$(call pypi_url)
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    35
COMPONENT_PROJECT_URL=	https://github.com/farcepest/MySQLdb1
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/mysql
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    37
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    38
TPNO=			21723
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2890
diff changeset
    39
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    40
# Syntax issues: not Python 3 ready.
3794
4c9c1c3e5031 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 3789
diff changeset
    41
PYTHON_VERSIONS=	2.7 2.6
3778
35735ffdda43 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    42
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3794
diff changeset
    43
include $(WS_MAKE_RULES)/prep.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3794
diff changeset
    44
include $(WS_MAKE_RULES)/setup.py.mk
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3794
diff changeset
    45
include $(WS_MAKE_RULES)/ips.mk
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    47
# Remove trailing carriage returns, if present, in the files.
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    48
COMPONENT_POST_UNPACK_ACTION = \
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    49
    /usr/bin/find $(SOURCE_DIR) -type f -exec $(GSED) -i 's/\r//' '{}' \; ;
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    50
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    51
PATH_32=		/usr/mysql/5.5/bin/$(MACH32):/usr/bin:$(SPRO_VROOT)/bin
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    52
PATH_64=		/usr/mysql/5.5/bin:/usr/bin:$(SPRO_VROOT)/bin
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    53
COMPONENT_BUILD_ENV +=		PATH=$(PATH_$(BITS)):$(PATH)
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    54
COMPONENT_INSTALL_ENV +=	PATH=$(PATH_$(BITS)):$(PATH)
3789
137fdcb27c8e 16837431 /usr/lib/python2.7/config/Makefile is incorrect
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
    55
137fdcb27c8e 16837431 /usr/lib/python2.7/config/Makefile is incorrect
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
    56
CFLAGS_32=	-L/usr/mysql/5.5/lib -R/usr/mysql/5.5/lib
137fdcb27c8e 16837431 /usr/lib/python2.7/config/Makefile is incorrect
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
    57
CFLAGS_64=	-L/usr/mysql/5.5/lib/$(MACH64) -R/usr/mysql/5.5/lib/$(MACH64)
137fdcb27c8e 16837431 /usr/lib/python2.7/config/Makefile is incorrect
John Beck <John.Beck@Oracle.COM>
parents: 3778
diff changeset
    58
CFLAGS +=	$(CFLAGS_$(BITS))
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    59
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    60
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    61
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    62
# common targets
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    63
build:		$(BUILD_32_and_64)
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    64
4072
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    65
install:	$(INSTALL_32_and_64)
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    66
db0cec748ec0 PSARC 2015/110 OpenStack service updates for Juno
Danek Duvall <danek.duvall@oracle.com>
parents: 3996
diff changeset
    67
test:		$(NO_TESTS)
2699
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    68
62ad843cf9dd 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    69
3996
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3794
diff changeset
    70
REQUIRED_PACKAGES += database/mysql-55/library
20c0f21bbe1e 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3794
diff changeset
    71
REQUIRED_PACKAGES += system/library
4563
5d3e1ffc1ae1 21344772 updates for evaluation packages
John Beck <John.Beck@Oracle.COM>
parents: 4072
diff changeset
    72
REQUIRED_PACKAGES += system/library/math