Port problems after r253839 on HEAD

Steve Kargl sgk at troutmask.apl.washington.edu
Fri Aug 9 19:06:49 UTC 2013


On Fri, Aug 09, 2013 at 08:59:18PM +0200, Rainer Hurling wrote:
> 
> If I understand bapt@ right, this should be all what is needed:
> 
> --- Makefile.orig	2013-06-20 17:48:12.000000000 +0200
> +++ Makefile	2013-08-09 20:56:36.000000000 +0200
> @@ -15,7 +15,8 @@
>  LICENSE=	GPLv2
> 
>  LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre \
> -		gmime-2.6:${PORTSDIR}/mail/gmime26
> +		gmime-2.6:${PORTSDIR}/mail/gmime26 \
> +		iconv:${PORTSDIR}/converters/libiconv

I did not add this to my fix as libiconv had previously
been installed.  But, I suspect it is needed.

> -LDFLAGS+=	-L${LOCALBASE}/lib -lgnuregex
> +LDFLAGS+=	-L${LOCALBASE}/lib -lgnuregex -liconv


This fixed the build issue.

-- 
Steve


More information about the freebsd-current mailing list