pkgsrc-WIP-changes archive

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

mosquitto: trim no-longer-valid comments from patchfiles



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Sep 4 12:56:47 2018 -0400
Changeset:	1bc6e9a39004876a2bf28c50015cf1d118477004

Modified Files:
	mosquitto/distinfo
	mosquitto/patches/patch-ab
	mosquitto/patches/patch-ae

Log Message:
mosquitto: trim no-longer-valid comments from patchfiles

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1bc6e9a39004876a2bf28c50015cf1d118477004

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

diffstat:
 mosquitto/distinfo         | 4 ++--
 mosquitto/patches/patch-ab | 4 ----
 mosquitto/patches/patch-ae | 2 --
 3 files changed, 2 insertions(+), 8 deletions(-)

diffs:
diff --git a/mosquitto/distinfo b/mosquitto/distinfo
index 0f17da9f57..e1e9707e6c 100644
--- a/mosquitto/distinfo
+++ b/mosquitto/distinfo
@@ -5,6 +5,6 @@ RMD160 (mosquitto-1.5.1.tar.gz) = c29581d6154627ecb9f8fdea3fd2851c4b72f6a4
 SHA512 (mosquitto-1.5.1.tar.gz) = 7b076a977778ca87f9fa4579eb4a6b62b171df746920719e9bd6efce0a4815c15edc9da177669819509184d2b01ed0756be8259adba344df690efe0547fd6741
 Size (mosquitto-1.5.1.tar.gz) = 430066 bytes
 SHA1 (patch-aa) = c23d6f014f64603dc0120ef74694fec6ee161215
-SHA1 (patch-ab) = ce5571c0d8e86a99d9cb641adfe5f8f66537370a
+SHA1 (patch-ab) = e2f884df3a35e12bf48b22cca88ac870237626ac
 SHA1 (patch-ad) = ed13ec2fdcc58082c4c27f63dd5afaa3805adff6
-SHA1 (patch-ae) = 7e5b4cdb06515cbd6b02239eed974b673e9f8bfa
+SHA1 (patch-ae) = 270fc5ca435f3f51abef7d69f82b38f9907525b1
diff --git a/mosquitto/patches/patch-ab b/mosquitto/patches/patch-ab
index c17aebe646..cde4defed8 100644
--- a/mosquitto/patches/patch-ab
+++ b/mosquitto/patches/patch-ab
@@ -2,10 +2,6 @@ $NetBSD$
 
 On NetBSD, do not include librt.  (Why?  All other "UNIX" does, except Mac.)
 
-Do not invoke ldconfig after installation, because it's unportable
-(and systems that need it should do it separately, rather than
-expecting it to be part of builds).   (From OpenBSD.)
-
 --- lib/CMakeLists.txt.orig	2017-02-20 22:06:57.000000000 +0000
 +++ lib/CMakeLists.txt	2017-02-25 12:06:08.924946745 +0000
 @@ -48,12 +48,12 @@
diff --git a/mosquitto/patches/patch-ae b/mosquitto/patches/patch-ae
index 3ae2eaa46d..c99b0be55f 100644
--- a/mosquitto/patches/patch-ae
+++ b/mosquitto/patches/patch-ae
@@ -4,8 +4,6 @@ On NetBSD, don't use -ldl (why?).
 
 For uuid, insist on library, not just header (why?).
 
-Omit ldconfig (from OpenBSD).
-
 --- src/CMakeLists.txt.orig	2018-09-04 01:33:51.000000000 +0000
 +++ src/CMakeLists.txt
 @@ -125,6 +125,8 @@ endif (HAVE_GETADDRINFO_A)


Home | Main Index | Thread Index | Old Index