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.
This commit is contained in:
Leonardo Taccari 2020-03-23 13:00:14 +01:00
parent 76209e4655
commit d5f84260f4
3 changed files with 11 additions and 8 deletions

View File

@ -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"

View File

@ -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

View File

@ -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)