On 08/11/17 13:21, Stuart Henderson wrote:
> On 2017/07/26 15:42, Giovanni Bechis wrote:
>> Hi,
>> update to courier stuff, is it ok with COMPILER additions (c++11 needed) ?
>>  Cheers
>>   Giovanni
> 
> courier-authlib failed in bulk:
> 
> gmake[3]: Entering directory 
> '/usr/obj/ports/courier-authlib-0.68.0/courier-authlib-0.68.0/libs/rfc822'
> /usr/bin/libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.   
> -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT 
> rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c -o rfc2047u.lo rfc2047u.c
> cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe 
> -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c 
> rfc2047u.c -fPIC -DPIC -o .libs/rfc2047u.o
> rfc2047u.c:18:10: fatal error: 'idna.h' file not found
> #include <idna.h>
>          ^~~~~~~~
> 1 error generated.
> 
missing dependency, I will commit it next week is faster.
 Cheers
   Giovanni
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/courier-authlib/Makefile,v
retrieving revision 1.65
diff -u -p -r1.65 Makefile
--- Makefile	9 Aug 2017 20:36:40 -0000	1.65
+++ Makefile	11 Aug 2017 15:42:38 -0000
@@ -68,7 +68,8 @@ CONFIGURE_ARGS+=	--enable-static \
 			--cache-file=${WRKDIR}/courier-authlib.cache
 
 RUN_DEPENDS-main=	lang/expect
-BUILD_DEPENDS=		lang/expect \
+BUILD_DEPENDS=		devel/libidn \
+			lang/expect \
 			mail/courier-unicode>=2.0
 
 DOCS=			COPYING COPYING.GPL INSTALL NEWS README

Reply via email to