Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B085C84E72 for ; Mon, 26 Jun 2023 09:22:50 +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 H5hcUtsJ55xS for ; Mon, 26 Jun 2023 09:22:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 44BED84CCC for ; Mon, 26 Jun 2023 09:22:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42426FA89; Mon, 26 Jun 2023 09:22:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168777137071850" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 09:22:50 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/gssdp12 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626092250.42426FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168777137071850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Jun 26 09:22:50 UTC 2023 Modified Files: pkgsrc/net/gssdp12: Makefile Log Message: gssdp12: SunOS needs libsocket. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/gssdp12/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168777137071850 Content-Disposition: inline Content-Length: 652 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.26 pkgsrc/net/gssdp12/Makefile:1.27 --- pkgsrc/net/gssdp12/Makefile:1.26 Wed Jun 7 11:27:32 2023 +++ pkgsrc/net/gssdp12/Makefile Mon Jun 26 09:22:50 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2023/06/07 11:27:32 micha Exp $ +# $NetBSD: Makefile,v 1.27 2023/06/26 09:22:50 jperkin Exp $ DISTNAME= gssdp-1.2.2 PKGNAME= ${DISTNAME:S/gssdp/gssdp12/} @@ -17,6 +17,8 @@ USE_TOOLS+= pkg-config # needs GTK3+ MESON_ARGS+= -Dsniffer=false +LDFLAGS.SunOS+= -lsocket + PYTHON_FOR_BUILD_ONLY= tool PKGCONFIG_OVERRIDE+= output/meson-private/gssdp-1.2.pc --_----------=_168777137071850--