svn commit: r363919 - head/net-im/ejabberd

Ashish SHUKLA ashish at FreeBSD.org
Sun Aug 3 16:06:23 UTC 2014


Author: ashish
Date: Sun Aug  3 16:06:22 2014
New Revision: 363919
URL: http://svnweb.freebsd.org/changeset/ports/363919
QAT: https://qat.redports.org/buildarchive/r363919/

Log:
  - Fix crashing on 10.x and later, when ICONV option is enabled
  
  PR:		191473
  Submitted by:	neil at darlow.co.uk

Modified:
  head/net-im/ejabberd/Makefile

Modified: head/net-im/ejabberd/Makefile
==============================================================================
--- head/net-im/ejabberd/Makefile	Sun Aug  3 15:49:37 2014	(r363918)
+++ head/net-im/ejabberd/Makefile	Sun Aug  3 16:06:22 2014	(r363919)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ejabberd
 PORTVERSION=	14.07
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \
 		http://distfiles.pirateparty.in/%SUBDIR%/:deps \
@@ -58,7 +59,7 @@ JSON_CONFIGURE_ENABLE=	json
 MYSQL_CONFIGURE_ENABLE=	mysql
 PGSQL_CONFIGURE_ENABLE=	pgsql
 ICONV_CONFIGURE_ENABLE=	iconv
-ICONV_USES=		iconv
+ICONV_USES=		iconv:wchar_t
 ICONV_LDFLAGS=		${ICONV_LIB}
 DOCS_MAKE_ARGS_OFF=	NOPORTDOCS=yes
 


More information about the svn-ports-head mailing list