Commit graph

10 commits

Author SHA1 Message Date
Palle Girgensohn
3d46889ed6 Update to 1.0.2 2019-01-12 14:35:23 +00:00
Palle Girgensohn
b329570455 Update to 1.0.1
Release notes:	https://fluentbit.io/announcements/
2019-01-07 23:25:33 +00:00
Mark Linimon
32d4230d44 Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)

The 'runaway process' ones are most likely just statistical.

Approved by:	portmgr (tier-2 blanket)
2017-12-08 01:46:00 +00:00
Sunpoet Po-Chuan Hsieh
112302449d Use post-install: instead of post-stage:
- Do not silence installation messages
- While I'm here, fix indent

Approved by:	portmgr (blanket)
2017-08-05 23:13:45 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Mathieu Arnold
9de6aff58e Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig into
libdata/pkgconfig.

Fix ports that where installing the file in the wrong place.

PR:		218067
Submitted by:	mat
Exp-run by:	antoine
Reviewed by:	rene, antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10129
2017-06-06 16:38:00 +00:00
Palle Girgensohn
ce377da537 Update to latest version and add rc script 2017-05-28 08:22:38 +00:00
Mark Linimon
17509a431f Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:50:49 +00:00
Mark Linimon
dab2f82d31 Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-03 01:14:05 +00:00
Palle Girgensohn
00acde2e5d Fluent Bit is a Fast and Lightweight Data Forwarder for Linux, OSX and BSD
family operating systems. It has been made with a strong focus on performance
to allow the collection of events from different sources without complexity.

Fluent Bit is part of the Fluentd project ecosystem.

WWW: http://fluentbit.io/
2017-03-09 21:28:11 +00:00