Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 82EC31A9239 for ; Sun, 19 Dec 2021 14:05:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BFD2F84EF0; Sun, 19 Dec 2021 14:05:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAD2584FA8 for ; Sun, 19 Dec 2021 14:05:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qUj4UPyuLj3B for ; Sun, 19 Dec 2021 14:05:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F9E784EEB for ; Sun, 19 Dec 2021 14:05:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 343C4FAEC; Sun, 19 Dec 2021 14:05:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163992272951700" MIME-Version: 1.0 Date: Sun, 19 Dec 2021 14:05:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/gssdp12 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211219140529.343C4FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163992272951700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 19 14:05:29 UTC 2021 Modified Files: pkgsrc/net/gssdp12: Makefile Log Message: gssdp12: remove unknown meson option to make this build with latest meson To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gssdp12/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163992272951700 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gssdp12/Makefile diff -u pkgsrc/net/gssdp12/Makefile:1.17 pkgsrc/net/gssdp12/Makefile:1.18 --- pkgsrc/net/gssdp12/Makefile:1.17 Wed Dec 8 16:02:27 2021 +++ pkgsrc/net/gssdp12/Makefile Sun Dec 19 14:05:29 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2021/12/08 16:02:27 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/12/19 14:05:29 wiz Exp $ DISTNAME= gssdp-1.2.2 PKGNAME= ${DISTNAME:S/gssdp/gssdp12/} @@ -16,8 +16,6 @@ USE_TOOLS+= pkg-config # needs GTK3+ MESON_ARGS+= -Dsniffer=false -# needs gtk-doc -MESON_ARGS+= -Dgtk-doc=false PYTHON_FOR_BUILD_ONLY= tool --_----------=_163992272951700--