pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zoneminder: Tweak Makefile comments



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Sep 26 20:37:29 2022 -0400
Changeset:	8fbea648e99a7a378a10bab66059528c2c7617c0

Modified Files:
	zoneminder/Makefile

Log Message:
zoneminder: Tweak Makefile comments

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8fbea648e99a7a378a10bab66059528c2c7617c0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zoneminder/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index 312236e350..26e974b867 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -63,6 +63,9 @@ DEPENDS+=	p5-Sys-Mmap-[0-9]*:../../devel/p5-Sys-Mmap
 #DEPENDS+=	{perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
 DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
 
+# \todo: Decide to drop CONFIGURE_ARGS, validating that each has been
+# turned into cmake, once we are at a zoneminder version that does not
+# support autoconf (which maybe we are at already!).
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
 CMAKE_ARGS+=		-DZM_CONFIG_DIR=${PKG_SYSCONFDIR}
 
@@ -102,8 +105,7 @@ CMAKE_ARGS+=		-DPOLKIT_LIBRARIES=" " -DPOLKIT_INCLUDE_DIR=" "
 PTHREAD_AUTO_VARS=	yes
 .include "../../mk/pthread.buildlink3.mk"
 
-# This should probably be ffmpeg4 at least, and zm seems to have
-# trouble with ffmpeg2.  Defer until up-to-date.
+# This should probably be ffmpeg4 at least.  Defer until up-to-date.
 .include "../../multimedia/ffmpeg2/buildlink3.mk"
 CONFIGURE_ARGS+=	--with-ffmpeg=${BUILDLINK_PREFIX.ffmpeg2}
 CONFIGURE_ENV+=		PATH_FFMPEG=${BUILDLINK_PREFIX.ffmpeg2}/bin/ffmpeg2


Home | Main Index | Thread Index | Old Index