pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Aug 12 13:23:10 UTC 2023

Modified Files:
        pkgsrc/x11/qt6-qtbase: PLIST

Log Message:
qt6-qtbase: fix wrong PLIST condition for socket_interface.h


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt6-qtbase/PLIST

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

Modified files:

Index: pkgsrc/x11/qt6-qtbase/PLIST
diff -u pkgsrc/x11/qt6-qtbase/PLIST:1.5 pkgsrc/x11/qt6-qtbase/PLIST:1.6
--- pkgsrc/x11/qt6-qtbase/PLIST:1.5     Thu Aug  3 20:01:29 2023
+++ pkgsrc/x11/qt6-qtbase/PLIST Sat Aug 12 13:23:09 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/08/03 20:01:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/08/12 13:23:09 tnn Exp $
 lib/pkgconfig/Qt6Concurrent.pc
 lib/pkgconfig/Qt6Core.pc
 ${PLIST.dbus}lib/pkgconfig/Qt6DBus.pc
@@ -1637,7 +1637,7 @@ qt6/include/QtGui/qvector4d.h
 qt6/include/QtGui/qvectornd.h
 qt6/include/QtGui/qwindow.h
 qt6/include/QtGui/qwindowdefs.h
-${PLIST.x11}qt6/include/QtGui/socket_interface.h
+${PLIST.dbus}${PLIST.x11}qt6/include/QtGui/socket_interface.h
 ${PLIST.x11}qt6/include/QtInputSupport/QtInputSupport
 ${PLIST.x11}qt6/include/QtInputSupport/QtInputSupportDepends
 ${PLIST.x11}qt6/include/QtInputSupport/QtInputSupportVersion



Home | Main Index | Thread Index | Old Index