From nobody@FreeBSD.org  Mon Jul  8 23:28:02 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id BB0287B4
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Jul 2013 23:28:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id AE1681EEC
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Jul 2013 23:28:02 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r68NS2v9057034
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Jul 2013 23:28:02 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r68NS21P057033;
	Mon, 8 Jul 2013 23:28:02 GMT
	(envelope-from nobody)
Message-Id: <201307082328.r68NS21P057033@oldred.freebsd.org>
Date: Mon, 8 Jul 2013 23:28:02 GMT
From: Felippe Motta <lippe@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update] net/owncloud-csync Makefile fixes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180394
>Category:       ports
>Synopsis:       [Update] net/owncloud-csync Makefile fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 08 23:30:02 UTC 2013
>Closed-Date:    Mon Sep 02 14:51:13 UTC 2013
>Last-Modified:  Mon Sep 02 14:51:13 UTC 2013
>Originator:     Felippe Motta
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD claire.localhost 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
- Set USES instead of USE_PKGCONFIG and ICONV as LIB_DEPENDS.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN owncloud-csync.old/Makefile owncloud-csync/Makefile
--- owncloud-csync.old/Makefile	2013-07-08 18:31:54.000000000 -0300
+++ owncloud-csync/Makefile	2013-07-08 20:01:33.000000000 -0300
@@ -1,5 +1,5 @@
 # Created by: arrowdodger <6yearold@gmail.com>
-# $FreeBSD: head/net/owncloud-csync/Makefile 322540 2013-07-08 21:31:53Z lippe $
+# $FreeBSD$
 
 PORTNAME=	owncloud-csync
 PORTVERSION=	0.70.7
@@ -12,15 +12,13 @@
 
 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
+USES=	cmake:outsource pkgconfig:build iconv
 USE_BZIP2=	yes
-USE_PKGCONFIG=	build
 USE_SQLITE=	yes
 CMAKE_ARGS+=	-DWITH_LOG4C=NO \
 		-DMAN_INSTALL_DIR=${MANPREFIX}/man


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: lippe 
Responsible-Changed-When: Wed Jul 10 16:27:28 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180394 
State-Changed-From-To: open->closed 
State-Changed-By: lippe 
State-Changed-When: Mon Sep 2 14:51:13 UTC 2013 
State-Changed-Why:  
Committed by bsam@ http://svnweb.freebsd.org/changeset/ports/326000 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180394 
>Unformatted:
