Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 21:16:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241381] Add option to enable OMEMO to net-im/profanity via make config
Message-ID:  <bug-241381-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241381

            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@FreeBSD.org
          Reporter: pvoigt@uos.de
          Assignee: arved@FreeBSD.org
             Flags: maintainer-feedback?(arved@FreeBSD.org)

Created attachment 208470
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208470&action=
=3Dedit
Patched Makefile

The current make config options of net-im/profanity do not allow to build w=
ith
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241381-7788>