Date: Mon, 29 Jul 2013 21:26:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323924 - head/net/owncloud-csync Message-ID: <201307292126.r6TLQkcb040616@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jul 29 21:26:45 2013 New Revision: 323924 URL: http://svnweb.freebsd.org/changeset/ports/323924 Log: Convert non supported USE_PKGCONFIG to USES=pkgconfig [1] While here: - Remove leading article from COMMENT - Remove now useless MAKE_JOB_SAFE Pointyhat to: miwi [1] Modified: head/net/owncloud-csync/Makefile Modified: head/net/owncloud-csync/Makefile ============================================================================== --- head/net/owncloud-csync/Makefile Mon Jul 29 21:19:27 2013 (r323923) +++ head/net/owncloud-csync/Makefile Mon Jul 29 21:26:45 2013 (r323924) @@ -8,7 +8,7 @@ MASTER_SITES= http://download.owncloud.c DISTNAME= ocsync-${PORTVERSION} MAINTAINER= 6yearold@gmail.com -COMMENT= A csync fork for Owncloud +COMMENT= csync fork for Owncloud LICENSE= GPLv2 @@ -18,9 +18,8 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converter ssh:${PORTSDIR}/security/libssh \ neon:${PORTSDIR}/www/neon29 -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_BZIP2= yes -USE_PKGCONFIG= build USE_SQLITE= yes CMAKE_ARGS+= -DWITH_LOG4C=NO \ -DUNIT_TESTING=NO \ @@ -29,7 +28,6 @@ CMAKE_ARGS+= -DWITH_LOG4C=NO \ MAN1= ocsync.1 USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes DOCSDIR= /usr/local/share/doc/ocsync ETCDIR= /usr/local/etc/ocsync
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307292126.r6TLQkcb040616>