components/graphviz/Makefile
author Jesse Butler <jesse.butler@oracle.com>
Tue, 18 Oct 2016 05:50:50 -0700
changeset 7121 02252aa4d56c
parent 6693 3c64a998e2f5
child 7122 630f5a510c0a
permissions -rw-r--r--
24335926 HOME should be set by default in a solaris container
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     1
#
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     3
#
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     7
#
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    12
#
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    18
#
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    20
#
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    21
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    22
#
5638
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5177
diff changeset
    23
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    25
BUILD_BITS= 64_and_32
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    27
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		graphviz
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	2.28.0
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 457
diff changeset
    30
COMPONENT_PROJECT_URL=	http://www.graphviz.org/
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 706
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 706
diff changeset
    32
    sha256:d3aa7973c578cae4cc26d9d6498c57ed06680cab9a4e940d0357a3c6527afc76
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 457
diff changeset
    33
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)pub/graphviz/stable/SOURCES/$(COMPONENT_ARCHIVE)
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    34
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1482
diff changeset
    35
TPNO=			17707
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1482
diff changeset
    36
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5761
diff changeset
    37
# publish for only one version of perl
5638
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5177
diff changeset
    38
PERL_VERSIONS = $(PERL_VERSION)
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5177
diff changeset
    39
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    40
# There are tests, but they fail consistently because the test samples are out
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    41
# of date and not generated with a known configuration.  See
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    42
# http://graphviz.org/bugs/b2063.html
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    43
TEST_TARGET= $(SKIP_TEST)
5761
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    44
6693
3c64a998e2f5 24523353 do not publish graphviz when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5797
diff changeset
    45
ifneq ($(BUILD_TYPE), evaluation)
5761
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    46
# We want to build a couple of extra things after the installs are done, so set
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    47
# the install targets appropriately.
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    48
INSTALL_TARGET = $(INSTALL_$(MK_BITS))
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    49
INSTALL_TARGET += $(PROTOUSRLIBDIR)/graphviz/config6
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    50
INSTALL_TARGET += $(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)/gv.pyc
6693
3c64a998e2f5 24523353 do not publish graphviz when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5797
diff changeset
    51
endif
3c64a998e2f5 24523353 do not publish graphviz when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5797
diff changeset
    52
3c64a998e2f5 24523353 do not publish graphviz when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5797
diff changeset
    53
# Depends on newer cairo, which cannot be updated in S11.
3c64a998e2f5 24523353 do not publish graphviz when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5797
diff changeset
    54
include $(WS_MAKE_RULES)/no-evaluation.mk
5761
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    55
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    56
include $(WS_MAKE_RULES)/common.mk
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    57
4949
bd993b5f1799 22031313 graphviz should use php 5.6 and stop using 5.3
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4746
diff changeset
    58
PATH =		/usr/php/5.6/bin:/usr/bin:/usr/gnu/bin
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    59
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    60
# GMP header files for the guile extension (no --with- flag)
2010
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    61
# The guile build is broken with studio (15732452), so we disable this for now.
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    62
# CPPFLAGS +=	-I/usr/include/gmp
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    63
# Java header files (--with-javaincludedir allows for only one directory)
938
2c2880af6a0b 7187873 graphviz isn't using the right java header files
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 800
diff changeset
    64
CPPFLAGS +=	-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/solaris
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    65
# PHP header files (no --with- flag)
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    66
CPPFLAGS +=	$(shell PATH=$(PATH) php-config --includes)
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    67
CXX +=		$(studio_NORUNPATH)
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    68
2010
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    69
# Make sure to use the right python, depending on the 32/64-bit build.
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    70
CONFIGURE_ENV +=	PYTHON27=$(PYTHON.2.7)
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    71
CONFIGURE_OPTIONS +=	--without-included-ltdl
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    72
CONFIGURE_OPTIONS +=	--enable-python=no
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 683
diff changeset
    73
CONFIGURE_OPTIONS +=	--enable-python27=yes
623
15f87c23a86e 7109831 userland pkglint should audit runpaths
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 609
diff changeset
    74
CONFIGURE_OPTIONS +=	--x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    75
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    76
COMPONENT_BUILD_ARGS += 	GREP=$(USRBINDIR)/ggrep
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    77
6693
3c64a998e2f5 24523353 do not publish graphviz when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5797
diff changeset
    78
ifneq ($(BUILD_TYPE), evaluation)
4949
bd993b5f1799 22031313 graphviz should use php 5.6 and stop using 5.3
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4746
diff changeset
    79
# perl, ruby, php ship 64-bit only.
2010
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    80
$(CONFIGURE_32): CONFIGURE_OPTIONS +=	--enable-perl=no
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    81
$(CONFIGURE_32): CONFIGURE_OPTIONS +=	--enable-ruby=no
4949
bd993b5f1799 22031313 graphviz should use php 5.6 and stop using 5.3
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4746
diff changeset
    82
$(CONFIGURE_32): CONFIGURE_OPTIONS +=	--enable-php=no
2010
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    83
$(CONFIGURE_64): CONFIGURE_ENV +=	PERL=$(PERL)
5177
eb02f7b13b81 21234701 graphviz should no longer deliver Ruby 1.9 bindings
April Chin <april.chin@oracle.com>
parents: 5066
diff changeset
    84
