developer-opensolaris-X.p5m revision 1130
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.
982N/A# We do want it to be part of the X-redistributable group, so it gets
982N/A# included in the WOS correctly.
982N/Aset name=org.opensolaris.grouponly value=true
982N/A
970N/A# Workaround for https://defect.opensolaris.org/bz/show_bug.cgi?id=15809
970N/Adepend fmri=pkg:/compatibility/ucb type=require
970N/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
970N/A# X.Org ships many docs using the DocBook SGML/XML DTD's
970N/Adepend fmri=pkg:/data/docbook 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/autogen 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# Almost all modules need ld to link binaries
970N/Adepend fmri=pkg:/developer/linker type=require
1123N/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
1123N/A# Basic build utilities - ar, nm, mcs, etc.
970N/Adepend fmri=pkg:/developer/object-file type=require
970N/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
970N/A# OpenSolaris X gate source is kept in mercurial scm
970N/Adepend fmri=pkg:/developer/versioning/mercurial type=require
970N/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
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
1130N/Adepend fmri=pkg:/library/python-2/libxml2-26 type=require
1130N/A
970N/A# libXfont & libfontenc link with libz
970N/Adepend fmri=pkg:/library/zlib type=require
970N/A
970N/A# Build runs a number of perl scripts
1078N/Adepend fmri=pkg:/runtime/perl-510 type=require
970N/Adepend fmri=pkg:/runtime/perl-584 type=require
970N/Adepend fmri=pkg:/runtime/perl-584/extra type=require
970N/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/A$(i386_ONLY)depend fmri=pkg:/system/header/header-agp type=require
970N/Adepend fmri=pkg:/system/header/header-audio type=require
970N/Adepend fmri=pkg:/system/header/header-usb type=require
970N/Adepend fmri=pkg:/system/library type=require
970N/Adepend fmri=pkg:/system/library/c++/sunpro 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/Adepend fmri=pkg:/system/library/math/header-math type=require
970N/A
1123N/A
970N/Adepend fmri=pkg:/text/doctools 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
970N/A# Builds need to be able to apply local patches
970N/Adepend fmri=pkg:/text/gnu-patch type=require
970N/A
970N/A# Some X.Org packages use groff to transform their old troff docs to HTML
970N/Adepend fmri=pkg:/text/groff type=require
970N/A
970N/A# docbook2txt uses lynx to translate html docs to text during the build
970N/Adepend fmri=pkg:/web/browser/lynx type=require
970N/A
970N/A# Builds need to be able to download upstream sources with wget
970N/Adepend fmri=pkg:/web/wget type=require