Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2018 13:26:13 +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: r474254 - head/finance/ledger
Message-ID:  <201807091326.w69DQDuH020194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jul  9 13:26:13 2018
New Revision: 474254
URL: https://svnweb.freebsd.org/changeset/ports/474254

Log:
  finance/ledger: unbreak with boost 1.68
  
  In file included from src/generate.cc:34:
  In file included from src/generate.h:45:
  In file included from src/iterators.h:45:
  In file included from src/xact.h:45:
  In file included from src/item.h:45:
  In file included from src/scope.h:45:
  In file included from src/op.h:45:
  In file included from src/expr.h:45:
  In file included from src/exprbase.h:57:
  src/utils.h:47:10: fatal error: 'boost/uuid/sha1.hpp' file not found
   #include <boost/uuid/sha1.hpp>
            ^
  
  PR:		229569

Modified:
  head/finance/ledger/Makefile   (contents, props changed)
  head/finance/ledger/distinfo   (contents, props changed)

Modified: head/finance/ledger/Makefile
==============================================================================
--- head/finance/ledger/Makefile	Mon Jul  9 13:24:16 2018	(r474253)
+++ head/finance/ledger/Makefile	Mon Jul  9 13:26:13 2018	(r474254)
@@ -7,6 +7,9 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=	10
 CATEGORIES=	finance
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	c18a55f9ef99.patch:-p1
+
 MAINTAINER=	woodycarey@hotmail.com
 COMMENT=	John Wiegley's command line accounting program
 

Modified: head/finance/ledger/distinfo
==============================================================================
--- head/finance/ledger/distinfo	Mon Jul  9 13:24:16 2018	(r474253)
+++ head/finance/ledger/distinfo	Mon Jul  9 13:26:13 2018	(r474254)
@@ -1,2 +1,5 @@
+TIMESTAMP = 1452527978
 SHA256 (ledger-ledger-v3.1.1_GH0.tar.gz) = 90f06561ab692b192d46d67bc106158da9c6c6813cc3848b503243a9dfd8548a
 SIZE (ledger-ledger-v3.1.1_GH0.tar.gz) = 842364
+SHA256 (c18a55f9ef99.patch) = 8d8e646cb872203a1111d8a304f2d3993f4334c65179e32134964267931357ab
+SIZE (c18a55f9ef99.patch) = 942



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