Port details |
- outcome C++14 library for reporting and handling function failures
- 2.2.11_1 devel
=2 2.2.11_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-07-19 21:36:05
- Last Update: 2025-01-07 09:29:01
- Commit Hash: 0f1d7a5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://ned14.github.io/outcome/
- https://github.com/ned14/outcome
- Description:
- Outcome is a C++14 library for reporting and handling function failures.
It can be used as a substitute for, or a complement to, the exception handling
mechanism.
One use case is for contexts where using C++ exception handling is unsuitable
for different reasons:
* The high relative cost of throwing and catching a C++ exception.
* Making some or all control paths explicitly detailed to aid code correctness
auditing, as opposed to having hidden control paths caused by exceptions
potentially thrown from any place.
* Company policy to compile with exceptions disabled.
* Maintaining a code base that was never designed with exception-safety in mind.
* Parts of the programs/frameworks that themselves implement exception handling
and cannot afford to use exceptions, like propagating failure reports across
threads, tasks, fibers.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/outcome/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/outcome
- pkg install outcome
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: outcome
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734063906
SHA256 (ned14-outcome-v2.2.11_GH0.tar.gz) = 0382248cbb00806ce4b5f3ce6939797dc3b597c85fd3531614959e31ef488b39
SIZE (ned14-outcome-v2.2.11_GH0.tar.gz) = 2483994
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- config.hpp : devel/quickcpplib
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- config.hpp : devel/quickcpplib
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_outcome
- USES:
- cmake:testing compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 12
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.11_1 07 Jan 2025 09:29:01
    |
Yuri Victorovich (yuri)  |
devel/outcome: Update WWW |
2.2.11_1 07 Jan 2025 01:35:20
    |
Yuri Victorovich (yuri)  |
devel/outcome: Re-add NO_ARCH=yes
Tests are built by default by mistake which caused the armv7
problem from bug#283840.
PR: 283840 |
2.2.11 06 Jan 2025 23:06:06
    |
Robert Clausecker (fuz)  |
devel/outcome: fix build on armv7
On ARM, section types are spelled with % instead of @ as @ is the
comment characters.
Approved by: yuri (maintainer)
PR: 283840
MFH: 2025Q1 |
2.2.11 04 Jan 2025 09:36:40
    |
Yuri Victorovich (yuri)  |
devel/outcome: Broken on armv7
Reported by: fallout |
2.2.11 13 Dec 2024 11:28:44
    |
Yuri Victorovich (yuri)  |
devel/outcome: update 2.2.10 → 2.2.11
Reported by: portscout |
2.2.10 17 Aug 2024 07:11:19
    |
Yuri Victorovich (yuri)  |
devel/outcome: update 2.2.9 → 2.2.10
Reported by: portscout |
2.2.9 15 Jun 2024 09:12:45
    |
Yuri Victorovich (yuri)  |
devel/outcome: update 2.2.8 → 2.2.9
Reported by: portscout |
2.2.8 18 Dec 2023 03:41:18
    |
Yuri Victorovich (yuri)  |
devel/outcome: update 2.2.7-20230815 → 2.2.8
Reported by: portscout |
2.2.7.20230815 15 Aug 2023 19:52:49
    |
Yuri Victorovich (yuri)  |
devel/outcome: Update 2.2.7 → 2.2.7-20230815
Tests were fixed by the upstream. |
2.2.7 15 Aug 2023 04:58:24
    |
Yuri Victorovich (yuri)  |
devel/outcome: Update 2.2.4-20230715 → 2.2.7
Reported by: portscout |
2.2.4.20230715 21 Jul 2023 06:38:39
    |
Yuri Victorovich (yuri)  |
devel/outcome: Add PORTSCOUT tag |
2.2.4.20230715 18 Jul 2023 14:02:44
    |
Yuri Victorovich (yuri)  |
devel/outcome: New port: C++14 library for reporting and handling function
failures |
Number of commits found: 12
|