developer-opensolaris-X.p5m revision 1525
173N/A# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
173N/A#
173N/A# Permission is hereby granted, free of charge, to any person obtaining a
173N/A# copy of this software and associated documentation files (the "Software"),
173N/A# to deal in the Software without restriction, including without limitation
173N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
173N/A# and/or sell copies of the Software, and to permit persons to whom the
173N/A# Software is furnished to do so, subject to the following conditions:
173N/A#
173N/A# The above copyright notice and this permission notice (including the next
173N/A# paragraph) shall be included in all copies or substantial portions of the
173N/A# Software.
173N/A#
173N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
173N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
173N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
173N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
173N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
173N/A# DEALINGS IN THE SOFTWARE.
173N/A#
173N/Aset name=pkg.fmri value=pkg:/developer/opensolaris/X@$(OSPKGVERS)
173N/Aset name=pkg.summary value="Dependencies required to build the X Consolidation."
173N/Aset name=info.classification \
173N/A value="org.opensolaris.category.2008:Development/Distribution Tools"
173N/A
173N/A# We don't want this package to be part of the X incorporation so that you
173N/A# can install it to bootstrap the consolidation build for a later build
173N/A# without having to uninstall all the X packages first.
173N/Aset name=org.opensolaris.noincorp value=true
173N/A
173N/A#############################################################################
173N/A# This package is used for dual purposes - it defines what build machines
173N/A# should have installed for building X, and it defines the subset of those
173N/A# packages that pkgdepend resolve should look in for dependencies that were
173N/A# detected by pkgdepend generate.
173N/A#
173N/A# Dependencies to be used by pkgdepend generate bear the additional attribute
173N/A# org.opensolaris.pkgdepend.resolve=true which is used by the extract_depends
173N/A# pkgmogrify filter when making the list for pkgdepend resolve -e to use.
173N/A#############################################################################
173N/A
173N/A# Builds need to be able to uncompress upstream .bz2, .gz, & .xz files
173N/Adepend type=require fmri=pkg:/compress/bzip2 \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/compress/gzip
173N/Adepend type=require fmri=pkg:/compress/xz
173N/A
173N/A# X.Org ships many docs using the DocBook XML DTD's and stylesheets
173N/Adepend type=require fmri=pkg:/data/docbook/docbook-style-dsssl
173N/Adepend type=require fmri=pkg:/data/docbook/docbook-style-xsl
173N/Adepend type=require fmri=pkg:/data/sgml-common
173N/Adepend type=require fmri=pkg:/data/xml-common
173N/A
173N/A# Solaris assembler required by Studio compilers
173N/Adepend type=require fmri=pkg:/developer/assembler
173N/A
173N/A# Basic build utilities - nm, mcs, etc.
173N/Adepend type=require fmri=pkg:/developer/base-developer-utilities
173N/A
173N/A# Many packages need to use GNU autotools to rebuild upstream configure files
173N/Adepend type=require fmri=pkg:/developer/build/autoconf
173N/Adepend type=require fmri=pkg:/developer/build/automake-$(AUTOMAKE_PKG_VERSION)
173N/A
173N/A# Some packages need GNU make to build
173N/Adepend type=require fmri=pkg:/developer/build/gnu-make
173N/A
173N/A# Many packages need to use GNU libtool to rebuild upstream libtool files
173N/A# To build 64-bit libraries correctly, we need libtool 2.2.2 or later
173N/Adepend type=require fmri=pkg:/developer/build/libtool@2.2.2
173N/A
173N/A# Most of the X gate requires Solaris make to build
173N/Adepend type=require fmri=pkg:/developer/build/make
173N/A
173N/A# The X gate borrows some ON scripts to build, such as validate_pkg
173N/Adepend type=require fmri=pkg:/developer/build/onbld
173N/A
173N/A# Many packages use pkg-config to find information about their dependencies
173N/Adepend type=require fmri=pkg:/developer/build/pkg-config
173N/A
173N/A# Xserver build includes mdb modules
173N/Adepend type=require fmri=pkg:/developer/debug/mdb
173N/A
173N/A# Tools needed to process upstream docs
173N/Adepend type=require fmri=pkg:/developer/documentation-tool/asciidoc
173N/Adepend type=require fmri=pkg:/developer/documentation-tool/openjade
173N/Adepend type=require fmri=pkg:/developer/documentation-tool/opensp
173N/A
173N/A# Some modules use gcc to build (look for MODULE_COMPILER=gcc in Makefiles)
173N/Adepend type=require fmri=pkg:/developer/gcc-$(GCC_PKG_VERSION)
173N/A
173N/A# Mesa needs GNU indent to build
173N/Adepend type=require fmri=pkg:/developer/gnu-indent
173N/A
173N/A# xcb-util needs gperf to generate hash functions
173N/Adepend type=require fmri=pkg:/developer/gperf
173N/A
173N/A# tigervnc builds a java applet with javac
173N/Adepend type=require fmri=pkg:/developer/java/jdk-8
173N/A
173N/A# Various modules need flex to generate lexers
173N/Adepend type=require fmri=pkg:/developer/lexer/flex
173N/A
173N/A# xcb, xcb-util, xcb-util-wm need GNU M4 to build
173N/A# (also required by any module running autoconf/autoreconf)
173N/Adepend type=require fmri=pkg:/developer/macro/gnu-m4
173N/A
173N/A# Xserver build uses flex & bison
173N/Adepend type=require fmri=pkg:/developer/parser/bison
173N/A
173N/A# autopoint (from gnu gettext) requires CVS!
173N/Adepend type=require fmri=pkg:/developer/versioning/cvs
173N/A
173N/A# X gate source is kept in mercurial scm
173N/Adepend type=require fmri=pkg:/developer/versioning/mercurial
173N/A
173N/A# Driver packages delivering headers we require
173N/A$(i386_ONLY)depend type=require fmri=pkg:/driver/graphics/agpgart
173N/A
173N/A# autoconf scripts prefer various gnu utilities (mkdir, install, etc.)
173N/Adepend type=require fmri=pkg:/file/gnu-coreutils \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# tigervnc links with libjpg
173N/Adepend type=require fmri=pkg:/image/library/libjpeg \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# app/xcursorgen links with libpng12
173N/Adepend type=require fmri=pkg:/image/library/libpng \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# synergy-plus links against libstdcxx
173N/Adepend type=require fmri=pkg:/library/c++/stdcxx \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# intel-gpu-tools links against libcairo
173N/A$(i386_ONLY)depend type=require fmri=pkg:/library/desktop/cairo \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# lib/fontconfig links with libexpat
173N/Adepend type=require fmri=pkg:/library/expat \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# TigerVNC links with gnutls libraries
173N/Adepend type=require fmri=pkg:/library/gnutls \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# xcb-proto runs xmllint
173N/Adepend type=require fmri=pkg:/library/libxml2
173N/A
173N/A# A number of X packages use xsltproc to process DocBook and other XML files
173N/Adepend type=require fmri=pkg:/library/libxslt
173N/A
173N/A# AccessX requires motif libraries
173N/Adepend type=require fmri=pkg:/library/motif \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# xterm uses ncurses/term.h
173N/Adepend type=require fmri=pkg:/library/ncurses
173N/A
173N/A# Mesa 7.10.2 requires libxml2 python module
173N/Adepend type=require fmri=pkg:/library/python/libxml2-$(PYTHON_PKG_VERSION)
173N/A
173N/A# freetype, libXfont & libfontenc link with libz
173N/Adepend type=require fmri=pkg:/library/zlib \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# Build runs a number of perl scripts, and vncserver is shipped as one
173N/Adepend type=require fmri=pkg:/runtime/perl-$(PERL_PKG_VERSION) \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# xcb & mesa require python interpreter/compiler
173N/Adepend type=require fmri=pkg:/runtime/python-$(PYTHON_PKG_VERSION)
173N/A
173N/A# Build uses and packages deliver a lot of shell/ksh93 scripts
173N/Adepend type=require fmri=pkg:/shell/ksh93 org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# Build uses and packages depend on core OS commands & files
173N/Adepend type=require fmri=pkg:/system/core-os \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# Xserver build includes dtrace probes
173N/Adepend type=require fmri=pkg:/system/dtrace
173N/A
173N/A# Xserver currently links with HAL & Dbus
173N/Adepend type=require fmri=pkg:/system/hal org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# Basic drivers, system headers & libraries
173N/Adepend type=require fmri=pkg:/system/header
173N/Adepend type=require fmri=pkg:/system/io/usb
173N/Adepend type=require fmri=pkg:/system/kernel \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/system/kernel/platform \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/system/library \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/system/library/c++-runtime \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/system/library/flex-runtime
173N/Adepend type=require fmri=pkg:/system/library/gcc/gcc-c++-runtime \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/system/library/gcc/gcc-c-runtime \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/system/library/libdbus \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/Adepend type=require fmri=pkg:/system/library/math \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# Xdmx needs libmd - which moved - 15214282
173N/Adepend type=require fmri=pkg:/system/library/security/crypto \
173N/A org.opensolaris.pkgdepend.resolve=true
173N/A
173N/A# Almost all modules need Solaris ld to link binaries
173N/Adepend type=require fmri=pkg:/system/linker
173N/A
173N/A# autoconf scripts prefer gnu awk
173N/Adepend type=require fmri=pkg:/text/gawk
173N/A
173N/A# Some packages need GNU gettext to process upstream localization data
173N/Adepend type=require fmri=pkg:/text/gnu-gettext
173N/A
173N/A# autoconf scripts prefer gnu grep
173N/Adepend type=require fmri=pkg:/text/gnu-grep
173N/A
173N/A# Builds need to be able to apply local patches
173N/Adepend type=require fmri=pkg:/text/gnu-patch
173N/A
173N/A# autoconf scripts prefer gnu sed
173N/Adepend type=require fmri=pkg:/text/gnu-sed
173N/A
173N/A# w3m is used to convert html docs to text, after generating html from docbook
173N/Adepend type=require fmri=pkg:/web/browser/w3m
173N/A
173N/A# Builds need to be able to download upstream sources with wget
173N/Adepend type=require fmri=pkg:/web/wget
173N/A