developer-opensolaris-X.p5m revision 1314
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Permission is hereby granted, free of charge, to any person obtaining a
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# copy of this software and associated documentation files (the "Software"),
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# to deal in the Software without restriction, including without limitation
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# the rights to use, copy, modify, merge, publish, distribute, sublicense,
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# and/or sell copies of the Software, and to permit persons to whom the
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Software is furnished to do so, subject to the following conditions:
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# The above copyright notice and this permission notice (including the next
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# paragraph) shall be included in all copies or substantial portions of the
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# DEALINGS IN THE SOFTWARE.
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainenset name=pkg.fmri value=pkg:/developer/opensolaris/X@$(OSPKGVERS)
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainenset name=pkg.summary value="Dependencies required to build the X Consolidation."
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen value="org.opensolaris.category.2008:Development/Distribution Tools"
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# We don't want this package to be part of the X incorporation so that you
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# can install it to bootstrap the consolidation build for a later build
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# without having to uninstall all the X packages first.
set name=org.opensolaris.noincorp value=true
# org.opensolaris.pkgdepend.resolve=true which is used by the extract_depends
depend type=require fmri=pkg:/compress/bzip2 \
depend type=require fmri=pkg:/compress/gzip
# X.Org ships many docs using the DocBook XML DTD's and stylesheets
depend type=require fmri=pkg:/data/docbook/docbook-style-dsssl
depend type=require fmri=pkg:/data/docbook/docbook-style-xsl
depend type=require fmri=pkg:/data/sgml-common
depend type=require fmri=pkg:/data/xml-common
depend type=require fmri=pkg:/developer/assembler
depend type=require fmri=pkg:/developer/base-developer-utilities
depend type=require fmri=pkg:/developer/build/autoconf
depend type=require fmri=pkg:/developer/build/automake-$(AUTOMAKE_PKG_VERSION)
depend type=require fmri=pkg:/developer/build/gnu-make
depend type=require fmri=pkg:/developer/build/libtool@2.2.2
depend type=require fmri=pkg:/developer/build/make
depend type=require fmri=pkg:/developer/build/onbld
depend type=require fmri=pkg:/developer/debug/mdb
depend type=require fmri=pkg:/developer/documentation-tool/openjade
depend type=require fmri=pkg:/developer/documentation-tool/opensp
depend type=require fmri=pkg:/developer/dtrace
depend type=require fmri=pkg:/developer/gcc-3
depend type=require fmri=pkg:/developer/gnome/gettext
depend type=require fmri=pkg:/developer/gperf
depend type=require fmri=pkg:/developer/java/jdk
depend type=require fmri=pkg:/developer/lexer/flex
depend type=require fmri=pkg:/developer/library/lint
# (also required by any module running autoconf/autoreconf)
depend type=require fmri=pkg:/developer/macro/gnu-m4
depend type=require fmri=pkg:/developer/parser/bison
depend type=require fmri=pkg:/developer/versioning/cvs
depend type=require fmri=pkg:/developer/versioning/mercurial
$(i386_ONLY)depend type=require fmri=pkg:/driver/graphics/agpgart
depend type=require fmri=pkg:/driver/usb
depend type=require fmri=pkg:/file/gnu-coreutils \
depend type=require fmri=pkg:/image/library/libjpeg \
# app/xcursorgen links with libpng12
depend type=require fmri=pkg:/image/library/libpng \
# lib/fontconfig links with libexpat
depend type=require fmri=pkg:/library/expat \
depend type=require fmri=pkg:/library/gnutls \
depend type=require fmri=pkg:/library/libxml2
depend type=require fmri=pkg:/library/libxslt
depend type=require fmri=pkg:/library/motif \
# xterm uses ncurses/term.h
depend type=require fmri=pkg:/library/ncurses
depend type=require fmri=pkg:/library/python-2/libxml2-$(PYTHON_PKG_VERSION)
depend type=require fmri=pkg:/library/zlib \
depend type=require fmri=pkg:/runtime/perl-$(PERL_PKG_VERSION) \
# xcb & mesa require python interpreter/compiler
depend type=require fmri=pkg:/runtime/python-$(PYTHON_PKG_VERSION)
# Build uses and packages deliver a lot of shell/ksh93 scripts
depend type=require fmri=pkg:/system/core-os \
depend type=require fmri=pkg:/system/header
depend type=require fmri=pkg:/system/library \
depend type=require fmri=pkg:/system/library/c++-runtime \
depend type=require fmri=pkg:/system/library/flex-runtime
depend type=require fmri=pkg:/system/library/gcc-3-runtime \
depend type=require fmri=pkg:/system/library/libdbus \
depend type=require fmri=pkg:/system/library/math \
depend type=require fmri=pkg:/system/linker
depend type=require fmri=pkg:/text/gawk
depend type=require fmri=pkg:/text/gnu-gettext
depend type=require fmri=pkg:/text/gnu-grep
depend type=require fmri=pkg:/text/gnu-patch
depend type=require fmri=pkg:/text/gnu-sed
depend type=require fmri=pkg:/web/browser/w3m
depend type=require fmri=pkg:/web/wget