svn commit: r494914 - head/net/libjson-rpc-cpp

Rodrigo Osorio rodrigo at FreeBSD.org
Thu Mar 7 07:23:29 UTC 2019


Author: rodrigo
Date: Thu Mar  7 07:23:28 2019
New Revision: 494914
URL: https://svnweb.freebsd.org/changeset/ports/494914

Log:
  Unbreak build on GCC architectures
  
  This port requires C++11-compatible compiler.
  Add USES=compiler:c++11-lang to fix build on GCC architectures.
  Bump PORTREVISION.
  
  PR:		236077
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/net/libjson-rpc-cpp/Makefile

Modified: head/net/libjson-rpc-cpp/Makefile
==============================================================================
--- head/net/libjson-rpc-cpp/Makefile	Thu Mar  7 07:21:45 2019	(r494913)
+++ head/net/libjson-rpc-cpp/Makefile	Thu Mar  7 07:23:28 2019	(r494914)
@@ -3,6 +3,7 @@
 PORTNAME=		libjson-rpc-cpp
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.1.0
+PORTREVISION=		1
 CATEGORIES=		net www devel
 
 MAINTAINER=	greg at unrelenting.technology
@@ -16,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libjsoncpp.so:devel/jsoncpp \
 		libargtable2.so:devel/argtable
 
-USES=		cmake pkgconfig
+USES=		cmake compiler:c++11-lang pkgconfig
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list