Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2013 23:28:02 GMT
From:      Felippe Motta <lippe@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180394: [Update] net/owncloud-csync Makefile fixes
Message-ID:  <201307082328.r68NS21P057033@oldred.freebsd.org>
Resent-Message-ID: <201307082330.r68NU2Qv093231@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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