components/mysql-5-5/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 2890 47c675945a45
child 4556 a333002e842c
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME        = mysql
    25 COMPONENT_NAME        = mysql
    26 COMPONENT_VERSION     = 5.5.31
    26 COMPONENT_VERSION     = 5.5.31
    30     sha256:9cdd650b47e3ea864ab40d4ab23fa4a9fdfabc7fd018bf5c9cce30722c0abcea
    30     sha256:9cdd650b47e3ea864ab40d4ab23fa4a9fdfabc7fd018bf5c9cce30722c0abcea
    31 COMPONENT_ARCHIVE_URL = http://downloads.mysql.com/archives/mysql-5.5/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL = http://downloads.mysql.com/archives/mysql-5.5/$(COMPONENT_ARCHIVE)
    32 COMPONENT_PROJECT_URL = http://dev.mysql.com/ 
    32 COMPONENT_PROJECT_URL = http://dev.mysql.com/ 
    33 COMPONENT_BUGDB       = database/mysql
    33 COMPONENT_BUGDB       = database/mysql
    34 
    34 
    35 include ../../make-rules/prep.mk
    35 include $(WS_MAKE_RULES)/prep.mk
    36 include ../../make-rules/justmake.mk
    36 include $(WS_MAKE_RULES)/justmake.mk
    37 include ../../make-rules/ips.mk
    37 include $(WS_MAKE_RULES)/ips.mk
    38 
    38 
    39 # This component uses cmake to generate Makefiles and thus does not
    39 # This component uses cmake to generate Makefiles and thus does not
    40 # run any configure script
    40 # run any configure script
    41 CMAKE               = $(shell which cmake)
    41 CMAKE               = $(shell which cmake)
    42 CMAKE_PREFIX        = /usr/mysql/5.5
    42 CMAKE_PREFIX        = /usr/mysql/5.5
    87 
    87 
    88 install: $(INSTALL_32_and_64)
    88 install: $(INSTALL_32_and_64)
    89 
    89 
    90 test: $(NO_TESTS)
    90 test: $(NO_TESTS)
    91 
    91 
    92 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    93 
    92 
    94 include ../../make-rules/depend.mk
    93 REQUIRED_PACKAGES += library/security/openssl
       
    94 REQUIRED_PACKAGES += runtime/perl-512
       
    95 REQUIRED_PACKAGES += shell/ksh93
       
    96 REQUIRED_PACKAGES += system/core-os
       
    97 REQUIRED_PACKAGES += system/library
       
    98 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
       
    99 REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
       
   100 REQUIRED_PACKAGES += system/library/math
       
   101 REQUIRED_PACKAGES += system/network