Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2010 08:40:08 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:  <201006260840.o5Q8e89A025224@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: Sat, 26 Jun 2010 10:38:37 +0200

 --VbJkn9YxBvnuCH5J
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Am Fri, Jun 25, 2010 at 11:28:16PM +0200 schrieb Tobias Rehbein:
 > The best solution I came up was something like this (untested) snippet:
 >=20
 >         .if defined(WITH_ICONF)
 >         .if exists(/usr/local/lib/libintl.so)
 >         USE_GETTEXT=3Dyes
 >         .endif
 >         .endif
 >=20
 
 It seems it was too late when I wrote this mail yesterday. The snippet shou=
 ld
 read (of course):
 
          .if defined(WITH_ICONV)
          .if exists(${LOCALBASE}/lib/libintl.so)
          USE_GETTEXT=3Dyes
          .endif
          .endif
 
 --=20
 Tobias Rehbein
 
 PGP key:         4F2AE314
     server:      keys.gnupg.net
     fingerprint: ECDA F300 1B6E 9B87 8524  8663 E8B6 3138 4F2A E314
 
 --VbJkn9YxBvnuCH5J
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.15 (FreeBSD)
 
 iEYEARECAAYFAkwlvIwACgkQ6LYxOE8q4xTrSwCg1CVlcXHIz+k/ExZUVRpPBs3G
 lWAAn2s7iDvcksDx6v/mYZavVVPVhuuY
 =vyIM
 -----END PGP SIGNATURE-----
 
 --VbJkn9YxBvnuCH5J--



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