Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 22:47:49 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515667 - head/devel/cpp-hocon
Message-ID:  <201910252247.x9PMlncC087166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Oct 25 22:47:49 2019
New Revision: 515667
URL: https://svnweb.freebsd.org/changeset/ports/515667

Log:
  devel/cpp-hocon: unbreak with boost 1.72
  
  ../CMakeFiles/libprojectsrc.dir/src/parseable.cc.o:(.data+0x0):
    undefined reference to `typeinfo for boost::filesystem::filesystem_error'

Modified:
  head/devel/cpp-hocon/Makefile   (contents, props changed)
  head/devel/cpp-hocon/distinfo   (contents, props changed)

Modified: head/devel/cpp-hocon/Makefile
==============================================================================
--- head/devel/cpp-hocon/Makefile	Fri Oct 25 22:22:08 2019	(r515666)
+++ head/devel/cpp-hocon/Makefile	Fri Oct 25 22:47:49 2019	(r515667)
@@ -2,8 +2,11 @@
 
 PORTNAME=	cpp-hocon
 PORTVERSION=	0.2.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	caab27550982.patch:-p1
 
 MAINTAINER=	puppet@FreeBSD.org
 COMMENT=	C++ configuration library

Modified: head/devel/cpp-hocon/distinfo
==============================================================================
--- head/devel/cpp-hocon/distinfo	Fri Oct 25 22:22:08 2019	(r515666)
+++ head/devel/cpp-hocon/distinfo	Fri Oct 25 22:47:49 2019	(r515667)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1545174850
 SHA256 (puppetlabs-cpp-hocon-0.2.1_GH0.tar.gz) = 6ddd08f0ec7915fff2f07385926a137b09f6ff58506a7467fa2c954585479e36
 SIZE (puppetlabs-cpp-hocon-0.2.1_GH0.tar.gz) = 158108
+SHA256 (caab27550982.patch) = 2467e579ad5b86829fa882bf58d66e6e2bd6b4caa97258f6d3ae26064982d9bb
+SIZE (caab27550982.patch) = 1004



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