xref: /netbsd/distrib/cdrom/3.0.3.conf (revision ef312712)
1*ef312712Stsutsui# $NetBSD: 3.0.3.conf,v 1.2 2008/01/11 11:37:03 tsutsui Exp $
2e20a341cSghen#
3e20a341cSghen# Makefile fragment for CD sets; includes config information.
4e20a341cSghen
5e20a341cSghen##############################################################################
6e20a341cSghen# The NetBSD release being packaged on this CD set.  This also implies
7e20a341cSghen# inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
8e20a341cSghen# That file defines the various per-port specifics for that release.
9e20a341cSghen
10e20a341cSghenCD_RELEASE=	3.0.3
11e20a341cSghen
12e20a341cSghen##############################################################################
13e20a341cSghen# The NetBSD release to be used in the .iso image filenames.  Defaults to
14e20a341cSghen# ${CD_RELEASE} but can be overridden in the environment.
15e20a341cSghen
16e20a341cSghenISO_RELEASE?=	${CD_RELEASE}
17e20a341cSghen
18e20a341cSghen##############################################################################
19e20a341cSghen# The names of the individual CD images, without ".iso".
20e20a341cSghen# This also indicates the suffix of configuration variables later in this file
21e20a341cSghen# which are CD-image specific.
22e20a341cSghen
23e20a341cSghenCD_IMAGES=
24e20a341cSghen.if defined(TARGET_CD_IMAGE)
25*ef312712Stsutsui.for targetcd in ${TARGET_CD_IMAGE}
26*ef312712StsutsuiCD_IMAGES+=	${targetcd}-${ISO_RELEASE}
27*ef312712Stsutsui.endfor
28e20a341cSghen.else
29e20a341cSghenCD_IMAGES+=	multi-cd1-${ISO_RELEASE}
30e20a341cSghenCD_IMAGES+=	multi-cd2-${ISO_RELEASE}
31e20a341cSghenCD_IMAGES+=	multi-cd3-${ISO_RELEASE}
32e20a341cSghenCD_IMAGES+=	acorn26cd-${ISO_RELEASE}
33e20a341cSghenCD_IMAGES+=	acorn32cd-${ISO_RELEASE}
34e20a341cSghenCD_IMAGES+=	algorcd-${ISO_RELEASE}
35e20a341cSghenCD_IMAGES+=	alphacd-${ISO_RELEASE}
36e20a341cSghenCD_IMAGES+=	amd64cd-${ISO_RELEASE}
37e20a341cSghenCD_IMAGES+=	amigacd-${ISO_RELEASE}
38e20a341cSghenCD_IMAGES+=	arccd-${ISO_RELEASE}
39e20a341cSghenCD_IMAGES+=	ataricd-${ISO_RELEASE}
40e20a341cSghenCD_IMAGES+=	catscd-${ISO_RELEASE}
41e20a341cSghenCD_IMAGES+=	cesficcd-${ISO_RELEASE}
42e20a341cSghenCD_IMAGES+=	cobaltcd-${ISO_RELEASE}
43e20a341cSghenCD_IMAGES+=	dreamcastcd-${ISO_RELEASE}
44e20a341cSghenCD_IMAGES+=	evbarmcd-${ISO_RELEASE}
45e20a341cSghenCD_IMAGES+=	evbmips-mipsebcd-${ISO_RELEASE}
46e20a341cSghenCD_IMAGES+=	evbmips-mipselcd-${ISO_RELEASE}
47e20a341cSghenCD_IMAGES+=	evbppccd-${ISO_RELEASE}
48e20a341cSghenCD_IMAGES+=	evbsh3-sh3ebcd-${ISO_RELEASE}
49e20a341cSghenCD_IMAGES+=	evbsh3-sh3elcd-${ISO_RELEASE}
50e20a341cSghenCD_IMAGES+=	evbsh5-sh5elcd-${ISO_RELEASE}
51e20a341cSghenCD_IMAGES+=	hp300cd-${ISO_RELEASE}
52e20a341cSghenCD_IMAGES+=	hp700cd-${ISO_RELEASE}
53e20a341cSghenCD_IMAGES+=	hpcarmcd-${ISO_RELEASE}
54e20a341cSghenCD_IMAGES+=	hpcmipscd-${ISO_RELEASE}
55e20a341cSghenCD_IMAGES+=	hpcshcd-${ISO_RELEASE}
56e20a341cSghenCD_IMAGES+=	i386cd-${ISO_RELEASE}
57e20a341cSghenCD_IMAGES+=	ibmnwscd-${ISO_RELEASE}
58e20a341cSghenCD_IMAGES+=	iyonix-${ISO_RELEASE}
59e20a341cSghenCD_IMAGES+=	luna68kcd-${ISO_RELEASE}
60e20a341cSghenCD_IMAGES+=	mac68kcd-${ISO_RELEASE}
61e20a341cSghenCD_IMAGES+=	macppccd-${ISO_RELEASE}
62e20a341cSghenCD_IMAGES+=	mipscocd-${ISO_RELEASE}
63e20a341cSghenCD_IMAGES+=	mmeyecd-${ISO_RELEASE}
64e20a341cSghenCD_IMAGES+=	mvmeppccd-${ISO_RELEASE}
65e20a341cSghenCD_IMAGES+=	mvme68kcd-${ISO_RELEASE}
66e20a341cSghenCD_IMAGES+=	netwindercd-${ISO_RELEASE}
67e20a341cSghenCD_IMAGES+=	news68kcd-${ISO_RELEASE}
68e20a341cSghenCD_IMAGES+=	newsmipscd-${ISO_RELEASE}
69e20a341cSghenCD_IMAGES+=	next68kcd-${ISO_RELEASE}
70e20a341cSghenCD_IMAGES+=	ofppccd-${ISO_RELEASE}
71e20a341cSghenCD_IMAGES+=	pmaxcd-${ISO_RELEASE}
72e20a341cSghenCD_IMAGES+=	pmppccd-${ISO_RELEASE}
73e20a341cSghenCD_IMAGES+=	prepcd-${ISO_RELEASE}
74e20a341cSghenCD_IMAGES+=	sandpointcd-${ISO_RELEASE}
75e20a341cSghenCD_IMAGES+=	sbmips-mipsebcd-${ISO_RELEASE}
76e20a341cSghenCD_IMAGES+=	sbmips-mipselcd-${ISO_RELEASE}
77e20a341cSghenCD_IMAGES+=	sgimipscd-${ISO_RELEASE}
78e20a341cSghenCD_IMAGES+=	sharkcd-${ISO_RELEASE}
79e20a341cSghenCD_IMAGES+=	sourcecd-${ISO_RELEASE}
80e20a341cSghenCD_IMAGES+=	sparccd-${ISO_RELEASE}
81e20a341cSghenCD_IMAGES+=	sparc64cd-${ISO_RELEASE}
82e20a341cSghenCD_IMAGES+=	sun2cd-${ISO_RELEASE}
83e20a341cSghenCD_IMAGES+=	sun3cd-${ISO_RELEASE}
84e20a341cSghenCD_IMAGES+=	vaxcd-${ISO_RELEASE}
85e20a341cSghenCD_IMAGES+=	x68kcd-${ISO_RELEASE}
86e20a341cSghen.endif
87e20a341cSghen
88e20a341cSghen##############################################################################
89e20a341cSghen# The maximum size of an individual CD.
90e20a341cSghen
91e20a341cSghenCD_SIZE=	700000
92e20a341cSghen
93e20a341cSghen##############################################################################
94e20a341cSghen# The CD volume IDs for each CD-ROM image.  This will show up as the
95e20a341cSghen# "volume label" on most operating systems.  This is REQUIRED for each image.
96e20a341cSghen# Typically only 16 characters should be used for maximum OS compatibility.
97e20a341cSghen
98e20a341cSghen.for image in ${CD_IMAGES}
99e20a341cSghenVOLID.${image}=	NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
100e20a341cSghen.endfor
101e20a341cSghen
102e20a341cSghen# The "abstract file" name.  If there is a file in the CD root describing
103e20a341cSghen# use of the CD or booting info, this may be useful to some OS's.
104e20a341cSghen
105e20a341cSghen#.for image in ${CD_IMAGES}
106e20a341cSghen#ABSTRACT.${image}=	booting.txt
107e20a341cSghen#.endfor
108e20a341cSghen
109e20a341cSghen# The "copyright file" name.  If there is a file in the CD root describing
110e20a341cSghen# the copyright of the contained files, this may be useful to some OS's.
111e20a341cSghen# This usually needs ADDFILES to go along with it.
112e20a341cSghen
113e20a341cSghen#.for image in ${CD_IMAGES}
114e20a341cSghen#COPYRIGHT.${image}=	copyrght.txt
115e20a341cSghen#ADDFILES.${image}+=	copyrght.txt:${.CURDIR}/extra/copyright.txt,link
116e20a341cSghen#.endfor
117e20a341cSghen
118e20a341cSghen# The "publisher name" field on the CD-ROM.  Room for 128 characters.
119e20a341cSghen
120e20a341cSghenPUBLISHER=		The NetBSD Foundation, Inc. / http://www.NetBSD.org/
121e20a341cSghen
122e20a341cSghen# The "preparer name" field on the CD-ROM.  Room for 128 characters.
123e20a341cSghen
124e20a341cSghenPREPARER=		NetBSD CD Build System
125e20a341cSghen
126e20a341cSghen##############################################################################
127e20a341cSghen# The ports for which the base OS binaries will be included.
128e20a341cSghen# MACHINE_ARCH shared distribution directories and the "ALL" shared
129e20a341cSghen# distribution directory are added automatically where needed.
130e20a341cSghen#
131e20a341cSghen# The following ports, if included, will be bootable on their respective
132e20a341cSghen# CD images:
133e20a341cSghen#
134e20a341cSghen#     alpha, amd64, cats, i386, macppc, pmax, sparc, sparc64, sun3, vax.
135e20a341cSghen#
136e20a341cSghen# Special notes on booting:
137e20a341cSghen#
138e20a341cSghen# * macppc and mac68k will cause the inclusion of HFS partition and
139e20a341cSghen#   filesystem info on the CD, with automatic MacBinary probing and encoding.
140e20a341cSghen#
141e20a341cSghen# * macppc cannot boot on the same disc as either pmax or vax.
142e20a341cSghen#   macppc uses the same locations in block 0 to store boot
143e20a341cSghen#   information as pmax and vax.
144e20a341cSghen#   This will cause a warning in the build, and macppc will override.
145e20a341cSghen#
146e20a341cSghen# * sparc64 cannot boot using default boot arguments on the same disc as
147e20a341cSghen#   the sun3x model of sun3.  These platforms use the same partitions
148e20a341cSghen#   in the Sun boot map by default.  This will cause a warning in the build,
149e20a341cSghen#   and sparc64 machines will have to boot with "boot cdrom:g" instead of
150e20a341cSghen#   "boot cdrom".
151e20a341cSghen
152e20a341cSghenBASE_PORTS.multi-cd1-${ISO_RELEASE}=	i386 macppc sparc sparc64
153e20a341cSghen
154e20a341cSghenBASE_PORTS.multi-cd2-${ISO_RELEASE} = alpha \
155e20a341cSghen		amiga atari mac68k next68k sun3
156e20a341cSghen
157e20a341cSghenBASE_PORTS.multi-cd3-${ISO_RELEASE}= amd64 \
158e20a341cSghen		cobalt hpcmips pmax
159e20a341cSghen
160e20a341cSghenBASE_PORTS.acorn26cd-${ISO_RELEASE}=acorn26
161e20a341cSghenBASE_PORTS.acorn32cd-${ISO_RELEASE}=acorn32
162e20a341cSghenBASE_PORTS.algorcd-${ISO_RELEASE}=algor
163e20a341cSghenBASE_PORTS.alphacd-${ISO_RELEASE}=alpha
164e20a341cSghenBASE_PORTS.amd64cd-${ISO_RELEASE}=amd64
165e20a341cSghenBASE_PORTS.amigacd-${ISO_RELEASE}=amiga
166e20a341cSghenBASE_PORTS.arccd-${ISO_RELEASE}=arc
167e20a341cSghenBASE_PORTS.ataricd-${ISO_RELEASE}=atari
168e20a341cSghenBASE_PORTS.catscd-${ISO_RELEASE}=cats
169e20a341cSghenBASE_PORTS.cesficcd-${ISO_RELEASE}=cesfic
170e20a341cSghenBASE_PORTS.cobaltcd-${ISO_RELEASE}=cobalt
171e20a341cSghenBASE_PORTS.dreamcastcd-${ISO_RELEASE}=dreamcast
172e20a341cSghenBASE_PORTS.evbarmcd-${ISO_RELEASE}=evbarm
173e20a341cSghenBASE_PORTS.evbmips-mipsebcd-${ISO_RELEASE}=evbmips-mipseb
174e20a341cSghenBASE_PORTS.evbmips-mipselcd-${ISO_RELEASE}=evbmips-mipsel
175e20a341cSghenBASE_PORTS.evbsh3-sh3ebcd-${ISO_RELEASE}=evbsh3-sh3eb
176e20a341cSghenBASE_PORTS.evbsh3-sh3elcd-${ISO_RELEASE}=evbsh3-sh3el
177e20a341cSghenBASE_PORTS.evbsh5-sh5elcd-${ISO_RELEASE}=evbsh5-sh5el
178e20a341cSghenBASE_PORTS.hp300cd-${ISO_RELEASE}=hp300
179e20a341cSghenBASE_PORTS.hpcarmcd-${ISO_RELEASE}=hpcarm
180e20a341cSghenBASE_PORTS.hpcmipscd-${ISO_RELEASE}=hpcmips
181e20a341cSghenBASE_PORTS.hpcshcd-${ISO_RELEASE}=hpcsh
182e20a341cSghenBASE_PORTS.i386cd-${ISO_RELEASE}=i386
183e20a341cSghenBASE_PORTS.iyonixcd-${ISO_RELEASE}=iyonix
184e20a341cSghenBASE_PORTS.ibmnwscd-${ISO_RELEASE}=ibmnws
185e20a341cSghenBASE_PORTS.luna68kcd-${ISO_RELEASE}=luna68k
186e20a341cSghenBASE_PORTS.mac68kcd-${ISO_RELEASE}=mac68k
187e20a341cSghenBASE_PORTS.macppccd-${ISO_RELEASE}=macppc
188e20a341cSghenBASE_PORTS.mipscocd-${ISO_RELEASE}=mipsco
189e20a341cSghenBASE_PORTS.mmeyecd-${ISO_RELEASE}=mmeye
190e20a341cSghenBASE_PORTS.mvme68kcd-${ISO_RELEASE}=mvme68k
191e20a341cSghenBASE_PORTS.mvmeppccd-${ISO_RELEASE}=mvmeppc
192e20a341cSghenBASE_PORTS.netwindercd-${ISO_RELEASE}=netwinder
193e20a341cSghenBASE_PORTS.news68kcd-${ISO_RELEASE}=news68k
194e20a341cSghenBASE_PORTS.newsmipscd-${ISO_RELEASE}=newsmips
195e20a341cSghenBASE_PORTS.next68kcd-${ISO_RELEASE}=next68k
196e20a341cSghenBASE_PORTS.ofppccd-${ISO_RELEASE}=ofppc
197e20a341cSghenBASE_PORTS.pmaxcd-${ISO_RELEASE}=pmax
198e20a341cSghenBASE_PORTS.pmppccd-${ISO_RELEASE}=pmppc
199e20a341cSghenBASE_PORTS.prepcd-${ISO_RELEASE}=prep
200e20a341cSghenBASE_PORTS.sandpointcd-${ISO_RELEASE}=sandpoint
201e20a341cSghenBASE_PORTS.sbmips-mipsebcd-${ISO_RELEASE}=sbmips-mipseb
202e20a341cSghenBASE_PORTS.sbmips-mipselcd-${ISO_RELEASE}=sbmips-mipsel
203e20a341cSghenBASE_PORTS.sgimipscd-${ISO_RELEASE}=sgimips
204e20a341cSghenBASE_PORTS.sharkcd-${ISO_RELEASE}=shark
205e20a341cSghenBASE_PORTS.sourcecd-${ISO_RELEASE}=source
206e20a341cSghenBASE_PORTS.sparccd-${ISO_RELEASE}=sparc
207e20a341cSghenBASE_PORTS.sparc64cd-${ISO_RELEASE}=sparc64
208e20a341cSghenBASE_PORTS.sun2cd-${ISO_RELEASE}=sun2
209e20a341cSghenBASE_PORTS.sun3cd-${ISO_RELEASE}=sun3
210e20a341cSghenBASE_PORTS.vaxcd-${ISO_RELEASE}=vax
211e20a341cSghenBASE_PORTS.x68kcd-${ISO_RELEASE}=x68k
212e20a341cSghen
213e20a341cSghen.for image in ${CD_IMAGES}
214e20a341cSghen#INTDIRS.${image}+=	packages
215e20a341cSghenBASE_PORTS.${image}+=	CHANGES CHANGES-3.0 CHANGES-3.0.1 CHANGES-3.0.2 \
216e20a341cSghen	CHANGES-3.0.3 CHANGES.prev LAST_MINUTE README.files
217e20a341cSghen.endfor
218e20a341cSghen
219e20a341cSghen##############################################################################
220e20a341cSghen# These provide additional functionality to some host OS's that may or may
221e20a341cSghen# not be desired in some cases.  Uncomment to enable, or comment out to
222e20a341cSghen# disable.
223e20a341cSghen
224e20a341cSghen# USE_ROCK_RIDGE adds -r to mkisofs to use full Un*x style pathnames and
225e20a341cSghen# permissions.  For most situations, this is needed.
226e20a341cSghen
227e20a341cSghenUSE_ROCK_RIDGE=	yes
228e20a341cSghen
229e20a341cSghen# USE_LONG_NAMES adds -l to mkisofs to use full 32-character ISO-9660 names.
230e20a341cSghen# This allows some host OS's, particularly AmigaDOS, the ability to see long
231e20a341cSghen# filenames in most cases.
232e20a341cSghen
233e20a341cSghenUSE_LONG_NAMES=	yes
234e20a341cSghen
235e20a341cSghen# USE_TRANS_TBL adds -T to mkisofs to provide long names through the use of
236e20a341cSghen# TRANS.TBL translation table files.  (These will automatically be hidden
237e20a341cSghen# from Joliet and HFS trees.)  Typically this is not used in conjunction
238e20a341cSghen# with USE_LONG_NAMES, but may be used if names still exceed 32 characters.
239e20a341cSghen
240e20a341cSghen#USE_TRANS_TBL=	yes
241e20a341cSghen
242e20a341cSghen# USE_JOLIET adds -J to mkisofs to provide Joliet long filename support for
243e20a341cSghen# Microsoft Windows OS's
244e20a341cSghen
245e20a341cSghenUSE_JOLIET=	yes
246e20a341cSghen
247e20a341cSghen# USE_APPLE_ISO adds -apple to mkisofs to provide the Apple ISO-9660
248e20a341cSghen# Extensions.  This gives full MacOS attribute information to files without
249e20a341cSghen# the overhead of full HFS.  (A disc that is forced into HFS mode by the
250e20a341cSghen# presence of mac68k or macppc will use HFS, not the Apple ISO Extensions.)
251e20a341cSghen
252e20a341cSghenUSE_APPLE_ISO=	yes
253e20a341cSghen
254e20a341cSghen# LOG_MKISOFS causes the mkisofs command to be logged in "extra verbose"
255e20a341cSghen# mode (-v -v) to the image filename with .log appended.
256e20a341cSghen
257e20a341cSghen#LOG_MKISOFS=	yes
258e20a341cSghen
259e20a341cSghen##############################################################################
260e20a341cSghen# "Easter egg" file.  If this option is present, the standard 32k end padding
261e20a341cSghen# is replaced by a message in this file (no more than 16k), padded to 32k
262e20a341cSghen# with null bytes.
263e20a341cSghen
264e20a341cSghen#EASTER_EGG=	${.CURDIR}/extra/egg.txt
265e20a341cSghen
266e20a341cSghen##############################################################################
267