diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-07-09 21:26:13 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-07-09 21:26:13 +0800 |
commit | a01dd9eae3ea65ef12abb242d8c46a5d09637632 (patch) | |
tree | 411ab107e7a3d7b0a8ce56a34723de8b9ba26ebe /finance | |
parent | a17f18323011c8ba7fe869446e330fcb687ed955 (diff) | |
download | freebsd-ports-gnome-a01dd9eae3ea65ef12abb242d8c46a5d09637632.tar.gz freebsd-ports-gnome-a01dd9eae3ea65ef12abb242d8c46a5d09637632.tar.zst freebsd-ports-gnome-a01dd9eae3ea65ef12abb242d8c46a5d09637632.zip |
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
Diffstat (limited to 'finance')
-rw-r--r-- | finance/ledger/Makefile | 3 | ||||
-rw-r--r-- | finance/ledger/distinfo | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 48f43e294694..58fc522ec97d 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -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 diff --git a/finance/ledger/distinfo b/finance/ledger/distinfo index fb1302031d5e..ecf238045036 100644 --- a/finance/ledger/distinfo +++ b/finance/ledger/distinfo @@ -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 |