Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2010 21:30:05 GMT
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/147658: [gettext] audio/mpc 0.17 still requires libintl.so.8 after gettext update
Message-ID:  <201006252130.o5PLU5t6088693@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/147658; it has been noted by GNATS.

From: Tobias Rehbein <tobias.rehbein@web.de>
To: ports@mark.reidel.info
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/147658: [gettext] audio/mpc 0.17 still requires libintl.so.8 after gettext update
Date: Fri, 25 Jun 2010 23:28:16 +0200

 --fUYQa+Pmc3FrFX/N
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 I digged a little deeper. It seems audio/mpc links itself against libintl if
 WITH_ICONV is set and devel/gettext is present on the system.
 
 How to handle this I dont know. Perhaps it's better to close this PR and handle
 this case manually ;)
 
 The best solution I came up was something like this (untested) snippet:
 
         .if defined(WITH_ICONF)
         .if exists(/usr/local/lib/libintl.so)
         USE_GETTEXT=yes
         .endif
         .endif
 
 Regards Tobias
 
 --fUYQa+Pmc3FrFX/N
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.15 (FreeBSD)
 
 iEYEARECAAYFAkwlH28ACgkQ6LYxOE8q4xRaggCdE9gnbfx/ZPuf57eN84Uh1iyr
 838AoLEJacYfk71JxKrEavmZJ71hFchI
 =eWYJ
 -----END PGP SIGNATURE-----
 
 --fUYQa+Pmc3FrFX/N--



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