Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 15:29:29 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        kinux <kinux@hknet.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mkisofs not found
Message-ID:  <20040716032929.GA2465@grimoire.chen.org.nz>
In-Reply-To: <000e01c46ae4$65425430$4c22fea9@winxp>
References:  <000e01c46ae4$65425430$4c22fea9@winxp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 16, 2004 at 11:24:25AM +0800, kinux wrote:
> hi,
> i have a 4.10 box, today i try to install mkisofs, i cvsup first, then got a problem i have never seen before..  with following..

[...]
> # cvsup -g -L 2 /usr/local/etc/cvsup/sup/ports-supfile
> # cd /usr/ports
> # make search name='mkiso' | grep Path
> Path:   /usr/ports/chinese/mkisofs
> Path:   /usr/ports/korean/mkisofs
> Path:   /usr/ports/sysutils/mkisofs
> Path:   /usr/ports/sysutils/mkisofs-devel

After you run cvsup, you should run "portsdb -Uu" to update your INDEX
file. Otherwise the contents will very likely be out of date.

> # cd /usr/ports/sysutils/mkisofs
> /usr/ports/sysutils/mkisofs: No such file or directory.

mkisofs is now part of sysutils/cdrtools. So if you:

    # cd /usr/ports/sysutils/cdrtools
    # make install clean

That should install 'mkisofs' for you.
-- 
Jonathan Chen <jonc@chen.org.nz>
-----------------------------------------------------------------------
"I love deadlines. I like the whooshing sound they make as they fly by"
                                                        - Douglas Adams



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716032929.GA2465>