ports/147658: [gettext] audio/mpc 0.17 still requires libintl.so.8 after gettext update

Tobias Rehbein tobias.rehbein at web.de
Fri Jun 25 21:30:05 UTC 2010


The following reply was made to PR ports/147658; it has been noted by GNATS.

From: Tobias Rehbein <tobias.rehbein at web.de>
To: ports at mark.reidel.info
Cc: bug-followup at 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--



More information about the freebsd-ports-bugs mailing list