components/ruby/ruby-18/Makefile
author John Beck <John.Beck@Oracle.COM>
Sat, 17 Jan 2015 09:17:37 -0800
branchs11-update
changeset 3661 47545fb8aed4
parent 3165 cac7fca94e7a
child 3996 20c0f21bbe1e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     1
#
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     3
#
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     7
#
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
#
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    18
#
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    20
#
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    21
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    22
#
3165
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
    23
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    24
#
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    25
2813
db0bfa0fa498 PSARC/2013/269 Add Ruby 1.9.3 and EOF and Remove Ruby 1.8.7
April Chin <april.chin@oracle.com>
parents: 2713
diff changeset
    26
include ../../../make-rules/shared-macros.mk
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    27
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		ruby
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.8.7
2713
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
    30
COMPONENT_PATCH_VERSION=	374
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 199
diff changeset
    31
COMPONENT_PROJECT_URL=	http://www.ruby-lang.org/
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    32
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)-p$(COMPONENT_PATCH_VERSION)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 688
diff changeset
    34
COMPONENT_ARCHIVE_HASH=	\
2713
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
    35
    sha256:b4e34703137f7bfb8761c4ea474f7438d6ccf440b3d35f39cc5e4d4e239c07e3
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    36
COMPONENT_ARCHIVE_URL=	http://ftp.ruby-lang.org/pub/ruby/1.8/$(COMPONENT_ARCHIVE)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    37
IPS_COMPONENT_VERSION=	$(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    38
COMPONENT_BUGDB=	utility/ruby
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 3165
diff changeset
    40
TPNO=			14356
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 3165
diff changeset
    41
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    42
# rubygems 
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    43
COMPONENT_SRC_1=	rubygems-1.3.5
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    44
COMPONENT_ARCHIVE_1=	$(COMPONENT_SRC_1).tgz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 688
diff changeset
    45
COMPONENT_ARCHIVE_HASH_1=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 688
diff changeset
    46
    sha256:c0928cc1ae54dedfb5f57ad3829882c1f90e42bc17bf50491aa6f93a937546ac
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    47
COMPONENT_ARCHIVE_URL_1=	http://production.cf.rubygems.org/rubygems/$(COMPONENT_ARCHIVE_1)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    48
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    49
SOURCE_DIR_1=$(COMPONENT_DIR)/$(COMPONENT_SRC_1)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    50
CLEAN_PATHS += $(SOURCE_DIR_1)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    51
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    52
include $(WS_TOP)/make-rules/prep.mk
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    53
include $(WS_TOP)/make-rules/ips.mk
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    54
include $(WS_TOP)/make-rules/configure.mk
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    55
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    56
# COMPONENT_VERSION <major>.<minor>.<teeny>
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    57
# is transformed into <major>.<minor> for RUBY_VER.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    58
# First change the separator '.' to ' ', so we can use "word" to pull the 
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    59
# first two space-separated words from the string.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    60
RUBY_VER_WORDS=	$(subst ., ,$(COMPONENT_VERSION))
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    61
RUBY_VER=$(word 1,$(RUBY_VER_WORDS)).$(word 2,$(RUBY_VER_WORDS))
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    62
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    63
GEMHOME=/var/ruby/$(RUBY_VER)/gem_home
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    64
PROTORUBYDIR=$(PROTO_DIR)/usr/ruby/$(RUBY_VER)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    65
PROTOGEMHOME=$(PROTO_DIR)$(GEMHOME)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    66
RUBYGEMS_INSTALL_TARGET=$(PROTORUBYDIR)/bin/gem
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    67
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    68
PROTO_RBCONFIG_FILE=$(PROTORUBYDIR)/lib/ruby/$(RUBY_VER)/$(MACH)-solaris$(SOLARIS_VERSION)/rbconfig.rb
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    69
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    70
# these macros are used in the package manifest
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    71
PKG_MACROS+=	RUBY_VER=$(RUBY_VER)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    72
2831
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    73
# patches to rubygems are in a separate directory from the ruby patches
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    74
PATCH_DIR_1 = rubygems-patches
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    75
PATCHES_1 = $(shell find $(PATCH_DIR_1) -type f -name $(PATCH_PATTERN) \
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    76
    2>/dev/null | sort)
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    77
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    78
# Since configure.in is patched, we need to autoconf after the patch.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    79
# Also, unpack the 2nd archive for rubygems.
2831
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    80
# Rubygems has patches, but it does not use configure nor make.
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    81
COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf); \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    82
	$(RM) -r $(SOURCE_DIR_1); \
