pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxterminal



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Apr  9 00:37:02 UTC 2022

Modified Files:
        pkgsrc/x11/lxterminal: options.mk

Log Message:
lxterminal: add a note that there are some issues with GTK3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/lxterminal/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/x11/lxterminal/options.mk
diff -u pkgsrc/x11/lxterminal/options.mk:1.1 pkgsrc/x11/lxterminal/options.mk:1.2
--- pkgsrc/x11/lxterminal/options.mk:1.1        Fri Apr  8 22:31:47 2022
+++ pkgsrc/x11/lxterminal/options.mk    Sat Apr  9 00:37:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/04/08 22:31:47 gutteridge Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/09 00:37:02 gutteridge Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.lxterminal
 PKG_OPTIONS_REQUIRED_GROUPS+=  toolkit
@@ -7,6 +7,9 @@ PKG_SUGGESTED_OPTIONS=          gtk2
 
 .include "../../mk/bsd.options.mk"
 
+# XXX there are issues using the GTK3 toolkit that don't manifest with
+# GTK2, so this needs investigation and reporting upstream. Basic
+# functionality works, but some specific menu options cause crashes.
 .if !empty(PKG_OPTIONS:Mgtk3)
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/vte029/buildlink3.mk"



Home | Main Index | Thread Index | Old Index