From owner-freebsd-stable@FreeBSD.ORG Sun Jun 15 16:51:56 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6805337B401 for ; Sun, 15 Jun 2003 16:51:56 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9AD43F3F for ; Sun, 15 Jun 2003 16:51:55 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.9/8.12.6) with ESMTP id h5FNptVI011949; Sun, 15 Jun 2003 16:51:55 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9/8.12.6/Submit) id h5FNptsC011948; Sun, 15 Jun 2003 16:51:55 -0700 (PDT) Date: Sun, 15 Jun 2003 16:51:55 -0700 (PDT) From: Matthew Dillon Message-Id: <200306152351.h5FNptsC011948@apollo.backplane.com> To: Chuck Swiger References: <200306152041.h5FKfoQo002747@apollo.backplane.com> <3EECF1EE.7000201@mac.com> cc: freebsd-stable@freebsd.org Subject: Re: dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 23:51:56 -0000 :> :> Someone should build a FreeBSD port for this toolset, there's a gaping :> hole in the FreeBSD ports tree where DVD-recording ought to be. : :OK. How does this look: Looks good. Wow, you came up with that pretty fast! There was an issue w/ your archive, the Makefile needs to use a tab instead of spaces for that indented line. But other then that it appears to work fine. There is also one niggling issue of the binaries being installed suid-root which you might want to patch to 755 for security reasons, but it isn't a show stopper. -Matt