ZoneMinder version from ports (1.25.0) are outdated. New version 1.27.0 available. There are 3 years between that releases. And many changes in new version. How-To-Repeat: cd /usr/ports/multimedia/zoneminder && make install clean
Maintainer of multimedia/zoneminder, Please note that PR ports/190268 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190268 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Reassign to maintainer. gosh-necr: This port is probably going to be reset to no maintainer and set for removal because it is not staged. If you *really* want this updated, you should submit a patch that not only updates it but provides stage support.
Hi, Sorry, I was busy lately. I'll work on update to 1.27.0. If possible, return maintainer to me. Thanks
The reset happened on 24 July. It was staged per bug 192123 so it's not going away. pakhom, when you submit the patch to update to 1.27.0 (on this PR is fine) just change the MAINTAINER line to your address.
Several fixes to zoneminder were implemented that allow it to be compiled on FreeBSD. https://github.com/ZoneMinder/ZoneMinder/pull/775 These will be available in the next stable release of Zoneminder. (version > 1.28.1 )
I spent some time investigating updating this port. Here are some notes I collected. #### * Latest source tarball is now available from github and no longer from zoneminder.com - Use "GH_TAGNAME= v${PORTVERSION}" * The prefered method of building is now cmake. - Use "CMAKE_ARGS= -DPERL_EXECUTABLE=${LOCAL_BASE}/bin/perl5" - Check here for other options https://github.com/ZoneMinder/ZoneMinder/blob/master/INSTALL * USES= gmake - Replace "make" with "gmake" in scripts/ZoneMinder/CMakeLists.txt * Optional dependencies are... - Video 4 Linux - zlib, cURL, OpenSSL, PCRE, GCrypt, GnuTLS, AVFormat, AVCodec, AVDevice, AVUtil, SWScale, libVLC
(In reply to gosha-necr from comment #0) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210007
A working upgrade was submitted in PR#210007 and committed in r416415.