svn commit: r349278 - head/news/slrn

Johan van Selst johans at FreeBSD.org
Wed Mar 26 18:54:56 UTC 2014


Author: johans
Date: Wed Mar 26 18:54:55 2014
New Revision: 349278
URL: http://svnweb.freebsd.org/changeset/ports/349278
QAT: https://qat.redports.org/buildarchive/r349278/

Log:
  Fix character set selection that was broken with iconv from base
  
  PR:		ports/187847
  Submitted by:	David Marec <david.marec at davenulle.org>

Modified:
  head/news/slrn/Makefile

Modified: head/news/slrn/Makefile
==============================================================================
--- head/news/slrn/Makefile	Wed Mar 26 18:52:27 2014	(r349277)
+++ head/news/slrn/Makefile	Wed Mar 26 18:54:55 2014	(r349278)
@@ -3,6 +3,7 @@
 
 PORTNAME=	slrn
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	news ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME} \
 		http://www.jedsoft.org/slrn/download/
@@ -18,7 +19,7 @@ USES=		gmake iconv
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-ipv6 --disable-inews --with-slrnpull \
-		${ICONV_CONFIGURE_ARG}
+		--with-non-gnu-iconv ${ICONV_CONFIGURE_ARG}
 
 ALL_TARGET=	all
 


More information about the svn-ports-head mailing list