# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # Copyright 2016, Richard Lowe. set name=pkg.fmri value=pkg:/system/library/c-runtime@0.5.11,5.11-0.155.53 set name=pkg.description value="C runtime objects" set name=pkg.summary value="C Runtime" set name=info.classification value=org.opensolaris.category.2008:Development/C set name=variant.arch value=i386 file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/crt1.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/crti.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/crtn.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/values-Xa.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/values-Xc.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/values-Xs.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/values-Xt.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/values-xpg4.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/values-xpg6.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/crt1.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/crti.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/crtn.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/values-Xa.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/values-Xc.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/values-Xs.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/values-Xt.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/values-xpg4.o file NOHASH group=bin mode=0644 owner=root path=usr/lib/values-xpg6.o license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL link path=usr/ccs/lib/amd64/values-Xa.o target=../../../lib/amd64/values-Xa.o link path=usr/ccs/lib/amd64/values-Xc.o target=../../../lib/amd64/values-Xc.o link path=usr/ccs/lib/amd64/values-Xs.o target=../../../lib/amd64/values-Xs.o link path=usr/ccs/lib/amd64/values-Xt.o target=../../../lib/amd64/values-Xt.o link path=usr/ccs/lib/amd64/values-xpg4.o target=../../../lib/amd64/values-xpg4.o link path=usr/ccs/lib/amd64/values-xpg6.o target=../../../lib/amd64/values-xpg6.o link path=usr/ccs/lib/values-Xa.o target=../../lib/values-Xa.o link path=usr/ccs/lib/values-Xc.o target=../../lib/values-Xc.o link path=usr/ccs/lib/values-Xs.o target=../../lib/values-Xs.o link path=usr/ccs/lib/values-Xt.o target=../../lib/values-Xt.o link path=usr/ccs/lib/values-xpg4.o target=../../lib/values-xpg4.o link path=usr/ccs/lib/values-xpg6.o target=../../lib/values-xpg6.o link path=usr/lib/amd64/gcrt1.o target=crt1.o link path=usr/lib/gcrt1.o target=crt1.o # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # # These actions represent settings which should appear in every package. # # # Name the consolidation this package came from. # set name=org.opensolaris.consolidation value=osnet # # Indicate that the package was published in a zones aware # fashion. # set name=variant.opensolaris.zone value=global value=nonglobal # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # # Only publish packages for the currently specified architecture # # This is somewhat nonintuitive. In English: # # For any action of type "set", # if the "name" property matches the regex "variant.arch", # and *every* occurrence of the "value" property does not match # $ARCH, then don't publish it. # # ...in other words, if *any* occurrence of "value" matches i386, # then the negative lookahead assertion in the regex will fail, and we # won't abort based on the action. # # # Catch don't-publish settings from manifest-embedded transforms # # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet # at http://www.illumos.org/license/CDDL. # # Copyright 2011, Richard Lowe # Manual pages are documentation, and more specifically 'man' documentation # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2011, Richard Lowe # # # For kernel/drv, set .conf files to mode 0644. Assume all other # files there are drivers, and give them mode 0755 and reboot-needed. # # The (?