Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 13:53:19 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386333 - head/devel/cpp-netlib
Message-ID:  <201505141353.t4EDrJg2039590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <zi@FreeBSD.org>
 # $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 <bsd.port.mk>



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