Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 18:45:20 +0100
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        Anatoliy Dmytriyev <tolid@plab.ku.dk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: misc/gnomemimedata: sed: illegal option -- i
Message-ID:  <20030113174520.GW1196@freepuppy.bellavista.cz>
In-Reply-To: <20030113173831.GB43998@plab.ku.dk>
References:  <20030113173831.GB43998@plab.ku.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
# tolid@plab.ku.dk / 2003-01-13 18:38:31 +0100:
> Hello, everybody!
> 
> I'd like to install the port misc/gnomemimedata and after "make" command
> I have the error message:
> 
> root@david misc/gnomemimedata# make
> ===>  Extracting for gnomemimedata-2.0.1_1
> >> Checksum OK for gnome/gnome-mime-data-2.0.1.tar.bz2.
> ===>   gnomemimedata-2.0.1_1 depends on shared library: intl.4 - found
> ===>   gnomemimedata-2.0.1_1 depends on shared library: X11.6 - found
> ===>  Patching for gnomemimedata-2.0.1_1
> sed: illegal option -- i
> usage: sed script [-Ean] [file ...]
>        sed [-an] [-e script] ... [-f script_file] ... [file ...]
> *** Error code 1
> 
> Maybe somebody have any ideas and can help me?

    you have two options: either cvsup and make world (your ports system
    is too new for your sed), or define REINPLACE_CMD in /etc/make.conf
    to something that will achieve the same results as `sed -i`.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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