aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/openbmp
Commit message (Collapse)AuthorAgeFilesLines
* devel/yaml-cpp: Update to 0.7.0Guido Falsi2021-07-131-1/+1
| | | | | | - Patch cmake include to actually work - Bump PORTREVISION on consumers, testing shows it is not completely binary compatible
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* - Update yaml-cpp to 0.6.3Guido Falsi2019-09-261-1/+1
| | | | | | | | | | - Removed TEST option since it fails to build. Disable tests unconditionally. - Bump PORTREVISION on dependent ports. I've observed linker errors on startup due to library changes Notes: svn path=/head/; revision=512990
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* net-mgmt/openbmp: fix build with GCC architecturesPiotr Kubaj2019-07-301-0/+10
| | | | | | | | | | | | | | Building with GCC requires include sys/types.h in Server/src/Logger.h. /wrkdirs/usr/ports/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/Logger.h:99:27: error: 'u_char' has not been declared void setWidthFunction(u_char width); PR: 239329 Approved by: pizzamig (maintainer), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21026 Notes: svn path=/head/; revision=507636
* 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
* net-mgmt/openbmp: fix build on GCC architecturesPiotr Kubaj2019-07-191-1/+1
| | | | | | | | | | Use new GCC from ports: /usr/local/poudriere/ports/default/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/client_thread.h:35: error: ISO C++ forbids declaration of 'thread' with no type Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506957
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* net-mgmt/openbmp: Fix the build with librdkafka 1.0.0Luca Pizzamiglio2019-04-072-9/+18
| | | | | | | | | | | Adding zstd support to librdkafka broke this port. Fix it. Reported by: antoine@ Sponsored by: trivago N.V. Notes: svn path=/head/; revision=498272
* 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
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* net-mgmt/openbmp: Update to 0.14.0Luca Pizzamiglio2018-03-074-8/+7
| | | | | | | | Release notes: https://github.com/OpenBMP/openbmp/releases/tag/v0.14.0 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=463790
* - Update devel/yaml-cpp to 0.6.1Guido Falsi2018-02-171-0/+2
| | | | | | | | | | | | | | - This new version drops dependency on boost-libs - Fix openxcom to build with this new version [1] - Add explicit dependency on boost to net-mgmt/openbmp, now that yamp-cpp does not pull that in for it [2] Approved by: pizzamig [2], Maintainer timeout [1] Differential Revision: https://reviews.freebsd.org/D14155 Notes: svn path=/head/; revision=462092
* net-mgmt/openbmp: new portLuca Pizzamiglio2017-09-159-0/+117
Adding openBMP, a BGP Monitor Protocol collector Approved by: olivier (mentor) Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D12378 Notes: svn path=/head/; revision=449905