pkgsrc-WIP-changes archive

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

mosquitto: add URLs to upstream bug reports



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Nov 20 17:48:20 2018 -0500
Changeset:	823da769546dd79c8e7c3d2f2a0219ed51012649

Modified Files:
	mosquitto/Makefile

Log Message:
mosquitto: add URLs to upstream bug reports

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

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

diffstat:
 mosquitto/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index bdf180444f..19ed068cf7 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -14,6 +14,7 @@ LICENSE=	epl-v1.0
 USE_LANGUAGES+=	c c++
 # Upstream documents that "unix" should use make, but Mac cmake.
 # After asking and receiving no guidance, choose to always use cmake.
+# https://github.com/eclipse/mosquitto/issues/1041
 USE_CMAKE=	yes
 USE_TOOLS+=	gmake
 
@@ -27,8 +28,9 @@ CONF_FILES=	${PREFIX}/share/examples/mosquitto/pskfile.example \
 		${PREFIX}/share/examples/mosquitto/mosquitto.conf \
 		${PREFIX}/share/examples/mosquitto/aclfile.example
 
+# The upstream code uses ldconfig.
+# https://github.com/eclipse/mosquitto/issues/1048
 SUBST_CLASSES+=			ldconfig
-
 SUBST_STAGE.ldconfig=		post-extract
 SUBST_MESSAGE.ldconfig=		Removing non-portable ldconfig invocations
 SUBST_FILES.ldconfig=		lib/CMakeLists.txt \


Home | Main Index | Thread Index | Old Index