LLNW collectd port for FreeBSD

We build our branch of collectd

Building the port:

  • make -DBATCH install clean

Port maintenance:

  • Alter DISTVERSION, DISTVERSIONSUFFIX in Makefile
  • Update the distinfo checksums: make makesum

Repo maintanance:

  • Repo and branch upstream should be from

    git svn clone https://svn.FreeBSD.org/ports/head/net-mgmt/collectd5 collectd-build-freebsd

  • git svn rebase to update local branch upstream (follows ports svn HEAD)

  • Use standard git merge to maintain other local branches