aboutsummaryrefslogtreecommitdiff
path: root/net/flower
Commit message (Collapse)AuthorAgeFilesLines
* devel/jsoncpp: Update to 1.9.4 -> 1.9.5Daniel Engberg2021-11-051-1/+1
| | | | PR: 259654
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump devel/jsoncpp consumers after r540853.Tobias C. Berner2020-06-301-1/+1
| | | | | | | Reported by: Kevin Oberman <rkoberman@gmail.com> Notes: svn path=/head/; revision=540909
* devel/jsoncpp: Update 1.8.1 -> 1.9.2Yuri Victorovich2020-01-131-1/+1
| | | | | | | | PR: 229677 Differential Revision: D22905 Notes: svn path=/head/; revision=522975
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-7/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* This port uses C++17, but doesn't define it, which breaks build onMark Linimon2018-10-281-1/+1
| | | | | | | | | | | architectures that still use GCC. PR: 231918 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483311
* net/flower: Update to 0.10Ed Schouten2017-09-183-4/+9
| | | | | | | | | | | | | | | | This release includes proper support for egresses, meaning sandboxed applications can now make outgoing network connections properly. In addition to that, a new utility, flower_ls, can be used to extract a list of registered servers. This is pretty useful for debugging. Bump cloudabi-utils' revision to catch up with .proto changes. Reviewed_by: koobs Approved by: koobs (ports) Differential_Revision: D12399 Notes: svn path=/head/; revision=450032
* Add net/flower.Ed Schouten2017-09-074-0/+69
The latest versions of CloudABI make use of a separate daemon to facilitate connecting/listening on the network, called Flower. Add a package for this daemon, as it is a build dependency for the latest version of cloudabi-utils. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D12264 Notes: svn path=/head/; revision=449395