Date: Mon, 11 Nov 2019 17:30:17 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517269 - head/net-im/profanity Message-ID: <201911111730.xABHUH8Y093243@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Mon Nov 11 17:30:17 2019 New Revision: 517269 URL: https://svnweb.freebsd.org/changeset/ports/517269 Log: Enable OMEMO support Bump PORTREVISION PR: 241381 Reported by: pvoigt@uos.de Modified: head/net-im/profanity/Makefile Modified: head/net-im/profanity/Makefile ============================================================================== --- head/net-im/profanity/Makefile Mon Nov 11 16:47:17 2019 (r517268) +++ head/net-im/profanity/Makefile Mon Nov 11 17:30:17 2019 (r517269) @@ -2,6 +2,7 @@ PORTNAME= profanity PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= arved@FreeBSD.org @@ -18,7 +19,8 @@ LIB_DEPENDS= libmesode.so:net-im/libmesode \ libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ - libgcrypt.so:security/libgcrypt + libgcrypt.so:security/libgcrypt \ + libsignal-protocol-c.so:net/libsignal USES= ncurses pkgconfig ssl python readline autoreconf libtool gnome USE_GNOME= glib20 @@ -28,7 +30,8 @@ GH_PROJECT= profanity GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \ - --enable-pgp --enable-icons=no --with-xscreensaver=no + --enable-pgp --enable-icons=no --with-xscreensaver=no \ + --enable-omemo CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto" INSTALL_TARGET= install-strip OPTIONS_DEFINE= NOTIFY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911111730.xABHUH8Y093243>