Index: head/net-im/profanity/Makefile =================================================================== --- head/net-im/profanity/Makefile (revision 438598) +++ head/net-im/profanity/Makefile (revision 438599) @@ -1,31 +1,34 @@ # $FreeBSD$ PORTNAME= profanity PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ MAINTAINER= arved@FreeBSD.org COMMENT= Console based XMPP client LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libstrophe.so:net-im/libstrophe \ +BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive +LIB_DEPENDS= libmesode.so:net-im/libmesode \ libcurl.so:ftp/curl \ libotr.so.5:security/libotr \ libuuid.so:misc/e2fsprogs-libuuid \ libgpgme.so:security/gpgme -USES= ncurses pkgconfig ssl python readline +USES= ncurses pkgconfig ssl python readline autoreconf libtool GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-otr +CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \ + --enable-pgp --enable-icons=no --with-xscreensaver=no CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto" USE_GNOME= glib20 OPTIONS_DEFINE= NOTIFY NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_CONFIGURE_ENABLE=notifications .include Index: head/net-im/profanity/files/patch-configure.ac =================================================================== --- head/net-im/profanity/files/patch-configure.ac (nonexistent) +++ head/net-im/profanity/files/patch-configure.ac (revision 438599) @@ -0,0 +1,14 @@ +--- configure.ac.orig 2017-04-15 18:51:39.947886000 +0000 ++++ configure.ac 2017-04-15 18:52:27.321723000 +0000 +@@ -105,10 +105,7 @@ + elif test "x$enable_c_plugins" != xno; then + AC_CHECK_LIB([dl], [main], + [AM_CONDITIONAL([BUILD_C_API], [true]) LIBS="$LIBS -ldl" AC_DEFINE([HAVE_C], [1], [C support])], +- [AS_IF( +- [test "x$enable_c_plugins" = xyes], +- [AC_MSG_ERROR([dl library needed to run C plugins])], +- [AM_CONDITIONAL([BUILD_C_API], [false])]) ++ [AM_CONDITIONAL([BUILD_C_API], [true]) + ]) + else + AM_CONDITIONAL([BUILD_C_API], [false]) Property changes on: head/net-im/profanity/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/profanity/pkg-plist =================================================================== --- head/net-im/profanity/pkg-plist (revision 438598) +++ head/net-im/profanity/pkg-plist (revision 438599) @@ -1,22 +1,24 @@ bin/profanity +include/profapi.h +lib/libprofanity.so man/man1/profanity.1.gz %%DATADIR%%/themes/aqua %%DATADIR%%/themes/batman %%DATADIR%%/themes/boothj5 %%DATADIR%%/themes/hacker %%DATADIR%%/themes/headache %%DATADIR%%/themes/joker %%DATADIR%%/themes/orange %%DATADIR%%/themes/original %%DATADIR%%/themes/shade %%DATADIR%%/themes/spawn %%DATADIR%%/themes/whiteness %%DATADIR%%/themes/complex %%DATADIR%%/themes/forest %%DATADIR%%/themes/mono %%DATADIR%%/themes/original_bright %%DATADIR%%/themes/simple %%DATADIR%%/icons/proIcon.png %%DATADIR%%/icons/proIconMsg.png %%DATADIR%%/themes/bios %%DATADIR%%/themes/boothj5_slack