Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 14:27:39 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326000 - head/net/owncloud-csync
Message-ID:  <201309021427.r82ERdBp002051@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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