pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/tidy
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 11 08:40:39 UTC 2025
Modified Files:
pkgsrc/www/tidy: Makefile
Log Message:
tidy: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/tidy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/tidy/Makefile
diff -u pkgsrc/www/tidy/Makefile:1.59 pkgsrc/www/tidy/Makefile:1.60
--- pkgsrc/www/tidy/Makefile:1.59 Sun Aug 25 06:19:18 2024
+++ pkgsrc/www/tidy/Makefile Mon Aug 11 08:40:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2024/08/25 06:19:18 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2025/08/11 08:40:39 wiz Exp $
DISTNAME= tidy-html5-5.8.0
PKGNAME= ${DISTNAME:S/-html5//}
@@ -21,6 +21,7 @@ GCC_REQD+= 4.4
CMAKE_CONFIGURE_ARGS+= -DMAN_INSTALL_DIR:PATH=${PKGMANDIR}/man1
CMAKE_CONFIGURE_ARGS+= -DINCLUDE_INSTALL_DIR:PATH=include/tidy
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index