2831
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    83
	$(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1); \
5bcda3bda3f9 17650524 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2813
diff changeset
    84
	$(foreach patch,$(PATCHES_1), \
2848
6223a5e1822c 17884834 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2831
diff changeset
    85
	$(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch); )
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    86
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    87
# These modifications of ruby.1 must occur after ruby
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    88
# is installed, not before.  Although there are some other patches
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    89
# to ruby.1 that occur before, the ruby installation does some 
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    90
# formatting of ruby.1 that won't occur if the below changes
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    91
# are applied.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    92
COMPONENT_POST_INSTALL_ACTION += \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    93
	/bin/sed -f Solaris/ruby.1.sedscript \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    94
	$(PROTORUBYDIR)/share/man/man1/ruby.1 > ruby.1.mod ; \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    95
	$(MV) ruby.1.mod $(PROTORUBYDIR)/share/man/man1/ruby.1
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    96
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    97
# Fix generated rbconfig.rb.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    98
# This should NOT occur until AFTER rubygems installs;
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    99
# otherwise the GEM_HOME setting added to rbconfig.rb will cause setup.rb
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   100
# to attempt (and fail) to install rubygems docs on the build system,
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   101
# rather than in the proto area.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   102
# Also fix magic line of gem script.
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   103
POST_RUBYGEMS_INSTALL_ACTION += \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   104
	/bin/sed -f Solaris/rbconfig.sedscript $(PROTO_RBCONFIG_FILE) \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   105
	> rbconfig.rb.mod ; \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   106
	$(MV) rbconfig.rb.mod $(PROTO_RBCONFIG_FILE) ; \
2813
db0bfa0fa498 PSARC/2013/269 Add Ruby 1.9.3 and EOF and Remove Ruby 1.8.7
April Chin <april.chin@oracle.com>
parents: 2713
diff changeset
   107
	/bin/sed -e '1s;^\#!/.*;\#!/usr/ruby/$(RUBY_VER)/bin/ruby;' $(PROTORUBYDIR)/bin/gem \
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   108
	> gem.mod ; \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   109
	$(MV) gem.mod $(PROTORUBYDIR)/bin/gem
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   110
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   111
# dtrace only available for i386 at this time;
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   112
# on sparc, a compiler bug (CR #6659110) prevents use of dtrace
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   113
DTRACE_FLAG_i386 =	--enable-dtrace
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   114
DTRACE_FLAG =		$(DTRACE_FLAG_$(MACH))
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   115
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   116
# dtrace.d, created in source dir during patch for dtrace,
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   117
# is needed for building
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   118
DTRACE_PRE_BUILD_i386 =	$(CP) $(SOURCE_DIR)/dtrace.d $(BUILD_DIR_32) 
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   119
DTRACE_PRE_BUILD =	$(DTRACE_PRE_BUILD_$(MACH))
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   120
COMPONENT_PRE_BUILD_ACTION =	$(DTRACE_PRE_BUILD)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   121
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   122
# default LD_OPTION $(LD_B_DIRECT) causes problems--
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   123
# during install of ruby, ruby is executed and will core dump
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   124
# after compiling with this option
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   125
LD_B_DIRECT=
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   126
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   127
# don't use LD_Z_IGNORE: causes ruby linker problems with 
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   128
# unreferenced symbol tgetent in libreadline, similar to CR #6919344
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   129
LD_Z_IGNORE=
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   130
2713
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   131
# Several of the drb tests will leave stray ruby processes behind;
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   132
# move these tests aside so they won't be run by the test target.
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   133
# They aren't needed by the build or packages, so we keep them 
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   134
# renamed.
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   135
COMPONENT_PRE_TEST_ACTION += \
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   136
	if [ -e $(SOURCE_DIR)/test/drb/test_drbssl.rb ]; then \
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   137
		$(MV) $(SOURCE_DIR)/test/drb/test_drbssl.rb $(SOURCE_DIR)/test/drb/test_drbssl.rb-save; \
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   138
	fi
