From owner-svn-ports-head@FreeBSD.ORG Tue Jan 8 16:57:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5CE99A9F; Tue, 8 Jan 2013 16:57:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 508D9D3C; Tue, 8 Jan 2013 16:57:13 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r08GvDYf034134; Tue, 8 Jan 2013 16:57:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r08GvDWx034132; Tue, 8 Jan 2013 16:57:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201301081657.r08GvDWx034132@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 8 Jan 2013 16:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310102 - head/net/libcmis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 16:57:13 -0000 Author: bapt Date: Tue Jan 8 16:57:12 2013 New Revision: 310102 URL: http://svnweb.freebsd.org/changeset/ports/310102 Log: Trim headers, Disable binary client to avoid conflict with upcoming libcmis03 Modified: head/net/libcmis/Makefile head/net/libcmis/pkg-plist Modified: head/net/libcmis/Makefile ============================================================================== --- head/net/libcmis/Makefile Tue Jan 8 16:46:50 2013 (r310101) +++ head/net/libcmis/Makefile Tue Jan 8 16:57:12 2013 (r310102) @@ -1,12 +1,8 @@ -# New ports collection makefile for: libcmis -# Date created: 2012-01-22 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= libcmis PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME} @@ -16,7 +12,7 @@ COMMENT= Client library for the CMIS int LICENSE= LGPL20 MPL GPLv2 LICENSE_COMB= dual -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl BUILD_DEPENDS= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs @@ -25,4 +21,6 @@ USE_GNOME= libxml2 gnomehack USE_GMAKE= yes USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-client + .include Modified: head/net/libcmis/pkg-plist ============================================================================== --- head/net/libcmis/pkg-plist Tue Jan 8 16:46:50 2013 (r310101) +++ head/net/libcmis/pkg-plist Tue Jan 8 16:57:12 2013 (r310102) @@ -1,4 +1,3 @@ -bin/cmis-client include/libcmis/cmis-object.hxx include/libcmis/document.hxx include/libcmis/folder.hxx