pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
profanity: Disable Python/plugins/MEMO support (not working)
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Mar 23 13:00:14 2020 +0100
Changeset: d5f84260f4e0c60665466e2b258c86dccbbf6715
Modified Files:
profanity/Makefile
profanity/PLIST
profanity/TODO
Log Message:
profanity: Disable Python/plugins/MEMO support (not working)
At least on NetBSD (but probably most other platform excepts maybe macOS)
python-config and python are not properly checked and needs to be fixed before
re-enabling that. Temporarily disable them as a workaround.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d5f84260f4e0c60665466e2b258c86dccbbf6715
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
profanity/Makefile | 13 +++++++------
profanity/PLIST | 4 ++--
profanity/TODO | 2 ++
3 files changed, 11 insertions(+), 8 deletions(-)
diffs:
diff --git a/profanity/Makefile b/profanity/Makefile
index 3c0eeebe42..aef1fb7083 100644
--- a/profanity/Makefile
+++ b/profanity/Makefile
@@ -15,10 +15,11 @@ AUTOCONF_REQD= 2.69
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
-CONFIGURE_ARGS+= --enable-plugins
-CONFIGURE_ARGS+= --enable-c-plugins
-CONFIGURE_ARGS+= --enable-python-plugins
-CONFIGURE_ARGS+= --enable-omemo
+# XXX: python-config and python are not properly checked in configure
+#CONFIGURE_ARGS+= --enable-plugins
+#CONFIGURE_ARGS+= --enable-c-plugins
+#CONFIGURE_ARGS+= --enable-python-plugins
+#CONFIGURE_ARGS+= --enable-omemo
pre-configure:
cd ${WRKSRC} && autoconf
@@ -28,10 +29,10 @@ pre-configure:
.include "../../devel/readline/buildlink3.mk"
BUILDLINK_API_DEPENDS.libmesode+= libmesode>=0.9.1
.include "../../wip/libmesode/buildlink3.mk"
-.include "../../wip/libsignal-protocol-c/buildlink3.mk"
+#.include "../../wip/libsignal-protocol-c/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../lang/python/pyversion.mk"
+#.include "../../lang/python/application.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../chat/libotr/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
diff --git a/profanity/PLIST b/profanity/PLIST
index 7835a4ca46..886891e6cf 100644
--- a/profanity/PLIST
+++ b/profanity/PLIST
@@ -1,7 +1,7 @@
@comment $NetBSD$
bin/profanity
-include/profapi.h
-lib/libprofanity.la
+@comment include/profapi.h
+@comment lib/libprofanity.la
man/man1/profanity.1
share/profanity/icons/proIcon.png
share/profanity/icons/proIconMsg.png
diff --git a/profanity/TODO b/profanity/TODO
index b26f89f4f4..aeba280556 100644
--- a/profanity/TODO
+++ b/profanity/TODO
@@ -1,2 +1,4 @@
- Review curses(3) patches
- Check if also non-monochromatic themes work
+- Re-enable Python and OMEMO support (python-config and python are not found in
+ the configure phase and needs to be fixed)
Home |
Main Index |
Thread Index |
Old Index