From owner-svn-ports-all@FreeBSD.ORG Thu May 9 22:37:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5F84B72; Thu, 9 May 2013 22:37:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 51AB2862; Thu, 9 May 2013 22:37:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r49MbjbG072300; Thu, 9 May 2013 22:37:45 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r49MbjbS072299; Thu, 9 May 2013 22:37:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305092237.r49MbjbS072299@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 9 May 2013 22:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317752 - head/textproc/libvisio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 22:37:45 -0000 Author: bapt Date: Thu May 9 22:37:44 2013 New Revision: 317752 URL: http://svnweb.freebsd.org/changeset/ports/317752 Log: libvisio uses icu for charset conversion. Modified: head/textproc/libvisio/Makefile Modified: head/textproc/libvisio/Makefile ============================================================================== --- head/textproc/libvisio/Makefile Thu May 9 22:18:59 2013 (r317751) +++ head/textproc/libvisio/Makefile Thu May 9 22:37:44 2013 (r317752) @@ -2,6 +2,7 @@ PORTNAME= libvisio PORTVERSION= 0.0.26 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/ \ LOCAL/sunpoet @@ -14,7 +15,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd \ - wpg-0.2:${PORTSDIR}/graphics/libwpg + wpg-0.2:${PORTSDIR}/graphics/libwpg \ + icui18n:${PORTSDIR}/devel/icu USE_XZ= yes CONFIGURE_ARGS= --disable-werror