Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 15:07:19 +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: r395297 - head/textproc/zorba
Message-ID:  <201508251507.t7PF7JTH088043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Aug 25 15:07:18 2015
New Revision: 395297
URL: https://svnweb.freebsd.org/changeset/ports/395297

Log:
  Drop USES=iconv.
  
  The port's build system only looks for iconv on Windows, and in any case the
  code itself never uses it.

Modified:
  head/textproc/zorba/Makefile

Modified: head/textproc/zorba/Makefile
==============================================================================
--- head/textproc/zorba/Makefile	Tue Aug 25 14:58:40 2015	(r395296)
+++ head/textproc/zorba/Makefile	Tue Aug 25 15:07:18 2015	(r395297)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zorba
 PORTVERSION=	2.7.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc
 MASTER_SITES=	https://launchpadlibrarian.net/119058962/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
@@ -43,7 +43,7 @@ CONFLICTS=	xqilla-[0-9]*
 USE_GNOME=	libxml2 libxslt
 USE_LDCONFIG=	yes
 USE_CXXSTD=	c++11
-USES=		cmake:outsource compiler:c++11-lib execinfo iconv
+USES=		cmake:outsource compiler:c++11-lib execinfo
 CXXFLAGS+=	-I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT
 LDFLAGS+=	-L${LOCALBASE}/lib
 CMAKE_ARGS=	-DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \



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