head 1.2; access; symbols pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2019.12.03.17.45.21; author gdt; state dead; branches; next 1.1; commitid Mzo4ytW4YJRMOhNB; 1.1 date 2019.07.20.23.09.27; author gdt; state Exp; branches; next ; commitid gYVLFxF52VoOYPvB; desc @@ 1.2 log @net/mosquitto: Update to 1.6.8 pkgsrc change: Drop patch integrated upstream Upstream changes: bug fixes @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2019/07/20 23:09:27 gdt Exp $ Adjust pkgconfig installation location to lib, not share. Sent upstream via email 20190427. --- CMakeLists.txt.orig 2019-06-18 11:45:59.000000000 +0000 +++ CMakeLists.txt @@@@ -108,9 +108,9 @@@@ install(FILES mosquitto.conf aclfile.exa # ======================================== configure_file(libmosquitto.pc.in libmosquitto.pc @@ONLY) -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig") +install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") configure_file(libmosquittopp.pc.in libmosquittopp.pc @@ONLY) -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig") +install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") # ======================================== # Testing @ 1.1 log @net: Add mosquitto 1.6.3nb4 (nb4 because wip is nb4) Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 3.1 and 3.1.1 MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for "Internet of Things" messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino. @ text @d1 1 a1 1 $NetBSD$ @