From owner-svn-ports-head@freebsd.org Sun Feb 12 17:59:35 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7F45CDCB6D; Sun, 12 Feb 2017 17:59:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 777191ABE; Sun, 12 Feb 2017 17:59:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CHxYKh079672; Sun, 12 Feb 2017 17:59:34 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CHxYmc079671; Sun, 12 Feb 2017 17:59:34 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702121759.v1CHxYmc079671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 12 Feb 2017 17:59:34 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 17:59:35 -0000 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