developer-opensolaris-X.p5m revision 1201
1078N/A# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
970N/A#
970N/A# Permission is hereby granted, free of charge, to any person obtaining a
970N/A# copy of this software and associated documentation files (the "Software"),
970N/A# to deal in the Software without restriction, including without limitation
970N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
970N/A# and/or sell copies of the Software, and to permit persons to whom the
970N/A# Software is furnished to do so, subject to the following conditions:
970N/A#
970N/A# The above copyright notice and this permission notice (including the next
970N/A# paragraph) shall be included in all copies or substantial portions of the
970N/A# Software.
970N/A#
970N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
970N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
970N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
970N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
970N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
970N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
970N/A# DEALINGS IN THE SOFTWARE.
970N/A#
970N/Aset name=pkg.fmri value=pkg:/developer/opensolaris/X@$(OSPKGVERS)
970N/Aset name=pkg.summary \
970N/A value="Dependencies required to build the X Consolidation."
970N/Aset name=info.classification \
970N/A value="org.opensolaris.category.2008:Development/Distribution Tools"
970N/A
982N/A# We don't want this package to be part of the X incorporation so that you
982N/A# can install it to bootstrap the consolidation build for a later build
982N/A# without having to uninstall all the X packages first.
1153N/Aset name=org.opensolaris.noincorp value=true
982N/A
970N/A# Builds need to be able to uncompress upstream tar.bz2 & tar.gz files
970N/Adepend fmri=pkg:/compress/bzip2 type=require
970N/Adepend fmri=pkg:/compress/gzip type=require
970N/A
1169N/A# X.Org ships many docs using the DocBook XML DTD's and stylesheets
1169N/Adepend fmri=pkg:/data/docbook/docbook-style-dsssl type=require
1169N/Adepend fmri=pkg:/data/docbook/docbook-style-xsl type=require
1169N/Adepend fmri=pkg:/data/sgml-common type=require
1169N/Adepend fmri=pkg:/data/xml-common type=require
1169N/A
1169N/A# Solaris assembler required by Studio compilers
1169N/Adepend fmri=pkg:/developer/assembler type=require
1169N/A
1169N/A# Basic build utilities - nm, mcs, etc.
1169N/Adepend fmri=pkg:/developer/base-developer-utilities type=require
970N/A
970N/A# Many packages need to use GNU autotools to rebuild upstream configure files
970N/Adepend fmri=pkg:/developer/build/autoconf type=require
970N/Adepend fmri=pkg:/developer/build/automake-110 type=require
970N/A
970N/A# Some packages need GNU make to build
970N/Adepend fmri=pkg:/developer/build/gnu-make type=require
970N/A
1123N/A# Many packages need to use GNU libtool to rebuild upstream libtool files
970N/Adepend fmri=pkg:/developer/build/libtool type=require
970N/A
970N/A# Most of the X gate requires Solaris make to build
970N/Adepend fmri=pkg:/developer/build/make type=require
970N/A
970N/A# The X gate borrows some ON scripts to build, such as validate_pkg
970N/Adepend fmri=pkg:/developer/build/onbld type=require
970N/A
970N/A# Xserver build includes mdb modules
970N/Adepend fmri=pkg:/developer/debug/mdb type=require
970N/A
970N/A# Tools needed to process DocBook docs
970N/Adepend fmri=pkg:/developer/documentation-tool/openjade type=require
970N/Adepend fmri=pkg:/developer/documentation-tool/opensp type=require
970N/A
970N/A# Xserver build includes dtrace probes
970N/Adepend fmri=pkg:/developer/dtrace type=require
970N/A
970N/A# Some modules use gcc to build
970N/Adepend fmri=pkg:/developer/gcc-3 type=require
970N/A
970N/A# For now, this is the package that delivers pkg-config (Defect #15543)
970N/Adepend fmri=pkg:/developer/gnome/gettext type=require
970N/A
1123N/A# xcb-util needs gperf to generate hash functions
1123N/Adepend fmri=pkg:/developer/gperf type=require
1123N/A
970N/A# tigervnc builds a java applet with javac
970N/Adepend fmri=pkg:/developer/java/jdk type=require
970N/A
1123N/A# Various modules need flex to generate lexers
970N/Adepend fmri=pkg:/developer/lexer/flex type=require
970N/A
970N/A# Various libraries build lint libraries, that depend on system lint libs
970N/Adepend fmri=pkg:/developer/library/lint type=require
970N/A
1123N/A# xcb, xcb-util, xcb-util-wm need GNU M4 to build
1123N/A# (also required by any module running autoconf/autoreconf)
1123N/Adepend fmri=pkg:/developer/macro/gnu-m4 type=require
1123N/A
970N/A# Xserver build uses flex & bison
970N/Adepend fmri=pkg:/developer/parser/bison type=require
970N/A
970N/A# autopoint (from gnu gettext) requires CVS!
970N/Adepend fmri=pkg:/developer/versioning/cvs type=require
970N/A
1169N/A# X gate source is kept in mercurial scm
970N/Adepend fmri=pkg:/developer/versioning/mercurial type=require
970N/A
1169N/A# Driver packages delivering headers we require
1169N/A$(i386_ONLY)depend fmri=pkg:/driver/graphics/agpgart type=require
1169N/Adepend fmri=pkg:/driver/usb type=require
1169N/A
1169N/A# autoconf scripts prefer various gnu utilities (mkdir, install, etc.)
1169N/Adepend fmri=pkg:/file/gnu-coreutils type=require
1169N/A
970N/A# tigervnc links with libjpg
970N/Adepend fmri=pkg:/image/library/libjpeg type=require
970N/A
970N/A# app/xcursorgen links with libpng12
970N/Adepend fmri=pkg:/image/library/libpng type=require
970N/A
970N/A# synergy-plus links against libstdcxx
970N/Adepend fmri=pkg:/library/c++/stdcxx type=require
970N/A
970N/A# lib/fontconfig links with libexpat
970N/Adepend fmri=pkg:/library/expat type=require
970N/A
1169N/A# xcb-proto runs xmllint
1169N/Adepend fmri=pkg:/library/libxml2 type=require
1169N/A
1169N/A# A number of X packages use xsltproc to process DocBook and other XML files
1169N/Adepend fmri=pkg:/library/libxslt type=require
1169N/A
970N/A# AccessX & DPS require motif libraries
970N/Adepend fmri=pkg:/library/motif type=require
970N/A
970N/A# xterm uses ncurses/term.h
970N/Adepend fmri=pkg:/library/ncurses type=require
970N/A
1130N/A# Mesa 7.10.2 requires libxml2 python module
1132N/Adepend fmri=pkg:/library/python-2/libxml2-$(PYTHON_PKG_VERSION) type=require
1130N/A
1169N/A# freetype, libXfont & libfontenc link with libz
970N/Adepend fmri=pkg:/library/zlib type=require
970N/A
970N/A# Build runs a number of perl scripts
1147N/Adepend fmri=pkg:/runtime/perl-$(PERL_PKG_VERSION) type=require
970N/A
1132N/A# xcb & mesa require python interpreter/compiler
1132N/Adepend fmri=pkg:/runtime/python-$(PYTHON_PKG_VERSION) type=require
1132N/A
970N/A# Xserver currently links with HAL & Dbus
970N/Adepend fmri=pkg:/service/hal type=require
970N/A
970N/A# Basic system headers & libraries
970N/Adepend fmri=pkg:/system/header type=require
970N/Adepend fmri=pkg:/system/library type=require
1169N/Adepend fmri=pkg:/system/library/c++-runtime type=require
970N/Adepend fmri=pkg:/system/library/flex-runtime type=require
970N/Adepend fmri=pkg:/system/library/gcc-3-runtime type=require
970N/Adepend fmri=pkg:/system/library/libdbus type=require
970N/Adepend fmri=pkg:/system/library/math type=require
970N/A
1169N/A# Almost all modules need Solaris ld to link binaries
1169N/Adepend fmri=pkg:/system/linker type=require
1123N/A
1169N/A# autoconf scripts prefer gnu awk
1169N/Adepend fmri=pkg:/text/gawk type=require
970N/A
970N/A# Some packages need GNU gettext to process upstream localization data
970N/Adepend fmri=pkg:/text/gnu-gettext type=require
970N/A
1169N/A# autoconf scripts prefer gnu grep
1169N/Adepend fmri=pkg:/text/gnu-grep type=require
1169N/A
970N/A# Builds need to be able to apply local patches
970N/Adepend fmri=pkg:/text/gnu-patch type=require
970N/A
1169N/A# autoconf scripts prefer gnu sed
1169N/Adepend fmri=pkg:/text/gnu-sed type=require
970N/A
1201N/A# w3m is used to convert html docs to text, after generating html from docbook
1201N/Adepend fmri=pkg:/web/browser/w3m type=require
1201N/A
970N/A# Builds need to be able to download upstream sources with wget
970N/Adepend fmri=pkg:/web/wget type=require