svn commit: r433956 - in head/irc/irssi-xmpp: . files

Bernard Spil brnrd at FreeBSD.org
Sun Feb 12 17:59:35 UTC 2017


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


More information about the svn-ports-all mailing list