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:   adam
Date:           Fri Aug  4 05:26:59 UTC 2023

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

Log Message:
wireshark: now qt6 is default for all platforms as now qt6 builds on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/net/wireshark/options.mk:1.33
--- pkgsrc/net/wireshark/options.mk:1.32        Mon Feb 27 11:14:11 2023
+++ pkgsrc/net/wireshark/options.mk     Fri Aug  4 05:26:59 2023
@@ -1,17 +1,10 @@
-# $NetBSD: options.mk,v 1.32 2023/02/27 11:14:11 wiz Exp $
+# $NetBSD: options.mk,v 1.33 2023/08/04 05:26:59 adam Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.wireshark
 PKG_SUPPORTED_OPTIONS=         http2 lua spandsp
 PKG_OPTIONS_OPTIONAL_GROUPS=   gui
 PKG_OPTIONS_GROUP.gui=         qt5 qt6
-PKG_SUGGESTED_OPTIONS=         http2 lua
-
-.if ${OPSYS} == "Darwin"
-# problems building qt6 on Darwin as of 2023/01/30
-PKG_SUGGESTED_OPTIONS+=        qt5
-.else
-PKG_SUGGESTED_OPTIONS+=        qt6
-.endif
+PKG_SUGGESTED_OPTIONS=         http2 lua qt6
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index