From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 8 23:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A72D28D9 for ; Mon, 8 Jul 2013 23:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7479E1F10 for ; Mon, 8 Jul 2013 23:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r68NU2Qn093232 for ; Mon, 8 Jul 2013 23:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r68NU2Qv093231; Mon, 8 Jul 2013 23:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 8 Jul 2013 23:30:02 GMT Resent-Message-Id: <201307082330.r68NU2Qv093231@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Felippe Motta Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BB0287B4 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180394: [Update] net/owncloud-csync Makefile fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 23:30:02 -0000 >Number: 180394 >Category: ports >Synopsis: [Update] net/owncloud-csync Makefile fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 08 23:30:02 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted: