pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/x265



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 11:58:19 UTC 2025

Modified Files:
        pkgsrc/multimedia/x265: Makefile

Log Message:
x265: add upstream bug report URL


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/x265/Makefile

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

Modified files:

Index: pkgsrc/multimedia/x265/Makefile
diff -u pkgsrc/multimedia/x265/Makefile:1.43 pkgsrc/multimedia/x265/Makefile:1.44
--- pkgsrc/multimedia/x265/Makefile:1.43        Mon Aug 11 08:33:14 2025
+++ pkgsrc/multimedia/x265/Makefile     Mon Aug 11 11:58:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2025/08/11 08:33:14 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2025/08/11 11:58:19 wiz Exp $
 
 DISTNAME=      x265_4.1
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -18,6 +18,7 @@ CMAKE_CONFIGURE_ARGS+=        -DENABLE_PIC=ON
 # Set version here instead of relying on git; see patch-CMakeLists.txt
 CMAKE_CONFIGURE_ARGS+= -DX265_VERSION=${PKGVERSION_NOREV}
 CMAKE_CONFIGURE_ARGS+= -DX265_LATEST_TAG=${PKGVERSION_NOREV}
+# https://bitbucket.org/multicoreware/x265_git/issues/1008/build-fails-with-cmake-4
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 SUBST_CLASSES+=                cr



Home | Main Index | Thread Index | Old Index