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 B57A57A2E1 for ; Mon, 5 Dec 2016 02:19:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2B4848557F; Mon, 5 Dec 2016 02:19:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B058F8556D for ; Mon, 5 Dec 2016 02:19:28 +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 vgvs_Fepzbp6 for ; Mon, 5 Dec 2016 02:19:28 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1DAA484D04 for ; Mon, 5 Dec 2016 02:19:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1411EFBA6; Mon, 5 Dec 2016 02:19:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480904368208610" MIME-Version: 1.0 Date: Mon, 5 Dec 2016 02:19:28 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/net/gssdp To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20161205021928.1411EFBA6@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. --_----------=_1480904368208610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: marino Date: Mon Dec 5 02:19:28 UTC 2016 Modified Files: pkgsrc/net/gssdp: Makefile Log Message: net/gssdp: revert ncurses+readline buildlink3 addition It's not worth defending. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/gssdp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480904368208610 Content-Disposition: inline Content-Length: 831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gssdp/Makefile diff -u pkgsrc/net/gssdp/Makefile:1.61 pkgsrc/net/gssdp/Makefile:1.62 --- pkgsrc/net/gssdp/Makefile:1.61 Sun Dec 4 22:50:04 2016 +++ pkgsrc/net/gssdp/Makefile Mon Dec 5 02:19:27 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2016/12/04 22:50:04 maya Exp $ +# $NetBSD: Makefile,v 1.62 2016/12/05 02:19:27 marino Exp $ DISTNAME= gssdp-1.0.0 PKGREVISION= 1 @@ -22,10 +22,4 @@ PKGCONFIG_OVERRIDE+= gssdp-1.0.pc.in .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../lang/vala/buildlink3.mk" .include "../../net/libsoup/buildlink3.mk" - -# XXX dragonflybsd fails to build because one of the dependencies -# needs -lreadline -.include "../../devel/ncurses/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" --_----------=_1480904368208610--