Date: Fri, 8 Sep 2000 00:51:32 -0500 (CDT) From: rmtodd@servalan.servalan.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21107: version of gcombust in tree doesn't work with current mkisofs (update of port to current gcombust included) Message-ID: <m13XH4W-004MTWC@servalan.servalan.com>
next in thread | raw e-mail | index | archive | help
>Number: 21107 >Category: ports >Synopsis: version of gcombust in tree doesn't work with current mkisofs (update of port to current gcombust included) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 07 23:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Richard Todd >Release: FreeBSD 5.0-CURRENT i386 >Organization: intermittent >Environment: FreeBSD system with CD-R attached. >Description: The current version of gcombust in the ports tree is 0.1.33. After it was released, newer versions of mkisofs came out and was included in the ports tree. However, these newer versions of mkisofs use a somewhat different command-line syntax for specifying "grafting" (making an ISO fs whose tree structure is differently arranged than your source files are), so the gcombust version in ports won't work right with this mkisofs. A newer version of gcombust, 0.1.34, is available, and fixes this problem. >How-To-Repeat: Try to make a CD with a "grafted" layout with gcombust. >Fix: The following patch to the port updates the port to 0.1.34. As you can see, the changes are minimal. Index: Makefile =================================================================== RCS file: /usr/FreeBSDCVS/ports/sysutils/gcombust/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 2000/05/31 09:36:46 1.14 +++ Makefile 2000/09/08 04:41:10 @@ -6,7 +6,7 @@ # PORTNAME= gcombust -PORTVERSION= 0.1.33 +PORTVERSION= 0.1.34 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ Index: files/md5 =================================================================== RCS file: /usr/FreeBSDCVS/ports/sysutils/gcombust/files/md5,v retrieving revision 1.11 diff -u -r1.11 md5 --- files/md5 2000/05/31 09:36:49 1.11 +++ files/md5 2000/09/08 04:42:14 @@ -1 +1 @@ -MD5 (gcombust-0.1.33.tar.gz) = ae0dc2e2dce7f084b295be3218c68614 +MD5 (gcombust-0.1.34.tar.gz) = 9cf9c4bff70ebcc7964a5578dcacb4f6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m13XH4W-004MTWC>