pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/qt6-qtconnectivity



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Jan  5 08:35:25 UTC 2024

Modified Files:
        pkgsrc/comms/qt6-qtconnectivity: Makefile
Added Files:
        pkgsrc/comms/qt6-qtconnectivity: PLIST.dummy
Removed Files:
        pkgsrc/comms/qt6-qtconnectivity: PLIST.NetBSD

Log Message:
qt6-qtconnectivity: Fix PLIST on all platforms not supported
Move PLIST.NetBSD to PLIST.dummy and use PLIST.dummy
on all platforms not supported by qt6-qtconnectivity.
qt6-qtconnectivity does only support Bluez(Linux),
winrt, macos, and android.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/qt6-qtconnectivity/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/comms/qt6-qtconnectivity/PLIST.NetBSD
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/qt6-qtconnectivity/PLIST.dummy

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

Modified files:

Index: pkgsrc/comms/qt6-qtconnectivity/Makefile
diff -u pkgsrc/comms/qt6-qtconnectivity/Makefile:1.6 pkgsrc/comms/qt6-qtconnectivity/Makefile:1.7
--- pkgsrc/comms/qt6-qtconnectivity/Makefile:1.6        Thu Nov 30 20:11:26 2023
+++ pkgsrc/comms/qt6-qtconnectivity/Makefile    Fri Jan  5 08:35:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/11/30 20:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/05 08:35:25 nros Exp $
 
 DISTNAME=      qtconnectivity-everywhere-src-${QTVERSION}
 PKGNAME=       qt6-qtconnectivity-${QTVERSION}
@@ -12,6 +12,10 @@ LICENSE=     gnu-lgpl-v3 OR gnu-gpl-v2 OR gn
 PKGCONFIG_OVERRIDE+=   lib/pkgconfig/Qt6Bluetooth.pc
 PKGCONFIG_OVERRIDE+=   lib/pkgconfig/Qt6Nfc.pc
 
+.if ${OPSYS} != "Darwin"
+PLIST_SRC= PLIST PLIST.dummy
+.endif
+
 .include "../../lang/qt6-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Added files:

Index: pkgsrc/comms/qt6-qtconnectivity/PLIST.dummy
diff -u /dev/null pkgsrc/comms/qt6-qtconnectivity/PLIST.dummy:1.1
--- /dev/null   Fri Jan  5 08:35:25 2024
+++ pkgsrc/comms/qt6-qtconnectivity/PLIST.dummy Fri Jan  5 08:35:25 2024
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST.dummy,v 1.1 2024/01/05 08:35:25 nros Exp $
+qt6/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/dummy_helper_p.h
+qt6/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qbluetoothsocket_dummy_p.h
+qt6/include/QtBluetooth/${PKGVERSION}/QtBluetooth/private/qlowenergycontroller_dummy_p.h
+qt6/include/QtNfc/${PKGVERSION}/QtNfc/private/qnearfieldmanager_generic_p.h



Home | Main Index | Thread Index | Old Index