Date: Sun, 12 Feb 2017 17:59:34 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433956 - in head/irc/irssi-xmpp: . files Message-ID: <201702121759.v1CHxYmc079671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Feb 12 17:59:34 2017 New Revision: 433956 URL: https://svnweb.freebsd.org/changeset/ports/433956 Log: irc/irssi-xmpp: Fix build with irssi < 1.0 - Remove patch for irssi >= 1.0 - irc/irssi is currently at 0.8 PR: 215829 Approved by: just-fix-it blanket Deleted: head/irc/irssi-xmpp/files/ Modified: head/irc/irssi-xmpp/Makefile Modified: head/irc/irssi-xmpp/Makefile ============================================================================== --- head/irc/irssi-xmpp/Makefile Sun Feb 12 17:24:45 2017 (r433955) +++ head/irc/irssi-xmpp/Makefile Sun Feb 12 17:59:34 2017 (r433956) @@ -16,8 +16,6 @@ BUILD_DEPENDS= irssi:irc/irssi LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN= does not build (error: no member named 'use_tls' in 'struct _XMPP_SERVER_CONNECT_REC') - USES= gettext-runtime pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702121759.v1CHxYmc079671>