Don't put devel/gdb6 on disc1 for non-i386 platforms. We have gdb6 in

the base-system. Adding the port for ia64 on disc1 is especially bogus,
because the port doesn't even build on ia64. It also doesn't support
libthread_db.
This commit is contained in:
Marcel Moolenaar 2004-09-26 19:05:52 +00:00
parent 1a7cf6134e
commit 4bc31b9bd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135828

View File

@ -74,9 +74,6 @@ 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.8"
CDROM_SET_1="${CDROM_SET_1} mail/exim"
CDROM_SET_1="${CDROM_SET_1} mail/postfix"