Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56F4984E72 for ; Mon, 26 Jun 2023 09:06:57 +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 oAz2wjGNaa9M for ; Mon, 26 Jun 2023 09:06:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A8EB284CCC for ; Mon, 26 Jun 2023 09:06:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5CCDFA89; Mon, 26 Jun 2023 09:06:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168777041682760" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 09:06:56 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/databases/kldap To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626090656.A5CCDFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168777041682760 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:06:56 UTC 2023 Modified Files: pkgsrc/databases/kldap: Makefile Log Message: kldap: SunOS needs libsocket. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/kldap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168777041682760 Content-Disposition: inline Content-Length: 720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/kldap/Makefile diff -u pkgsrc/databases/kldap/Makefile:1.33 pkgsrc/databases/kldap/Makefile:1.34 --- pkgsrc/databases/kldap/Makefile:1.33 Tue Jun 6 12:40:27 2023 +++ pkgsrc/databases/kldap/Makefile Mon Jun 26 09:06:56 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2023/06/06 12:40:27 riastradh Exp $ +# $NetBSD: Makefile,v 1.34 2023/06/26 09:06:56 jperkin Exp $ DISTNAME= kldap-${KAPPSVER} PKGREVISION= 6 @@ -14,6 +14,8 @@ TOOL_DEPENDS+= kdoctools>=5.19.0:../../d USE_TOOLS+= msgmerge +LDFLAGS.SunOS+= -lsocket + .include "../../databases/openldap-client/buildlink3.mk" .include "../../devel/kio/buildlink3.mk" .include "../../security/cyrus-sasl/buildlink3.mk" --_----------=_168777041682760--