From owner-svn-ports-all@FreeBSD.ORG Thu May 14 13:53:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4118787A; Thu, 14 May 2015 13:53:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F6E01D09; Thu, 14 May 2015 13:53:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EDrJFi039591; Thu, 14 May 2015 13:53:19 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4EDrJg2039590; Thu, 14 May 2015 13:53:19 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201505141353.t4EDrJg2039590@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 14 May 2015 13:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386333 - head/devel/cpp-netlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 13:53:19 -0000 Author: zi Date: Thu May 14 13:53:18 2015 New Revision: 386333 URL: https://svnweb.freebsd.org/changeset/ports/386333 Log: - Fix style issues - Disable examples to resolve build failure Modified: head/devel/cpp-netlib/Makefile Modified: head/devel/cpp-netlib/Makefile ============================================================================== --- head/devel/cpp-netlib/Makefile Thu May 14 13:12:20 2015 (r386332) +++ head/devel/cpp-netlib/Makefile Thu May 14 13:53:18 2015 (r386333) @@ -1,20 +1,22 @@ # Created by: Ryan Steinmetz # $FreeBSD$ -PORTNAME= cpp-netlib +PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.11.1 +DISTVERSION= 0.11.1 DISTVERSIONSUFFIX= -final -CATEGORIES= devel +PORTREVISION= 1 +CATEGORIES= devel -MAINTAINER= zi@FreeBSD.org -COMMENT= Cross-platform, standards compliant networking library +MAINTAINER= zi@FreeBSD.org +COMMENT= Cross-platform, standards compliant networking library -LICENSE= BSL +LICENSE= BSL -BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs -USES= cmake:outsource -USE_GITHUB= yes +USES= cmake:outsource +CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF +USE_GITHUB= yes .include