Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5F4AE7A283 for ; Thu, 22 Sep 2016 11:47:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A5CE385F01; Thu, 22 Sep 2016 11:47:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86FA585F02 for ; Thu, 22 Sep 2016 11:47:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pyIDT70iq9gM for ; Thu, 22 Sep 2016 11:47:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D5E6884CFD for ; Thu, 22 Sep 2016 11:47:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0602FBD1; Thu, 22 Sep 2016 11:47:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474544830100190" MIME-Version: 1.0 Date: Thu, 22 Sep 2016 11:47:10 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/chat/loudmouth To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20160922114710.D0602FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474544830100190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Sep 22 11:47:10 UTC 2016 Modified Files: pkgsrc/chat/loudmouth: Makefile Log Message: Needs krb5. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/chat/loudmouth/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474544830100190 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/loudmouth/Makefile diff -u pkgsrc/chat/loudmouth/Makefile:1.43 pkgsrc/chat/loudmouth/Makefile:1.44 --- pkgsrc/chat/loudmouth/Makefile:1.43 Mon Sep 19 17:13:18 2016 +++ pkgsrc/chat/loudmouth/Makefile Thu Sep 22 11:47:10 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/09/19 17:13:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.44 2016/09/22 11:47:10 jperkin Exp $ DISTNAME= loudmouth-1.5.3 CATEGORIES= chat @@ -23,4 +23,5 @@ PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +.include "../../mk/krb5.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1474544830100190--