Date: Tue, 18 Jul 2000 00:49:10 +0900 From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: sobomax@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/libiconv Makefile ports/textproc/libiconv/files md5 ports/textproc/libiconv/pkg COMMENT DESCR PLIST Message-ID: <864s5orc3t.wl@localhost.local.idaemons.org> In-Reply-To: In your message of "Mon, 17 Jul 2000 23:26:53 %2B0900" <8666q4rfwy.wl@localhost.local.idaemons.org> References: <200007170959.CAA65645@freefall.freebsd.org> <8666q4rfwy.wl@localhost.local.idaemons.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Whooops. At Mon, 17 Jul 2000 23:26:53 +0900, I wrote: > Woot, I think you should have imported this into `converters'. > > Also, you have to think about the conflict with textproc/iconv. converters/iconv > Maybe, just maybe, you could solve it by renaming it (lib)giconv. Those are just two implementations of a common library, and converters/iconv installs libiconv.so.0 when your newly imported libiconv does libiconv.so.2. Thus it is certain that it will cause bad things to happen if we just leave them alone with the existing state of affairs. (It is not enough to just write a document to tell users not to install them simultaneously, as (common) libiconv is such a popular library which many other ports LIB_DEPENDS.) Now, we have to take one of these options: 1. Kill one of them. -> No way, IMO.. 2. Rename one of them. -> e.g. libiconv.so vs. libgiconv.so, iconv.h vs. giconv.h, etc. (I'd suggest this idea) 3. Install them into different directories. -> e.g. include vs. include/giconv, lib vs. lib/giconv, etc. 4. Any other options? Anyway, now converters/iconv is working very well with such ports as mail/mutt, net/gnomeicu and editor/dedit, it's worth giving non-GPL'ed converters/iconv a try prior to the LGPL'ed one. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864s5orc3t.wl>