pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/luminance-hdr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 24 11:10:23 UTC 2025

Modified Files:
        pkgsrc/graphics/luminance-hdr: Makefile

Log Message:
luminance-hdr: revert previous

broke the build on NetBSD with
CMake Error at /usr/pkg/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find OpenMP_C (missing: OpenMP_gomp_LIBRARY) (found version
  "4.5")


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/luminance-hdr/Makefile

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

Modified files:

Index: pkgsrc/graphics/luminance-hdr/Makefile
diff -u pkgsrc/graphics/luminance-hdr/Makefile:1.106 pkgsrc/graphics/luminance-hdr/Makefile:1.107
--- pkgsrc/graphics/luminance-hdr/Makefile:1.106        Sun Jun  1 16:53:35 2025
+++ pkgsrc/graphics/luminance-hdr/Makefile      Tue Jun 24 11:10:23 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2025/06/01 16:53:35 thor Exp $
+# $NetBSD: Makefile,v 1.107 2025/06/24 11:10:23 wiz Exp $
 
 DISTNAME=      luminance-hdr-2.6.1.1
-PKGREVISION=   19
+PKGREVISION=   20
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/}
 EXTRACT_SUFX=  .tar.bz2
@@ -30,7 +30,7 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_BUILD_TYP
 .include "../../math/eigen3/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../math/gsl/buildlink3.mk"
-.include "../../mk/openmp.mk"
+.include "../../parallel/openmp/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtwebengine/buildlink3.mk"



Home | Main Index | Thread Index | Old Index