Force gdb6 into disc1 for amd64, sparc64, and ia64

(until they have /usr/src gdb support)
This commit is contained in:
David E. O'Brien 2004-03-25 00:06:03 +00:00
parent 29906c8dfd
commit 404c3c841f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127388

View File

@ -74,6 +74,9 @@ CDROM_SET_1="${CDROM_SET_1} emulators/osf1_base"
elif [ "X${PKG_ARCH}" = "Xi386" ]; then
CDROM_SET_1="${CDROM_SET_1} emulators/linux_base"
fi
if [ "X${PKG_ARCH}" = "Xamd64" -o "X${PKG_ARCH}" = "Xsparc64" -o "X${PKG_ARCH}" = "Xia64" ]; then
CDROM_SET_1="${CDROM_SET_1} devel/gdb6"
fi
CDROM_SET_1="${CDROM_SET_1} lang/perl5"
CDROM_SET_1="${CDROM_SET_1} mail/exim"
CDROM_SET_1="${CDROM_SET_1} mail/postfix"