Received: by mail.netbsd.org (Postfix, from userid 605) id 5F36584E67; Tue, 17 May 2022 13:51:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96CE184D93 for ; Tue, 17 May 2022 13:51:37 +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 dXvHKhGpK3qg for ; Tue, 17 May 2022 13:51:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2A54284D3F for ; Tue, 17 May 2022 13:51:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 890C7FAEB; Tue, 17 May 2022 13:52:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652795529108890" MIME-Version: 1.0 Date: Tue, 17 May 2022 13:52:09 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/krdc To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20220517135209.890C7FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652795529108890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue May 17 13:52:09 UTC 2022 Modified Files: pkgsrc/net/krdc: Makefile Log Message: krdc: SunOS needs socket libraries. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/krdc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652795529108890 Content-Disposition: inline Content-Length: 688 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/krdc/Makefile diff -u pkgsrc/net/krdc/Makefile:1.54 pkgsrc/net/krdc/Makefile:1.55 --- pkgsrc/net/krdc/Makefile:1.54 Mon Apr 18 19:11:51 2022 +++ pkgsrc/net/krdc/Makefile Tue May 17 13:52:09 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2022/04/18 19:11:51 adam Exp $ +# $NetBSD: Makefile,v 1.55 2022/05/17 13:52:09 jperkin Exp $ DISTNAME= krdc-${KAPPSVER} PKGREVISION= 8 @@ -14,6 +14,8 @@ BUILD_DEPENDS+= kdoctools>=5.19.0:../../ USE_TOOLS+= msgmerge pkg-config +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../devel/kcmutils/buildlink3.mk" .include "../../devel/knotifyconfig/buildlink3.mk" .include "../../net/freerdp2/buildlink3.mk" --_----------=_1652795529108890--