diff options
-rw-r--r-- | net/mosquitto/distinfo | 4 | ||||
-rw-r--r-- | net/mosquitto/patches/patch-src_CMakeLists.txt | 16 |
2 files changed, 15 insertions, 5 deletions
diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo index 7a0c41aab00..ebec3347706 100644 --- a/net/mosquitto/distinfo +++ b/net/mosquitto/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2020/08/11 12:26:41 gdt Exp $ +$NetBSD: distinfo,v 1.10 2020/08/11 18:06:10 gdt Exp $ SHA1 (mosquitto-1.6.11.tar.gz) = 0b80f39363a87d22b17d76eb0a5016c92fa5d865 RMD160 (mosquitto-1.6.11.tar.gz) = 4e887495a340d1b1c5228aced8e641a03cd9bed5 @@ -7,4 +7,4 @@ Size (mosquitto-1.6.11.tar.gz) = 610563 bytes SHA1 (patch-lib_CMakeLists.txt) = cddb8803a759820c8059028f924b56c22689ee54 SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20 SHA1 (patch-mosquitto.conf) = ca82a8a1bdc59d5e6f4121d8474693245b923789 -SHA1 (patch-src_CMakeLists.txt) = abcd6c11f0b6831c3155104b43e8ce654f0b42b8 +SHA1 (patch-src_CMakeLists.txt) = b0c7cfe7744ae3f1f8dfe92929a09e6ca1ef17cb diff --git a/net/mosquitto/patches/patch-src_CMakeLists.txt b/net/mosquitto/patches/patch-src_CMakeLists.txt index acd5146c710..ca4bce56926 100644 --- a/net/mosquitto/patches/patch-src_CMakeLists.txt +++ b/net/mosquitto/patches/patch-src_CMakeLists.txt @@ -1,8 +1,18 @@ -$NetBSD: patch-src_CMakeLists.txt,v 1.3 2020/08/11 12:26:41 gdt Exp $ +$NetBSD: patch-src_CMakeLists.txt,v 1.4 2020/08/11 18:06:10 gdt Exp $ -On NetBSD, don't use -ldl (why?). +* hunk 1 -Sent upstream via email 20190427. +On NetBSD, don't use -ldl + +Sent upstream via email 20190427, again on 20200811, and applied +upstream on +20200811. + +* hunk 2 + +\todo Explain why this hunk is here. + +\todo File hunk upstream. --- src/CMakeLists.txt.orig 2020-08-11 11:18:06.000000000 +0000 +++ src/CMakeLists.txt |