Saturday, August 15, 2026

Re: New ZoneMinder Port

On Mon, Aug 10, 2026 at 2:26 AM Stuart Henderson <stu@spacehopper.org> wrote: > > (that is, type FETCH_PACKAGES= on the command line when you want it, rather than having it in mk.conf for all the time) > > -- > Sent from a phone, apologies for poor formatting. > Thanks, everyone's advice has been SUPER helpful, I'm about 99% ready to submit something so that people can test my ZoneMinder port but I need just a little help getting that last percent finished: 1) I'm trying to get 'make' to respect a cmake option that I'm trying to pass. I've tried adding "CMAKE_ARGS += -DZM_PATH_MAP:PATH=/tmp" to my Makefile, and I've tried passing it via the command line, but it doesn't seem to "stick". I'm doing an ugly sed workaround via an @exec statement in the PLIST, but I'm sure that's frowned upon (understandably so). What I am doing wrong? 2) Assuming I get this fixed (or temporarily give up), what is the process for submitting a port for testing? From what I'm able to glean it's a tgz of my port directory with a posting to this list, right? Is there a particular site where I should upload it, or is that up to me? Thanks again for everyone's help! -vansid

[update] devel/cli11 2.6.2 -> 2.7.2

Please find below an update for devel/cli11 to version 2.7.2. Changelogs: https://github.com/CLIUtils/CLI11/releases/tag/v2.7.0 https://github.com/CLIUtils/CLI11/releases/tag/v2.7.1 https://github.com/CLIUtils/CLI11/releases/tag/v2.7.2 Notes about this update: 1. 100% tests passed, 0 tests failed out of 25 Index: devel/cli11/Makefile =================================================================== RCS file: /cvs/ports/devel/cli11/Makefile,v diff -u -p -r1.6 Makefile --- devel/cli11/Makefile 24 Mar 2026 18:32:17 -0000 1.6 +++ devel/cli11/Makefile 15 Aug 2026 14:11:14 -0000 @@ -4,7 +4,7 @@ PKGNAME = ${DISTNAME:L} GH_ACCOUNT = CLIUtils GH_PROJECT = CLI11 -GH_TAGNAME = v2.6.2 +GH_TAGNAME = v2.7.2 CATEGORIES = devel HOMEPAGE = https://cliutils.github.io/CLI11/book/ Index: devel/cli11/distinfo =================================================================== RCS file: /cvs/ports/devel/cli11/distinfo,v diff -u -p -r1.5 distinfo --- devel/cli11/distinfo 24 Mar 2026 18:32:17 -0000 1.5 +++ devel/cli11/distinfo 15 Aug 2026 14:11:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (CLI11-2.6.2.tar.gz) = xuprLlYIs+qGF5mb1fR0IMcbLr243EdnwQNNHaV4VxE= -SIZE (CLI11-2.6.2.tar.gz) = 1381808 +SHA256 (CLI11-2.7.2.tar.gz) = Ru7zEB2nCFLsevAm4J1IXM7oGBMzHIxgUtOTREQ7g9o= +SIZE (CLI11-2.7.2.tar.gz) = 1446996