From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 14:27:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0DEA047F; Mon, 2 Sep 2013 14:27:40 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF7942745; Mon, 2 Sep 2013 14:27:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82ERdTp002052; Mon, 2 Sep 2013 14:27:39 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82ERdBp002051; Mon, 2 Sep 2013 14:27:39 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309021427.r82ERdBp002051@svn.freebsd.org> From: Boris Samorodov Date: Mon, 2 Sep 2013 14:27:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326000 - head/net/owncloud-csync 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: Mon, 02 Sep 2013 14:27:40 -0000 Author: bsam Date: Mon Sep 2 14:27:39 2013 New Revision: 326000 URL: http://svnweb.freebsd.org/changeset/ports/326000 Log: Adopt USES+=iconv. FYI: only three ports left with *_DEPENDS upon converters/libiconv. Submitted by: bsam (me, via e-mail) Reviewed by: 6yearold@gmail.com (maintainer) Modified: head/net/owncloud-csync/Makefile Modified: head/net/owncloud-csync/Makefile ============================================================================== --- head/net/owncloud-csync/Makefile Mon Sep 2 14:19:47 2013 (r325999) +++ head/net/owncloud-csync/Makefile Mon Sep 2 14:27:39 2013 (r326000) @@ -12,13 +12,12 @@ COMMENT= csync fork for Owncloud LICENSE= GPLv2 -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - iniparser:${PORTSDIR}/devel/iniparser \ +LIB_DEPENDS= iniparser:${PORTSDIR}/devel/iniparser \ smbclient:${PORTSDIR}/net/samba-libsmbclient \ ssh:${PORTSDIR}/security/libssh \ neon:${PORTSDIR}/www/neon29 -USES= cmake:outsource pkgconfig +USES= cmake:outsource iconv pkgconfig USE_BZIP2= yes USE_SQLITE= yes CMAKE_ARGS+= -DWITH_LOG4C=NO \