From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 25 21:30:05 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 678CD1065670 for ; Fri, 25 Jun 2010 21:30:05 +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 5503F8FC1A for ; Fri, 25 Jun 2010 21:30:05 +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 o5PLU5uo088697 for ; Fri, 25 Jun 2010 21:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5PLU5t6088693; Fri, 25 Jun 2010 21:30:05 GMT (envelope-from gnats) Date: Fri, 25 Jun 2010 21:30:05 GMT Message-Id: <201006252130.o5PLU5t6088693@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: Fri, 25 Jun 2010 21:30:05 -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: 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--