pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mosquitto: munge config stuff in pre-configure
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Nov 20 17:52:50 2018 -0500
Changeset: b23f1a144861b6da2def8c5c66b748d9717273c6
Modified Files:
mosquitto/Makefile
Log Message:
mosquitto: munge config stuff in pre-configure
instead of post-extract, so that "make extract" lets one look at the
upstream bits.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b23f1a144861b6da2def8c5c66b748d9717273c6
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, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index 19ed068cf7..f84ea4f36a 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -20,7 +20,7 @@ USE_TOOLS+= gmake
# config.mk is in theory used by only the non-cmake build. Remove it,
# to force a failure if it somehow becomes used.
-post-extract:
+pre-configure:
${RM} ${WRKSRC}/config.mk
CONF_FILES= ${PREFIX}/share/examples/mosquitto/pskfile.example \
@@ -31,7 +31,7 @@ CONF_FILES= ${PREFIX}/share/examples/mosquitto/pskfile.example \
# The upstream code uses ldconfig.
# https://github.com/eclipse/mosquitto/issues/1048
SUBST_CLASSES+= ldconfig
-SUBST_STAGE.ldconfig= post-extract
+SUBST_STAGE.ldconfig= pre-configure
SUBST_MESSAGE.ldconfig= Removing non-portable ldconfig invocations
SUBST_FILES.ldconfig= lib/CMakeLists.txt \
lib/cpp/CMakeLists.txt \
Home |
Main Index |
Thread Index |
Old Index