Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 13:12:45 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395672 - head/textproc/clucene
Message-ID:  <201508311312.t7VDCj4X093274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Aug 31 13:12:44 2015
New Revision: 395672
URL: https://svnweb.freebsd.org/changeset/ports/395672

Log:
  Drop USES=iconv.
  
  The port's build system does look for iconv, but the code does not use it
  anywhere (it used to until 2009).
  
  Approved by:	office (bapt)

Modified:
  head/textproc/clucene/Makefile

Modified: head/textproc/clucene/Makefile
==============================================================================
--- head/textproc/clucene/Makefile	Mon Aug 31 13:01:52 2015	(r395671)
+++ head/textproc/clucene/Makefile	Mon Aug 31 13:12:44 2015	(r395672)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clucene
 PORTVERSION=	2.3.3.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3
 DISTNAME=	${PORTNAME}-core-${PORTVERSION}
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
 
-USES=		cmake iconv ninja
+USES=		cmake ninja
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DBUILD_CONTRIBS_LIB=ON



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508311312.t7VDCj4X093274>