diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-01-06 21:30:31 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-01-06 21:30:31 +0000 |
commit | f6ceca63504679b05ea4fc24a195a301e2303d1f (patch) | |
tree | a6e116c43545a3682fe63db4bdca54e6fb24567e /comms | |
parent | 78a4d3df994a008dd752fd82307fd6d31aa18f3a (diff) | |
download | ports-f6ceca63504679b05ea4fc24a195a301e2303d1f.tar.gz ports-f6ceca63504679b05ea4fc24a195a301e2303d1f.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qt5-connectivity/pkg-plist | 6 | ||||
-rw-r--r-- | comms/qt5-sensors/Makefile | 2 | ||||
-rw-r--r-- | comms/qt5-sensors/pkg-plist | 12 | ||||
-rw-r--r-- | comms/qt5-serialbus/Makefile | 1 | ||||
-rw-r--r-- | comms/qt5-serialbus/pkg-plist | 6 |
5 files changed, 24 insertions, 3 deletions
diff --git a/comms/qt5-connectivity/pkg-plist b/comms/qt5-connectivity/pkg-plist index 9dea3ef49f5f..d5b72ff186e0 100644 --- a/comms/qt5-connectivity/pkg-plist +++ b/comms/qt5-connectivity/pkg-plist @@ -2,6 +2,7 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/adapter_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/agent_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/androidbroadcastreceiver_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/bluetoothmanagement_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/bluez5_helper_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/bluez_data_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/device1_bluez5_p.h @@ -33,6 +34,7 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtledeviceinquiry_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtnotifier_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtobexsession_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtperipheralmanager_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtrfcommchannel_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtsdpinquiry_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/osxbtservicerecord_p.h @@ -42,7 +44,6 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/properties_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothaddress_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothdevicediscoveryagent_p.h -%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothdevicediscoverytimer_osx_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothdeviceinfo_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothhostinfo_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qbluetoothlocaldevice_p.h @@ -61,6 +62,8 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergycontroller_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergyserviceprivate_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qprivatelinearbuffer_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qtbluetooth-config_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/remotedevicemanager_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/serveracceptancethread_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/service_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/servicediscoverybroadcastreceiver_p.h @@ -118,6 +121,7 @@ %%QT_INCDIR%%/QtBluetooth/qlowenergydescriptordata.h %%QT_INCDIR%%/QtBluetooth/qlowenergyservice.h %%QT_INCDIR%%/QtBluetooth/qlowenergyservicedata.h +%%QT_INCDIR%%/QtBluetooth/qtbluetooth-config.h %%QT_INCDIR%%/QtBluetooth/qtbluetoothversion.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/adapter_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/agent_p.h diff --git a/comms/qt5-sensors/Makefile b/comms/qt5-sensors/Makefile index 025fcda4b9fe..9b253262a828 100644 --- a/comms/qt5-sensors/Makefile +++ b/comms/qt5-sensors/Makefile @@ -10,7 +10,7 @@ COMMENT= Qt sensors module USE_QT5= core qml quick buildtools_build QT_DIST= ${PORTNAME} -USES= qmake +USES= qmake:norecursive USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} diff --git a/comms/qt5-sensors/pkg-plist b/comms/qt5-sensors/pkg-plist index 50dadd6cf276..b88ebbfd77cd 100644 --- a/comms/qt5-sensors/pkg-plist +++ b/comms/qt5-sensors/pkg-plist @@ -6,7 +6,9 @@ %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qdistancesensor_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qgyroscope_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qholstersensor_p.h +%%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qhumiditysensor_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qirproximitysensor_p.h +%%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qlidsensor_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qlightsensor_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qmagnetometer_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qorientationsensor_p.h @@ -19,6 +21,7 @@ %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qsensorgesturemanagerprivate_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qtapsensor_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qtiltsensor_p.h +%%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/qtsensors-config_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/sensorlog_p.h %%QT_INCDIR%%/QtSensors/%%FULLVER%%/QtSensors/private/simulatorgesturescommon_p.h %%QT_INCDIR%%/QtSensors/QAccelerometer @@ -45,9 +48,15 @@ %%QT_INCDIR%%/QtSensors/QHolsterFilter %%QT_INCDIR%%/QtSensors/QHolsterReading %%QT_INCDIR%%/QtSensors/QHolsterSensor +%%QT_INCDIR%%/QtSensors/QHumidityFilter +%%QT_INCDIR%%/QtSensors/QHumidityReading +%%QT_INCDIR%%/QtSensors/QHumiditySensor %%QT_INCDIR%%/QtSensors/QIRProximityFilter %%QT_INCDIR%%/QtSensors/QIRProximityReading %%QT_INCDIR%%/QtSensors/QIRProximitySensor +%%QT_INCDIR%%/QtSensors/QLidFilter +%%QT_INCDIR%%/QtSensors/QLidReading +%%QT_INCDIR%%/QtSensors/QLidSensor %%QT_INCDIR%%/QtSensors/QLightFilter %%QT_INCDIR%%/QtSensors/QLightReading %%QT_INCDIR%%/QtSensors/QLightSensor @@ -95,7 +104,9 @@ %%QT_INCDIR%%/QtSensors/qdistancesensor.h %%QT_INCDIR%%/QtSensors/qgyroscope.h %%QT_INCDIR%%/QtSensors/qholstersensor.h +%%QT_INCDIR%%/QtSensors/qhumiditysensor.h %%QT_INCDIR%%/QtSensors/qirproximitysensor.h +%%QT_INCDIR%%/QtSensors/qlidsensor.h %%QT_INCDIR%%/QtSensors/qlightsensor.h %%QT_INCDIR%%/QtSensors/qmagnetometer.h %%QT_INCDIR%%/QtSensors/qorientationsensor.h @@ -113,6 +124,7 @@ %%QT_INCDIR%%/QtSensors/qsensorsglobal.h %%QT_INCDIR%%/QtSensors/qtapsensor.h %%QT_INCDIR%%/QtSensors/qtiltsensor.h +%%QT_INCDIR%%/QtSensors/qtsensors-config.h %%QT_INCDIR%%/QtSensors/qtsensorsversion.h %%QT_CMAKEDIR%%/Qt5Sensors/Qt5SensorsConfig.cmake %%QT_CMAKEDIR%%/Qt5Sensors/Qt5SensorsConfigVersion.cmake diff --git a/comms/qt5-serialbus/Makefile b/comms/qt5-serialbus/Makefile index 2718ce58c344..7fc107800cc4 100644 --- a/comms/qt5-serialbus/Makefile +++ b/comms/qt5-serialbus/Makefile @@ -2,7 +2,6 @@ PORTNAME= serialbus DISTVERSION= ${QT5_VERSION} -PORTREVISION= 3 CATEGORIES= comms PKGNAMEPREFIX= qt5- diff --git a/comms/qt5-serialbus/pkg-plist b/comms/qt5-serialbus/pkg-plist index be42e226974d..a54e301c3fcf 100644 --- a/comms/qt5-serialbus/pkg-plist +++ b/comms/qt5-serialbus/pkg-plist @@ -1,5 +1,6 @@ %%QT_BINDIR%%/canbusutil %%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qcanbusdevice_p.h +%%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qcanbusdeviceinfo_p.h %%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qmodbus_symbols_p.h %%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qmodbusadu_p.h %%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qmodbusclient_p.h @@ -10,9 +11,12 @@ %%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qmodbusserver_p.h %%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qmodbustcpclient_p.h %%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qmodbustcpserver_p.h +%%QT_INCDIR%%/QtSerialBus/%%FULLVER%%/QtSerialBus/private/qtserialbus-config_p.h %%QT_INCDIR%%/QtSerialBus/QCanBus %%QT_INCDIR%%/QtSerialBus/QCanBusDevice +%%QT_INCDIR%%/QtSerialBus/QCanBusDeviceInfo %%QT_INCDIR%%/QtSerialBus/QCanBusFactory +%%QT_INCDIR%%/QtSerialBus/QCanBusFactoryV2 %%QT_INCDIR%%/QtSerialBus/QCanBusFrame %%QT_INCDIR%%/QtSerialBus/QModbusClient %%QT_INCDIR%%/QtSerialBus/QModbusDataUnit @@ -34,6 +38,7 @@ %%QT_INCDIR%%/QtSerialBus/QtSerialBusVersion %%QT_INCDIR%%/QtSerialBus/qcanbus.h %%QT_INCDIR%%/QtSerialBus/qcanbusdevice.h +%%QT_INCDIR%%/QtSerialBus/qcanbusdeviceinfo.h %%QT_INCDIR%%/QtSerialBus/qcanbusfactory.h %%QT_INCDIR%%/QtSerialBus/qcanbusframe.h %%QT_INCDIR%%/QtSerialBus/qmodbusclient.h @@ -48,6 +53,7 @@ %%QT_INCDIR%%/QtSerialBus/qmodbustcpclient.h %%QT_INCDIR%%/QtSerialBus/qmodbustcpserver.h %%QT_INCDIR%%/QtSerialBus/qserialbusglobal.h +%%QT_INCDIR%%/QtSerialBus/qtserialbus-config.h %%QT_INCDIR%%/QtSerialBus/qtserialbusversion.h %%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfig.cmake %%QT_CMAKEDIR%%/Qt5SerialBus/Qt5SerialBusConfigVersion.cmake |