Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2003 14:23:38 +0100
From:      Simon Barner <barner@in.tum.de>
To:        Dan Pelleg <daniel+bsd@pelleg.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58513: net/ap-utils: fix libintl and libiconv depedencies => avoid conflicts with other ports
Message-ID:  <20031102132338.GA595@zi025.glhnet.mhn.de>
In-Reply-To: <200311020220.hA22KIdW097786@freefall.freebsd.org>
References:  <200311020220.hA22KIdW097786@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>  Port maintainer's comment:
>  I don't know much about the libintl issue. All I can say is that the patch
>  tests ok for me. Assuming there is a problem, I recommend to commit this
>  patch. Only change is to bump PORTREVISION to 2.

The libintl issue is that some ports (including this one here) build an
internal version of libintl instead of using the system wide library
that is provided by the gettext port.
While those ports run fine, they install a file
${PREFIX}/lib/charset.alias which is overwritten by every port that does
not make use of the system wide libintl.

My patches fix two problems:
 - avoid clashing of multiple charset.alias files.
 - reduce code bloat by using the system wide (dynamic) library instead
   of using a (static) internal one.

Regards,
 Simon



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