1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2012, Piotr Jasiukajtis 25# Copyright 2014 Garrett D'Amore <garrett@damore.org> 26# Copyright 2015 Richard Lowe 27# Copyright 2016 Toomas Soome <tsoome@me.com> 28# Copyright 2019 Joyent, Inc. 29# Copyright 2021 OmniOS Community Edition (OmniOSce) Association. 30# Copyright 2022 Jason King 31# 32 33set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS) 34set name=pkg.summary value="OS-Net Build Tools" 35set name=pkg.description value="tools used to build the OS-Net consolidation" 36set name=info.classification \ 37 value="org.opensolaris.category.2008:Development/Distribution Tools" 38 39# 40# This package should not be incorporated. This allows the tools 41# to be upgraded without upgrading the entire system. 42# 43set name=org.opensolaris.noincorp value=true 44set name=variant.arch value=$(ARCH) 45dir path=opt group=sys 46dir path=opt/onbld 47dir path=opt/onbld/bin 48dir path=opt/onbld/bin/$(ARCH) 49$(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/btxld mode=0555 50$(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/cpcgen mode=0555 51file path=opt/onbld/bin/$(ARCH)/cscope-fast mode=0555 52file path=opt/onbld/bin/$(ARCH)/ctfconvert mode=0555 53file path=opt/onbld/bin/$(ARCH)/ctfdiff mode=0555 54file path=opt/onbld/bin/$(ARCH)/ctfdump mode=0555 55file path=opt/onbld/bin/$(ARCH)/ctfmerge mode=0555 56file path=opt/onbld/bin/$(ARCH)/ctfstabs mode=0555 57file path=opt/onbld/bin/$(ARCH)/ctfstrip mode=0555 58file path=opt/onbld/bin/$(ARCH)/cw mode=0555 59link path=opt/onbld/bin/$(ARCH)/dmake target=make 60$(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/elfextract mode=0555 61file path=opt/onbld/bin/$(ARCH)/find_elf mode=0555 62file path=opt/onbld/bin/$(ARCH)/findunref mode=0555 63file path=opt/onbld/bin/$(ARCH)/install mode=0555 64hardlink path=opt/onbld/bin/$(ARCH)/install.bin target=./install 65file path=opt/onbld/bin/$(ARCH)/lintdump mode=0555 66file path=opt/onbld/bin/$(ARCH)/localedef mode=0555 67file path=opt/onbld/bin/$(ARCH)/make mode=0555 68$(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/mbh_patch mode=0555 69file path=opt/onbld/bin/$(ARCH)/ndrgen mode=0555 70file path=opt/onbld/bin/$(ARCH)/ndrgen1 mode=0555 71file path=opt/onbld/bin/$(ARCH)/protocmp mode=0555 72file path=opt/onbld/bin/$(ARCH)/protolist mode=0555 73file path=opt/onbld/bin/$(ARCH)/tic mode=0555 74file path=opt/onbld/bin/$(ARCH)/zic mode=0555 75file path=opt/onbld/bin/bldenv mode=0555 76file path=opt/onbld/bin/build_cscope mode=0555 77file path=opt/onbld/bin/cddlchk mode=0555 \ 78 pkg.depend.bypass-generate=.*(?:Checks|onbld|Cddl).* 79file path=opt/onbld/bin/check_rtime mode=0555 80file path=opt/onbld/bin/checkpaths mode=0555 81file path=opt/onbld/bin/copyrightchk mode=0555 \ 82 pkg.depend.bypass-generate=.*(?:Checks|onbld|Copyright).* 83file path=opt/onbld/bin/cstyle mode=0555 84file path=opt/onbld/bin/elfcmp mode=0555 85file path=opt/onbld/bin/findcrypto mode=0555 86file path=opt/onbld/bin/flg.flp mode=0555 87file path=opt/onbld/bin/genoffsets mode=0555 88link path=opt/onbld/bin/git-nits target=git-pbchk 89file path=opt/onbld/bin/git-pbchk mode=0555 \ 90 pkg.depend.bypass-generate=.*(?:Checks|onbld|cStringIO).* 91file path=opt/onbld/bin/hdrchk mode=0555 \ 92 pkg.depend.bypass-generate=.*(?:Checks|onbld|HdrChk).* 93file path=opt/onbld/bin/interface_check mode=0555 94file path=opt/onbld/bin/interface_cmp mode=0555 95file path=opt/onbld/bin/jstyle mode=0555 96file path=opt/onbld/bin/mapfilechk mode=0555 \ 97 pkg.depend.bypass-generate=.*(?:Checks|onbld).* 98file path=opt/onbld/bin/nightly mode=0555 99file path=opt/onbld/bin/onu mode=0555 100file path=opt/onbld/bin/protocmp.terse mode=0555 101file path=opt/onbld/bin/signit mode=0555 102file path=opt/onbld/bin/signproto mode=0555 103file path=opt/onbld/bin/validate_flg mode=0555 104file path=opt/onbld/bin/validate_paths mode=0555 105file path=opt/onbld/bin/validate_pkg mode=0555 106file path=opt/onbld/bin/wdiff mode=0555 107file path=opt/onbld/bin/webrev mode=0555 108file path=opt/onbld/bin/which_scm mode=0555 109file path=opt/onbld/bin/ws mode=0555 110file path=opt/onbld/bin/wscheck mode=0555 \ 111 pkg.depend.bypass-generate=.*(?:Checks|onbld|WsCheck).* 112# wsdiff does not import the commands module when run under python3 but 113# pkgdepend still tries to resolve it, and fails. 114file path=opt/onbld/bin/wsdiff mode=0555 pkg.depend.bypass-generate=.*commands.* 115file path=opt/onbld/bin/xref mode=0555 116file path=opt/onbld/bin/xref.mk 117dir path=opt/onbld/env 118file path=opt/onbld/env/illumos 119dir path=opt/onbld/etc 120dir path=opt/onbld/etc/exception_lists 121file path=opt/onbld/etc/exception_lists/check_rtime 122file path=opt/onbld/etc/exception_lists/interface_check 123file path=opt/onbld/etc/exception_lists/interface_cmp 124file path=opt/onbld/etc/its.conf 125file path=opt/onbld/etc/its.reg 126dir path=opt/onbld/lib 127dir path=opt/onbld/lib/$(ARCH) 128dir path=opt/onbld/lib/$(ARCH)/64 129file path=opt/onbld/lib/$(ARCH)/64/libmakestate.so.1 130link path=opt/onbld/lib/$(ARCH)/libctf.so target=libctf.so.1 131file path=opt/onbld/lib/$(ARCH)/libctf.so.1 mode=0555 132file path=opt/onbld/lib/$(ARCH)/libdwarf.so.1 133file path=opt/onbld/lib/$(ARCH)/libmakestate.so.1 134dir path=opt/onbld/lib/perl 135file path=opt/onbld/lib/perl/onbld_elfmod.pm 136file path=opt/onbld/lib/perl/onbld_elfmod_vertype.pm 137dir path=opt/onbld/lib/python$(PYTHON3_VERSION) 138dir path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld 139dir path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks 140file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/CStyle.py \ 141 mode=0444 142file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Cddl.py mode=0444 143file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/CmtBlk.py \ 144 mode=0444 145file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Comments.py \ 146 mode=0444 147file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Copyright.py \ 148 mode=0444 149file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/DbLookups.py \ 150 mode=0444 151file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/HdrChk.py \ 152 mode=0444 153file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/JStyle.py \ 154 mode=0444 155file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Keywords.py \ 156 mode=0444 157file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/ManLint.py \ 158 mode=0444 159file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Mapfile.py \ 160 mode=0444 161file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/PkgFmt.py \ 162 mode=0444 163file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/ProcessCheck.py \ 164 mode=0444 165file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/ShellLint.py \ 166 mode=0444 167file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/SpellCheck.py \ 168 mode=0444 169file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/WsCheck.py \ 170 mode=0444 171file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__init__.py \ 172 mode=0444 173dir path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__ 174file \ 175 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/CStyle.cpython$(PYTHON3_PKGVERS).pyc \ 176 mode=0444 177file \ 178 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/Cddl.cpython$(PYTHON3_PKGVERS).pyc \ 179 mode=0444 180file \ 181 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/CmtBlk.cpython$(PYTHON3_PKGVERS).pyc \ 182 mode=0444 183file \ 184 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/Comments.cpython$(PYTHON3_PKGVERS).pyc \ 185 mode=0444 186file \ 187 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/Copyright.cpython$(PYTHON3_PKGVERS).pyc \ 188 mode=0444 189file \ 190 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/DbLookups.cpython$(PYTHON3_PKGVERS).pyc \ 191 mode=0444 192file \ 193 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/HdrChk.cpython$(PYTHON3_PKGVERS).pyc \ 194 mode=0444 195file \ 196 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/JStyle.cpython$(PYTHON3_PKGVERS).pyc \ 197 mode=0444 198file \ 199 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/Keywords.cpython$(PYTHON3_PKGVERS).pyc \ 200 mode=0444 201file \ 202 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/ManLint.cpython$(PYTHON3_PKGVERS).pyc \ 203 mode=0444 204file \ 205 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/Mapfile.cpython$(PYTHON3_PKGVERS).pyc \ 206 mode=0444 207file \ 208 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/PkgFmt.cpython$(PYTHON3_PKGVERS).pyc \ 209 mode=0444 210file \ 211 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/ProcessCheck.cpython$(PYTHON3_PKGVERS).pyc \ 212 mode=0444 213file \ 214 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/ShellLint.cpython$(PYTHON3_PKGVERS).pyc \ 215 mode=0444 216file \ 217 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/SpellCheck.cpython$(PYTHON3_PKGVERS).pyc \ 218 mode=0444 219file \ 220 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/WsCheck.cpython$(PYTHON3_PKGVERS).pyc \ 221 mode=0444 222file \ 223 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/__init__.cpython$(PYTHON3_PKGVERS).pyc \ 224 mode=0444 225dir path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Scm 226file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Scm/Ignore.py mode=0444 227file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Scm/__init__.py mode=0444 228dir path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Scm/__pycache__ 229file \ 230 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Scm/__pycache__/Ignore.cpython$(PYTHON3_PKGVERS).pyc \ 231 mode=0444 232file \ 233 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Scm/__pycache__/__init__.cpython$(PYTHON3_PKGVERS).pyc \ 234 mode=0444 235file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/__init__.py mode=0444 236dir path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/__pycache__ 237file \ 238 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/__pycache__/__init__.cpython$(PYTHON3_PKGVERS).pyc \ 239 mode=0444 240dir path=opt/onbld/man 241dir path=opt/onbld/man/man1onbld 242file path=opt/onbld/man/man1onbld/bldenv.1onbld 243$(i386_ONLY)file path=opt/onbld/man/man1onbld/btxld.1onbld 244file path=opt/onbld/man/man1onbld/cddlchk.1onbld 245file path=opt/onbld/man/man1onbld/check_rtime.1onbld 246file path=opt/onbld/man/man1onbld/checkpaths.1onbld 247file path=opt/onbld/man/man1onbld/cstyle.1onbld 248file path=opt/onbld/man/man1onbld/ctfconvert.1onbld 249file path=opt/onbld/man/man1onbld/cw.1onbld 250file path=opt/onbld/man/man1onbld/find_elf.1onbld 251file path=opt/onbld/man/man1onbld/findunref.1onbld 252file path=opt/onbld/man/man1onbld/flg.flp.1onbld 253link path=opt/onbld/man/man1onbld/git-nits.1onbld target=git-pbchk.1onbld 254file path=opt/onbld/man/man1onbld/git-pbchk.1onbld 255file path=opt/onbld/man/man1onbld/hdrchk.1onbld 256file path=opt/onbld/man/man1onbld/interface_check.1onbld 257file path=opt/onbld/man/man1onbld/interface_cmp.1onbld 258file path=opt/onbld/man/man1onbld/jstyle.1onbld 259file path=opt/onbld/man/man1onbld/lintdump.1onbld 260file path=opt/onbld/man/man1onbld/mapfilechk.1onbld 261file path=opt/onbld/man/man1onbld/ndrgen.1onbld 262file path=opt/onbld/man/man1onbld/nightly.1onbld 263file path=opt/onbld/man/man1onbld/onu.1onbld 264file path=opt/onbld/man/man1onbld/signit.1onbld 265file path=opt/onbld/man/man1onbld/signproto.1onbld 266file path=opt/onbld/man/man1onbld/webrev.1onbld 267file path=opt/onbld/man/man1onbld/which_scm.1onbld 268file path=opt/onbld/man/man1onbld/ws.1onbld 269file path=opt/onbld/man/man1onbld/wsdiff.1onbld 270file path=opt/onbld/man/man1onbld/xref.1onbld 271dir path=opt/onbld/share 272dir path=opt/onbld/share/lib 273dir path=opt/onbld/share/lib/ccs 274file path=opt/onbld/share/make.rules mode=0444 275legacy pkg=SUNWonbld desc="tools used to build the OS-Net consolidation" \ 276 name="OS-Net Build Tools" version=11.11,REV=2009.10.22 277license cr_Sun license=cr_Sun 278license lic_CDDL license=lic_CDDL 279license usr/src/lib/libdwarf/THIRDPARTYLICENSE \ 280 license=usr/src/lib/libdwarf/THIRDPARTYLICENSE 281# nightly(1) uses wget 282depend type=require fmri=web/wget 283