From owner-cvs-all@FreeBSD.ORG Fri Oct 22 20:09:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3C7016A4CE; Fri, 22 Oct 2004 20:09:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E808543D45; Fri, 22 Oct 2004 20:09:34 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9MK9YwH031399; Fri, 22 Oct 2004 20:09:34 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9MK9Y3i031398; Fri, 22 Oct 2004 20:09:34 GMT (envelope-from marcel) Message-Id: <200410222009.i9MK9Y3i031398@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 22 Oct 2004 20:09:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 20:09:35 -0000 marcel 2004-10-22 20:09:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) release/scripts print-cdrom-packages.sh Log: MF5: rev 1.64.2.3: MFC: rev 1.65: 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. MFC: rev 1.68: Seperate ia64 from the pack. The disc1 is overflowing to such extend that most packages can not be included. It's much easier to list those that we do want on disc1 for ia64. We only need to list 11 of them. Approved by: re (scottl) Revision Changes Path 1.64.2.2.2.1 +94 -86 src/release/scripts/print-cdrom-packages.sh