$(CONFIGURE_64): CONFIGURE_ENV +=	RUBY=$(RUBY.2.1)
2010
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    85
$(INSTALL_64): COMPONENT_INSTALL_ARGS += PHP_INSTALL_DIR=$(shell PATH=$(PATH) php-config --extension-dir)
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    86
# tcl ships both 32 and 64 bit, but even though /usr/bin/tclsh is 64-bit, there
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    87
# is no place to stick 64-bit modules, so skip it.  On the other hand, make
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    88
# sure to find the right tcl bits when building 32-bit.
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    89
$(CONFIGURE_64): CONFIGURE_OPTIONS +=	--enable-tcl=no
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    90
$(CONFIGURE_32): CONFIGURE_OPTIONS +=	--with-tclsh=$(USRBINDIR)/$(MACH32)/tclsh
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    91
$(CONFIGURE_32): CONFIGURE_ENV += 	TCLCONFIG=$(USRLIBDIR)/tclConfig.sh
2010
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    92
# Put the 64-bit lua module in a 64-bit directory.
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    93
$(INSTALL_32): COMPONENT_INSTALL_ARGS += LUA_INSTALL_DIR=$(USRLIBDIR)/lua/5.2
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
    94
$(INSTALL_64): COMPONENT_INSTALL_ARGS += LUA_INSTALL_DIR=$(USRLIBDIR)/lua/5.2/64
2010
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    95
# Use GNU ln, which supports the -r (--relative) option.
cb03afa45934 18685168 graphviz should move to ruby 1.9
Danek Duvall <danek.duvall@oracle.com>
parents: 1948
diff changeset
    96
COMPONENT_INSTALL_ARGS += LN_S="gln -s"
6693
3c64a998e2f5 24523353 do not publish graphviz when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5797
diff changeset
    97
endif
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    98
5761
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
    99
# Create the config file once the 32-bit build is complete.  This runs the bits
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   100
# we just built, so we have to set a handful of variables to the right place.
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   101
# The 32-bit executables are in their own directory, so we have to point to
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   102
# that version of dot explicitly.
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   103
$(PROTOUSRLIBDIR)/graphviz/config6: $(INSTALL_32)
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5638
diff changeset
   104
	env LD_LIBRARY_PATH=$(PROTOUSRLIBDIR) GVBINDIR=$(PROTOUSRLIBDIR)/graphviz \
5761
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   105
		$(PROTOUSRBINDIR)/$(MACH32)/dot -c
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   106
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   107
# Once the build is complete, compile the .py file.  There's no need to compile
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   108
# the one in the "64" directory, so don't recurse.  And make sure that the
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   109
# build path doesn't get embedded in the .pyc file.
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   110
$(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)/gv.pyc: $(INSTALL_32)
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   111
	$(PYTHON.2.7.32) -m compileall -l -d $(PYTHON.2.7.VENDOR_PACKAGES) \
fe100422ef26 23078708 dot command seems a bit broken
Danek Duvall <danek.duvall@oracle.com>
parents: 5682
diff changeset
   112
		$(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   113
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5761
diff changeset
   114
PKG_MACROS += PERL_PKG=$(PERL_PKG)
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5761
diff changeset
   115
PKG_MACROS += PERL_VERSION_NODOT=$(PERL_VERSION_NODOT)
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5761
diff changeset
   116
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   117
# The test infrastructure doesn't run in a VPATHed environment.
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   118
COMPONENT_PRE_TEST_ACTION = \
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   119
	(cd $(@D)/rtest; ln -s $(SOURCE_DIR)/rtest/* .)
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   120
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   121
REQUIRED_PACKAGES += image/graphviz
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   122
REQUIRED_PACKAGES += image/library/libjpeg
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   123
REQUIRED_PACKAGES += image/library/libpng
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   124
REQUIRED_PACKAGES += image/library/librsvg
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   125
REQUIRED_PACKAGES += library/desktop/atk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   126
REQUIRED_PACKAGES += library/desktop/cairo
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   127
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   128
REQUIRED_PACKAGES += library/desktop/gtk2
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   129
REQUIRED_PACKAGES += library/desktop/pango
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   130
REQUIRED_PACKAGES += library/expat
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   131
REQUIRED_PACKAGES += library/gd
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   132
REQUIRED_PACKAGES += library/glib2
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   133
REQUIRED_PACKAGES += library/libtool/libltdl
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   134
REQUIRED_PACKAGES += library/zlib
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   135
REQUIRED_PACKAGES += print/filter/ghostscript
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   136
REQUIRED_PACKAGES += runtime/lua
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   137
REQUIRED_PACKAGES += runtime/ocaml
5638
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5177
diff changeset
   138
REQUIRED_PACKAGES += $(PERL_PKG)
5177
eb02f7b13b81 21234701 graphviz should no longer deliver Ruby 1.9 bindings
April Chin <april.chin@oracle.com>
parents: 5066
diff changeset
   139
REQUIRED_PACKAGES += runtime/ruby-21
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   140
REQUIRED_PACKAGES += runtime/tk-8
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   141
REQUIRED_PACKAGES += shell/ksh93
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   142
REQUIRED_PACKAGES += system/library/c++-runtime
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   143
REQUIRED_PACKAGES += system/library/fontconfig
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   144
REQUIRED_PACKAGES += system/library/freetype-2
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   145
REQUIRED_PACKAGES += system/library/math
4949
bd993b5f1799 22031313 graphviz should use php 5.6 and stop using 5.3
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4746
diff changeset
   146
REQUIRED_PACKAGES += web/php-56
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   147
REQUIRED_PACKAGES += x11/library/libx11
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   148
REQUIRED_PACKAGES += x11/library/libxcursor
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   149
REQUIRED_PACKAGES += x11/library/libxmu
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   150
REQUIRED_PACKAGES += x11/library/libxrender
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   151
REQUIRED_PACKAGES += x11/library/toolkit/libxaw7
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   152
REQUIRED_PACKAGES += x11/library/toolkit/libxt