Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
36190203
Commit
36190203
authored
2 years ago
by
Dima Panov
Browse files
Options
Downloads
Patches
Plain Diff
finance/ledger: Fix build with boost 1.79.0 (+)
PR: 264330
parent
aa834582
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
finance/ledger/Makefile
+1
-2
1 addition, 2 deletions
finance/ledger/Makefile
finance/ledger/files/patch-system.hh.in
+11
-0
11 additions, 0 deletions
finance/ledger/files/patch-system.hh.in
with
12 additions
and
2 deletions
finance/ledger/Makefile
+
1
−
2
View file @
36190203
...
...
@@ -2,7 +2,7 @@
PORTNAME
=
ledger
PORTVERSION
=
3.2.1
PORTREVISION
=
1
PORTREVISION
=
2
DISTVERSIONPREFIX
=
v
CATEGORIES
=
finance
...
...
@@ -13,7 +13,6 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE.md
BROKEN_FreeBSD_12_powerpc64
=
fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results
BROKEN
=
error: no template named '
scoped_ptr
'
BUILD_DEPENDS
=
${
LOCALBASE
}
/include/utf8cpp/utf8.h:devel/utf8cpp
LIB_DEPENDS
=
libgmp.so:math/gmp \
...
...
This diff is collapsed.
Click to expand it.
finance/ledger/files/patch-system.hh.in
0 → 100644
+
11
−
0
View file @
36190203
diff -ruN ledger-3.2.1/src/system.hh.in ledger-3.2.1-patched/src/system.hh.in
--- src/system.hh.in.orig 2020-05-18 00:30:10.000000000 -0500
+++ src/system.hh.in 2022-05-29 08:49:10.857528000 -0500
@@ -153,6 +153,7 @@
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
+#include <boost/smart_ptr/scoped_ptr.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/write.hpp>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment