Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B606784F4E for ; Tue, 5 Sep 2023 10:03:56 +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 Ri0uYbiR11tL for ; Tue, 5 Sep 2023 10:03:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4A1AB84CF4 for ; Tue, 5 Sep 2023 10:03:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DB53FBDB; Tue, 5 Sep 2023 10:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693908236141790" MIME-Version: 1.0 Date: Tue, 5 Sep 2023 10:03:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/gupnp To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230905100356.3DB53FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693908236141790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Sep 5 10:03:56 UTC 2023 Modified Files: pkgsrc/net/gupnp: Makefile Log Message: gupnp: Needs -lsocket on SunOS To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/net/gupnp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693908236141790 Content-Disposition: inline Content-Length: 626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gupnp/Makefile diff -u pkgsrc/net/gupnp/Makefile:1.87 pkgsrc/net/gupnp/Makefile:1.88 --- pkgsrc/net/gupnp/Makefile:1.87 Mon Sep 4 12:17:55 2023 +++ pkgsrc/net/gupnp/Makefile Tue Sep 5 10:03:56 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2023/09/04 12:17:55 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2023/09/05 10:03:56 nia Exp $ DISTNAME= gupnp-1.6.5 CATEGORIES= net @@ -15,6 +15,8 @@ TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../ USE_TOOLS+= pkg-config +LDFLAGS.SunOS+= -lsocket + REPLACE_PYTHON= tools/gupnp-binding-tool PKGCONFIG_OVERRIDE+= output/meson-private/gupnp-1.6.pc --_----------=_1693908236141790--