From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 26 08:40:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57DB11065673 for ; Sat, 26 Jun 2010 08:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C5758FC0A for ; Sat, 26 Jun 2010 08:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5Q8e8YC025225 for ; Sat, 26 Jun 2010 08:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5Q8e89A025224; Sat, 26 Jun 2010 08:40:08 GMT (envelope-from gnats) Date: Sat, 26 Jun 2010 08:40:08 GMT Message-Id: <201006260840.o5Q8e89A025224@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tobias Rehbein Cc: Subject: Re: ports/147658: [gettext] audio/mpc 0.17 still requires libintl.so.8 after gettext update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tobias Rehbein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2010 08:40:09 -0000 The following reply was made to PR ports/147658; it has been noted by GNATS. From: Tobias Rehbein 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--