- Always include x11/xorg on disc1 as it does exist for ia64 (I must have

misread print-cdrom-packages.sh).
- Include x11/xorg-manpages and devel/imake-6 since xorg doesn't pull those
  in as requirements.  Not including manpages is a bug IMO.
- Add security/freebsd-update to disc2, not sure why I left this one out
  but I did by accident.

Reported by:	kensmith (2), cpercival (3)
This commit is contained in:
John Baldwin 2005-03-21 19:57:18 +00:00
parent 7954f273b4
commit 0dd0e637dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143941

View File

@ -28,8 +28,9 @@
def disc1_packages():
# 5.x only
pkgs = ['lang/perl5.8']
if arch != 'ia64':
pkgs.append('x11/xorg')
pkgs.append('x11/xorg')
pkgs.append('x11/xorg-manpages')
pkgs.append('devel/imake-6')
if arch == 'alpha':
pkgs.append('emulators/osf1_base')
elif arch == 'i386':
@ -85,6 +86,7 @@ def disc2_packages():
'shells/bash2',
'shells/pdksh',
'shells/zsh',
'security/freebsd-update',
'security/sudo',
'sysutils/portsnap',
'sysutils/portupgrade',