628886ae1684 17075828 upgrade ruby to 1.8.7-p374
April Chin <april.chin@oracle.com>
parents: 2434
diff changeset
   139
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   140
CONFIGURE_PREFIX =	$(USRDIR)/$(COMPONENT_NAME)/$(RUBY_VER)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   141
CONFIGURE_OPTIONS += $(DTRACE_FLAG)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   142
CONFIGURE_OPTIONS += --enable-shared
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   143
CONFIGURE_OPTIONS += --enable-install-doc
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   144
CONFIGURE_OPTIONS += --disable-option-checking
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   145
CONFIGURE_OPTIONS += --with-openssl
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   146
CONFIGURE_OPTIONS += --with-tk-dir=/usr
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   147
CONFIGURE_OPTIONS += --with-curses-dir=/usr
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   148
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   149
3165
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   150
# Also check rubygems source directory for files, since files in
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   151
# lib/rubygems/ssl_cert are not installed into the proto area.
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   152
PKG_PROTO_DIRS += $(SOURCE_DIR_1)
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   153
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   154
include $(WS_TOP)/make-rules/shared-targets.mk
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   155
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   156
# common targets
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   157
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   158
build:		$(BUILD_32)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   159
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   160
install:	build $(INSTALL_32) $(RUBYGEMS_INSTALL_TARGET)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   161
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   162
# one expected failure in TestHTTP::HTTPConnectionTest
688
9333dc6e30ba 7127211 Problem with utility/ruby
April Chin <april.chin@oracle.com>
parents: 609
diff changeset
   163
# also possibly test_endblockwarn(TestBeginEndBlock), 
9333dc6e30ba 7127211 Problem with utility/ruby
April Chin <april.chin@oracle.com>
parents: 609
diff changeset
   164
# test_step_ruby_core_35753(TestRange)
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   165
test:	$(TEST_32)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   166
3165
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   167
# Note: testing rubygems requires the ruby 1.8 gems rake (v0.8.7+),
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   168
# hoe (v2.4.0+), and minitest (v1.3.1+), which are not in Solaris,
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   169
# so, as a normal user, first install the ruby 1.8 gems locally
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   170
# (in your ~/.gem directory):
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   171
# gem18 install --user-install rake -v0.8.7
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   172
# gem18 install --user-install hoe -v2.4.0
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   173
# gem18 install --user-install minitest -v1.3.1
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   174
#
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   175
# Go to the rubygems source directory just below this component directory:
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   176
# cd rubygems-1.3.5
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   177
#
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   178
# And call the locally-installed rake to run the rubygems tests:
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   179
# ~/.gem/ruby/1.8/bin/rake
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   180
#
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   181
# There is one expected Error for the rubygems tests:
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   182
# test_handle_options_port(TestGemCommandsServerCommand):
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   183
# OptionParser::InvalidArgument: invalid argument: -p http: no such named service
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   184
cac7fca94e7a 18849279 problem in UTILITY/RUBY
April Chin <april.chin@oracle.com>
parents: 2848
diff changeset
   185
199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   186
# install rubygems using ruby installed in proto area
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   187
$(RUBYGEMS_INSTALL_TARGET):	$(INSTALL_32)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   188
	(cd $(COMPONENT_SRC_1); $(ENV) - \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   189
	"DESTDIR=$(PROTO_DIR)" \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   190
	LD_LIBRARY_PATH=$(PROTORUBYDIR)/lib \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   191
	GEM_HOME=$(PROTOGEMHOME) \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   192
	$(PROTORUBYDIR)/bin/ruby \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   193
	-I$(PROTORUBYDIR)/lib/ruby/1.8 \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   194
	-I$(PROTORUBYDIR)/lib/ruby/1.8/$(MACH)-solaris$(SOLARIS_VERSION) \
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   195
	setup.rb --vendor --destdir=$(PROTO_DIR) )
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   196
	$(POST_RUBYGEMS_INSTALL_ACTION)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   197
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   198
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   199
b87534be1a76 7023222 move ruby to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
   200
include $(WS_TOP)/make-rules/depend.mk