components/mysql-5-1/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 2551 0391c5c3b137
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) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 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.1.37
    26 COMPONENT_VERSION=	5.1.37
    30     sha256:6a4596462d4447a79a0ad607ea1475ba0599651e2d82305a7f7dade038827f0c
    30     sha256:6a4596462d4447a79a0ad607ea1475ba0599651e2d82305a7f7dade038827f0c
    31 COMPONENT_ARCHIVE_URL=	http://downloads.mysql.com/archives/mysql-5.1/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://downloads.mysql.com/archives/mysql-5.1/$(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/configure.mk
    36 include $(WS_MAKE_RULES)/configure.mk
    37 include ../../make-rules/ips.mk
    37 include $(WS_MAKE_RULES)/ips.mk
    38 
    38 
    39 PATCH_LEVEL=0
    39 PATCH_LEVEL=0
    40 
    40 
    41 COMPONENT_PRE_CONFIGURE_ACTION = \
    41 COMPONENT_PRE_CONFIGURE_ACTION = \
    42         ( cd $(COMPONENT_SRC) ; \
    42         ( cd $(COMPONENT_SRC) ; \
   115 
   115 
   116 install: $(INSTALL_32_and_64)
   116 install: $(INSTALL_32_and_64)
   117 
   117 
   118 test: $(NO_TESTS)
   118 test: $(NO_TESTS)
   119 
   119 
   120 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   121 
   120 
   122 include ../../make-rules/depend.mk
   121 REQUIRED_PACKAGES += database/mysql-51
       
   122 REQUIRED_PACKAGES += library/ncurses
       
   123 REQUIRED_PACKAGES += library/zlib
       
   124 REQUIRED_PACKAGES += runtime/perl-512
       
   125 REQUIRED_PACKAGES += shell/ksh93
       
   126 REQUIRED_PACKAGES += system/core-os
       
   127 REQUIRED_PACKAGES += system/library
       
   128 REQUIRED_PACKAGES += system/library/c++-runtime
       
   129 REQUIRED_PACKAGES += system/library/math
       
   130 REQUIRED_PACKAGES += system/linker
       
   131 REQUIRED_PACKAGES += system/network