make_release_packages revision 493
0N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 0N/A# Permission is hereby granted, free of charge, to any person obtaining a 0N/A# copy of this software and associated documentation files (the 0N/A# "Software"), to deal in the Software without restriction, including 0N/A# without limitation the rights to use, copy, modify, merge, publish, 0N/A# distribute, and/or sell copies of the Software, and to permit persons 0N/A# to whom the Software is furnished to do so, provided that the above 0N/A# copyright notice(s) and this permission notice appear in all copies of 0N/A# the Software and that both the above copyright notice(s) and this 0N/A# permission notice appear in supporting documentation. 0N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 0N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 0N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 0N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 0N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 0N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 0N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 0N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 0N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 0N/A# Except as contained in this notice, the name of a copyright holder 0N/A# shall not be used in advertising or otherwise to promote the sale, use 0N/A# or other dealings in this Software without prior written authorization 0N/A# of the copyright holder. 0N/A# @(#)make_release_packages 1.60 08/08/08 0N/A# Create and fill a package staging area for X 0N/A# This script should be run from the base of the build tree. 0N/A# It takes no parameters. 0N/A# ./make_release_packages 0N/A# To build a subset of packages 0N/A# env PACKAGE_LIST="packages" ./make_release_packages 0N/A# Make sure that we aren't affected by the personal environment of 0N/A# whoever is running this script 0N/A# List of official (deliverable) X-window packages for all platforms 0N/A SUNWfreetype2 SUNWi1of SUNWvncviewer SUNWxcursor-themes 0N/A SUNWxorg-cfg SUNWxorg-client-docs SUNWxorg-client-programs 0N/A SUNWxorg-clientlibs SUNWxorg-compatlinks SUNWxorg-devel-docs 0N/A SUNWxorg-doc SUNWxorg-graphics-ddx SUNWxorg-headers 0N/A SUNWxorg-server SUNWxorg-tsol-module SUNWxprint-server 0N/A SUNWxscreensaver-hacks SUNWxscreensaver-hacks-gl SUNWxsun-server 0N/A SUNWxvnc SUNWxwacx SUNWxwcft SUNWxwdem SUNWxwdim SUNWxwdxm 0N/A SUNWxwfnt SUNWxwfs SUNWxwfsw SUNWxwhl SUNWxwice SUNWxwinc 0N/A SUNWxwman SUNWxwmod SUNWxwoft SUNWxwopt SUNWxwpft SUNWxwplr 0N/A SUNWxwplt SUNWxwpmn SUNWxwrtl SUNWxwslb SUNWxwsrv SUNWxwsvr 0N/A# Some packages are only built for certain platforms currently # Localization template packages for delivery to translation teams SUNW0xwplt SUNW0xwopt SUNW0xwsvr" # To build a subset of packages # PACKAGE_LIST="packages" make_release_packages ### Functions for use later print -u2 "${progname}: ERROR: $*" # Which platform name do we use for 64-bit? *)
fatal_error "Unknown architecture - not SPARC nor i386." ;;
# Get build version from pkgversion if [[ -z
"${VERSION}" ]] ;
then if [[ -z
"${BUILD}" ]] ;
then print "Building packages for X11 version ${VERSION} build ${DECIMAL_BUILD}" if [[
"${MACH}" =
"sparc" ]];
then # Next, create the staging area. print 'Removing old proto-packages and recreating' # Now copy the package description info print 'Copying package descriptions' # We keep the master copyright in the top-level copyright file # Packages that need additional copyright have copyright.add files # that we then merge here 'BEGIN { PROTODIR = ENVIRON [ "PROTODIR" ]; } system("cat " PROTODIR "/licenses/" $2) # Now move into the package staging area and build the packages. print --
'---Building packages' # Variables to pass to pkgmk for use in prototype files # They must start with lowercase letters to be resolved at pkgmk time print "******** Making the ${package} package ********" # Simple package with the same prototype on all platforms # Package with some platform-specific settings in prototype print "******** Done Making the ${package} package ********" print -n
"Packages built: " print -n
"Packages failed: " # Create an installdir with symlinks to SUNW* pkgs