pkgsrc-WIP-changes archive

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

mosquitto: Update todo/comments



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Jul 2 16:17:22 2019 -0400
Changeset:	1aff7b3f4b876ef87a0af0ca16e9e680f20af0d8

Modified Files:
	mosquitto/Makefile
	mosquitto/TODO

Log Message:
mosquitto: Update todo/comments

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

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

diffstat:
 mosquitto/Makefile | 8 +++++++-
 mosquitto/TODO     | 6 ++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index 6168d2cf0d..553cdb32f9 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -43,7 +43,13 @@ FILES_SUBST+=	MOSQUITTO_USER=${MOSQUITTO_USER}
 FILES_SUBST+=	MOSQUITTO_GROUP=${MOSQUITTO_GROUP}
 FILES_SUBST+=	PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
 
-# Fails; see https://github.com/eclipse/mosquitto/issues/1242
+# mosquitto's build system is very troubled, and the tests do not
+# currently work.
+#   https://github.com/eclipse/mosquitto/issues/1242
+#   https://github.com/eclipse/mosquitto/issues/1330
+#
+# \todo invoke "gmake test" in tests/ subdir instead of at top level
+# \todo pass in CPPFLAGS/LDFLAGS to test invocation
 TEST_TARGET=	test
 .include "../../devel/cunit/buildlink3.mk"
 
diff --git a/mosquitto/TODO b/mosquitto/TODO
index 07b1922956..77a9437f12 100644
--- a/mosquitto/TODO
+++ b/mosquitto/TODO
@@ -4,6 +4,8 @@
 
 * check and perhaps remove -lrt patch
 
-* create a rc.d script
-
+* adjust config file to have unmodified preamble, section to modify
+  defaults to fit traditional UNIX norms, and then a section for user
+  config
 
+* run the tests on make test


Home | Main Index | Thread Index | Old Index