Page MenuHomeFreeBSD

Zabbix 5.0 suite
AbandonedPublic

Authored by otis on May 20 2020, 1:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 14, 8:53 AM
Unknown Object (File)
Tue, Nov 4, 10:55 PM
Unknown Object (File)
Fri, Oct 31, 10:17 AM
Unknown Object (File)
Thu, Oct 30, 12:23 PM
Unknown Object (File)
Wed, Oct 29, 4:09 PM
Unknown Object (File)
Wed, Oct 29, 3:31 PM
Unknown Object (File)
Wed, Oct 29, 4:39 AM
Unknown Object (File)
Oct 27 2025, 5:06 AM

Details

Reviewers
mikael

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

otis requested review of this revision.May 20 2020, 1:33 PM
net-mgmt/zabbix5-agent2/Makefile
13

Does agent2 really require these options?

net-mgmt/zabbix5-server/Makefile
9

why is it commented?

34

You can merge the check: ${ZABBIX_BUILD:Nagent*}

70

ditto

121

${ZABBIX_BUILD:Magent*}
Do we need these options for agent2?

230

You can merge the 2 conditionnals.

otis planned changes to this revision.May 20 2020, 9:41 PM
otis marked 5 inline comments as done.
otis added inline comments.
net-mgmt/zabbix5-agent2/Makefile
13

Yes.

net-mgmt/zabbix5-server/Makefile
9

This is only a remainder from previous run, left unnoticed.

otis marked 2 inline comments as done.

The build process still wants to fetch modules from the Internet. It has something to do with GOPATH, i suppose.

I have incorporated relevant parts of your work, fixed some glitches, tested on 11.3-RELEASE, 12-STABLE, 13-CURRENT. Builds on all three of them.

Fixed a problem where mock_server's pid file was not written thus mock_server could not be restarted.

There is still a lot of work needed for agent2 (it's mostly linux copy'n'paste)

Zabbix 5.0 is already in ports, work on agent2 will be done in separate diff.