pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 20 21:50:03 UTC 2023

Modified Files:
        pkgsrc/net/wireshark: options.mk

Log Message:
wireshark: set GCC_REQD to 8 for std::filesystem for qt6 option


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/wireshark/options.mk

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

Modified files:

Index: pkgsrc/net/wireshark/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.29 pkgsrc/net/wireshark/options.mk:1.30
--- pkgsrc/net/wireshark/options.mk:1.29        Tue Feb 14 16:51:08 2023
+++ pkgsrc/net/wireshark/options.mk     Mon Feb 20 21:50:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2023/02/14 16:51:08 wiz Exp $
+# $NetBSD: options.mk,v 1.30 2023/02/20 21:50:03 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.wireshark
 PKG_SUPPORTED_OPTIONS=         http2 lua spandsp
@@ -41,6 +41,7 @@ CMAKE_ARGS+=          -DENABLE_LUA=OFF
 .      include "../../x11/qt5-qtx11extras/buildlink3.mk"
 .    endif
 .  elif !empty(PKG_OPTIONS:Mqt6)
+GCC_REQD=              8 # std::filesystem
 CMAKE_ARGS+=           -DUSE_qt6=ON
 .    include "../../graphics/qt6-qtsvg/buildlink3.mk"
 .    include "../../multimedia/qt6-qtmultimedia/buildlink3.mk"



Home | Main Index | Thread Index | Old Index