components/vim/Makefile
author Shawn Walker-Salas <shawn.walker@oracle.com>
Tue, 09 Feb 2016 15:21:35 -0800
changeset 5427 25b736152081
parent 5125 34cc580c62c2
child 5682 94c0ca64c022
permissions -rw-r--r--
15814060 SUNBT7196216 userland build mangles PKG_MACROS containing whitespace 15810599 SUNBT7192098 human readable version in shell/ksh93 isn't 22665937 various components have unresolved or unused macros in package manifests 22666022 PYVER, PERLVER, RUBY_VERSION mechanism leaves macros unresolved in GENFRAG case
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     1
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     3
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     7
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    12
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    18
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    20
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    21
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    22
#
5427
25b736152081 15814060 SUNBT7196216 userland build mangles PKG_MACROS containing whitespace
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5125
diff changeset
    23
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    24
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    25
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    27
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    28
PATH=/usr/bin:/usr/gnu/bin
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    29
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    30
COMPONENT_NAME=		vim
1431
9a892a7cb482 17301901 update vim to 7.4
Danek Duvall <danek.duvall@oracle.com>
parents: 1250
diff changeset
    31
COMPONENT_VERSION=	7.4
4196
d697072a92f5 19782029 userland should be able to build from SCM repositories
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3896
diff changeset
    32
IPS_COMPONENT_VERSION=	$(shell echo $(HG_REV) | sed -e 's/-/./g' -e 's/v//')
d697072a92f5 19782029 userland should be able to build from SCM repositories
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3896
diff changeset
    33
# COMPONENT_SRC* is autodefined by the prep-{SCM} Makefile fragment
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=	http://www.vim.org/
4196
d697072a92f5 19782029 userland should be able to build from SCM repositories
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3896
diff changeset
    35
d697072a92f5 19782029 userland should be able to build from SCM repositories
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3896
diff changeset
    36
HG_REPO=	https://vim.googlecode.com/hg
d697072a92f5 19782029 userland should be able to build from SCM repositories
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 3896
diff changeset
    37
HG_REV=		v7-4
4201
1db8af129b18 19782029 userland should be able to build from SCM repositories (fix dependency, hash)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 4196
diff changeset
    38
HG_HASH= sha256:0c823290aebf4ea341be2f8280cc5906cdbbf772c54fa675afb0845983f23b60
1db8af129b18 19782029 userland should be able to build from SCM repositories (fix dependency, hash)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 4196
diff changeset
    39
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    40
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1014
diff changeset
    41
COMPONENT_BUGDB=	utility/vim
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 1014
diff changeset
    42
3896
9ac96ba60329 20632831 vim 7.4 needs TPNO information
Danek Duvall <danek.duvall@oracle.com>
parents: 3817
diff changeset
    43
TPNO=			21780
9ac96ba60329 20632831 vim 7.4 needs TPNO information
Danek Duvall <danek.duvall@oracle.com>
parents: 3817
diff changeset
    44
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    45
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    46
include $(WS_MAKE_RULES)/configure.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    47
include $(WS_MAKE_RULES)/ips.mk
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    48
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    49
PATCH_LEVEL =	0
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    50
1431
9a892a7cb482 17301901 update vim to 7.4
Danek Duvall <danek.duvall@oracle.com>
parents: 1250
diff changeset
    51
PKG_MACROS +=	VIMVER=vim74
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    52
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    53
ASLR_MODE =	$(ASLR_ENABLE)
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    54
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    55
X_VARIANT =	$(BUILD_DIR)/$(MACH64)-gvim
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    56
NOX_VARIANT =	$(BUILD_DIR)/$(MACH64)-vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    57
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    58
VARIANTS =	$(X_VARIANT) $(NOX_VARIANT)
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    59
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    60
$(VARIANTS:%=%/.configured):	BITS=64
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    61
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    62
BUILD_64 = 	$(VARIANTS:%=%/.built)
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    63
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    64
# Only install the non-X variant.  We will cherry-pick gvim out of the build
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    65
# directory to avoid re-installing everything.
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    66
INSTALL_64 = 	$(NOX_VARIANT)/.installed
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    67
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    68
TEST_64 = 	$(NOX_VARIANT)/.tested
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    69
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    70
# Necessary to pass 64-bit flags to the link stage.
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    71
CC +=			$(CC_BITS)
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    72
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    73
# Put all the binaries directly in /usr/bin, not in /usr/bin/64.
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    74
CONFIGURE_BINDIR.64 =	$(CONFIGURE_PREFIX)/bin
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    75
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    76
# Necessary to pass 64-bit flags to the compilation stage.
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
    77
CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    78
CONFIGURE_OPTIONS +=	--with-features=huge
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    79
CONFIGURE_OPTIONS +=	--with-compiledby="the Solaris Userland build environment"
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    80
CONFIGURE_OPTIONS +=	--with-modified-by="Solaris Userland <[email protected]>"
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    81
CONFIGURE_OPTIONS +=	--enable-luainterp=dynamic
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    82
# XXX Perl compilation fails, for some reason.
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    83
# - Perl_croak_nocontext is redefined (embed.h, line 5157), having something to
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    84
#   do with PERL_IMPLICIT_CONTEXT, which is discussed in perlguts(1).  This is
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    85
#   just a warning, but looks like it might have nasty consequences.
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    86
# - The declaration of Perl_Gthr_key_ptr() has a problem with its argument of
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    87
#   type pTHX.  if_perl.xs defines that to void if it's not already defined,
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    88
#   but perl.h probably does something else to it, not sure what yet.  This
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    89
#   also appears to have something to do with PERL_IMPLICIT_CONTEXT.
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    90
# CONFIGURE_OPTIONS +=	--enable-perlinterp=dynamic
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    91
CONFIGURE_OPTIONS +=	--enable-pythoninterp=dynamic
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
    92
CONFIGURE_OPTIONS +=	--enable-rubyinterp=dynamic
1482
7a1f84fbc2d7 PSARC/2013/269 Add Ruby 1.9.3 and EOF and Remove Ruby 1.8.7
April Chin <april.chin@oracle.com>
parents: 1431
diff changeset
    93
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    94
# We build two variants: with and without X support.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    95
$(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --without-x
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    96
$(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gui
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    97
$(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gtktest
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    98
$(X_VARIANT)/.configured:	CONFIGURE_OPTIONS += --with-vim-name=gvim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    99
$(X_VARIANT)/.configured:	CONFIGURE_OPTIONS += --with-x
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   100
$(X_VARIANT)/.configured:	CONFIGURE_OPTIONS += --enable-gui=gtk2
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   101
$(X_VARIANT)/.configured:	CONFIGURE_OPTIONS += --enable-gtk2-check
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   102
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   103
# Vim's build is too smart for itself and configure can't run outside of a
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   104
# complete source tree.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   105
COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   106
829
92b5de339d33 7166132 vim should be able to run its test suite
Petr Sumbera <petr.sumbera@oracle.com>
parents: 820
diff changeset
   107
COMPONENT_TEST_TARGETS = test
92b5de339d33 7166132 vim should be able to run its test suite
Petr Sumbera <petr.sumbera@oracle.com>
parents: 820
diff changeset
   108
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   109
$(SOURCE_DIR)/runtime/doc/uganda.txt: prep
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   110
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   111
$(BUILD_DIR)/license: $(SOURCE_DIR)/runtime/doc/uganda.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   112
	nawk '/begin of license/ {p=1; getline; next} /end of license/ {p=0} p == 1 {print}' $< > $@
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   113
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   114
# common targets
2225
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1871
diff changeset
   115
configure:	$(CONFIGURE_64)
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1871
diff changeset
   116
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
   117
build:		$(BUILD_64)
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   118
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
   119
install:	$(INSTALL_64) $(X_VARIANT)/.built $(BUILD_DIR)/license
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   120
1250
c7a246ecccbb 16609699 update vim to 7.3.882
Danek Duvall <danek.duvall@oracle.com>
parents: 1058
diff changeset
   121
test:		$(TEST_64)
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   122
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4201
diff changeset
   123
system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4201
diff changeset
   124
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   125
3817
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/gdk-pixbuf
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/gtk2
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/pango
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   129
REQUIRED_PACKAGES += library/glib2
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   130
REQUIRED_PACKAGES += library/ncurses
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   131
REQUIRED_PACKAGES += shell/ksh93
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   132
REQUIRED_PACKAGES += system/library
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   133
REQUIRED_PACKAGES += system/library/math
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   134
REQUIRED_PACKAGES += x11/library/libice
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   135
REQUIRED_PACKAGES += x11/library/libsm
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
   136
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
   137
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
   138
REQUIRED_PACKAGES += x11/library/toolkit/libxt