[Bug 241381] Add option to enable OMEMO to net-im/profanity via make config
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 20 21:16:31 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241381
Bug ID: 241381
Summary: Add option to enable OMEMO to net-im/profanity via
make config
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: arved at FreeBSD.org
Reporter: pvoigt at uos.de
Assignee: arved at FreeBSD.org
Flags: maintainer-feedback?(arved at FreeBSD.org)
Created attachment 208470
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208470&action=edit
Patched Makefile
The current make config options of net-im/profanity do not allow to build with
OMEMO enabled. According to the original source code it can be enabled:
https://profanity-im.github.io/guide/070/omemo.html.
As I needed OMEMO support I did the following:
1.) I added "--enable-omemo" to CONFIGURE_ARGS of
/usr/ports/net-im/profanity/Makefile
2.) As configure complained about missing libsignal I installed port
net/libsignal and rebuilt profanity.
With these two steps net-im/profanity could be built with OMEMO enabled.
According to my tests OMEMO support works as expected.
Please find the patch for the Makefile attached.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list