Stuart Henderson wrote:
> On 2009/11/03 09:32, David Coppa wrote:
>> # wget
>> wget: can't load library 'libidn.so.16.30'
>>
>> What do you prefer to do?
>> Adding "devel/libidn" to LIB_DEPENDS or adding "--disable-iri" 
>> (disable IDN/IRIs support) to CONFIGURE_ARGS?
> 
> add LIB_DEPENDS=idn::devel/libidn, I think.   ok?
> 

ok for me.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/wget/Makefile,v
> retrieving revision 1.48
> diff -u -p -r1.48 Makefile
> --- Makefile  15 Oct 2009 08:27:04 -0000      1.48
> +++ Makefile  3 Nov 2009 10:21:14 -0000
> @@ -3,6 +3,7 @@
>  COMMENT =    retrieve files from the web via HTTP, HTTPS and FTP
>  
>  DISTNAME =   wget-1.12
> +PKGNAME =    ${DISTNAME}p0
>  CATEGORIES = net
>  
>  HOMEPAGE =   http://www.gnu.org/software/wget/
> @@ -14,6 +15,7 @@ PERMIT_DISTFILES_CDROM =Yes
>  PERMIT_DISTFILES_FTP =       Yes
>  
>  WANTLIB =            c crypto ssl 
> +LIB_DEPENDS =                idn::devel/libidn
>  
>  MASTER_SITES =               ${MASTER_SITE_GNU:=wget/}
>  
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/net/wget/pkg/PLIST,v
> retrieving revision 1.23
> diff -u -p -r1.23 PLIST
> --- pkg/PLIST 15 Oct 2009 08:27:12 -0000      1.23
> +++ pkg/PLIST 3 Nov 2009 10:21:14 -0000
> @@ -1,6 +1,7 @@
>  @comment $OpenBSD: PLIST,v 1.23 2009/10/15 08:27:12 benoit Exp $
>  @bin bin/wget
>  @info info/wget.info
> +...@comment lib/charset.alias
>  @man man/man1/wget.1
>  share/examples/wget/
>  share/examples/wget/sample.wgetrc
> 
> 

Reply via email to