Download raw body.
New ZoneMinder Port
On Sat, Aug 08, 2026 at 11:06:18PM +0200, vansid wrote: > Hi, folks. I'm working on my first OpenBSD port of the video > surveillance project called ZoneMinder and I've run into a problem. > Coming from the Linux world, I have very little OpenBSD experience so > this is all a bit of a mystery to me and I could use some help. > > I've created the Makefile and gotten the makesum, configure, and build > steps to work, but when I run 'doas make install' I get the following > error. Any ideas? > Hi, You just forgot to run "make update-plist". Also, something looks off with your package name, it's coming out as zoneminder-1.39.17.tar.gz.tgz, with the .tar.gz baked in. Check DISTNAME in Makefile.
New ZoneMinder Port