From owner-cvs-all@FreeBSD.ORG Wed Jun 2 12:24:17 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 5098A16A4CF; Wed, 2 Jun 2004 12:24:17 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4EBD43D41; Wed, 2 Jun 2004 12:24:16 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i52JODfQ071623; Wed, 2 Jun 2004 21:24:15 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i52JO8Wd071622; Wed, 2 Jun 2004 21:24:08 +0200 (CEST) (envelope-from marius) Date: Wed, 2 Jun 2004 21:24:08 +0200 From: Marius Strobl To: Stijn Hoop Message-ID: <20040602212408.C1600@newtrinity.zeist.de> References: <200406021716.i52HG4dF012607@repoman.freebsd.org> <20040602180410.GR18775@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040602180410.GR18775@pcwin002.win.tue.nl>; from stijn@win.tue.nl on Wed, Jun 02, 2004 at 08:04:10PM +0200 X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.25.0.60; VDF 6.25.0.81 (host: newtrinity.zeist.de) cc: cvs-ports@freebsd.org cc: Alexander Leidinger cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/cdrtools Makefile pkg-descr pkg-descr.mkisofs pkg-plist pkg-plist.mkisofspatch-cdda2wav::interface.c 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: Wed, 02 Jun 2004 19:24:17 -0000 On Wed, Jun 02, 2004 at 08:04:10PM +0200, Stijn Hoop wrote: > On Wed, Jun 02, 2004 at 10:16:04AM -0700, Alexander Leidinger wrote: > > netchild 2004/06/02 10:16:04 PDT > > > > FreeBSD ports repository > > > > Modified files: > > sysutils/cdrtools Makefile pkg-descr pkg-plist > > sysutils/cdrtools/files patch-README.rscsi > > patch-cdda2wav::interface.c > > Removed files: > > sysutils/cdrtools pkg-descr.mkisofs pkg-plist.mkisofs > > Log: > > > - Stop the artificial separation of mkisofs from cdrtools and merge > > sysutils/mkisofs into sysutils/cdrtools which brings us in line > > with other distributions. The separation of mkisofs caused quite > > some confusion among users as well as committers about why its > > PORTVERSION was different from the cdrtools port, how to install > > it, etc. > > The reason this got split was that you don't need cdrtools to burn CD's > (see burncd(8)), but you do need a tool to make an ISO fs. > Well, this is only true for ATAPI burners on ata(4). Do you remember a discussion regarding the split? I didn't find a thread about it and doubt that burncd(8) was the real reason. The log of the commit that turned sysutils/mkisofs into a slave-port also doesn't tell about why it was done that way.