Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E6BA84E72 for ; Mon, 26 Jun 2023 09:18:21 +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 diXfhAihCSHJ for ; Mon, 26 Jun 2023 09:18:20 +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 7320E84CCC for ; Mon, 26 Jun 2023 09:18:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AF12FA89; Mon, 26 Jun 2023 09:18:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168777110058700" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 09:18:20 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/srs-milter To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626091820.6AF12FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168777110058700 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:18:20 UTC 2023 Modified Files: pkgsrc/mail/srs-milter: Makefile Log Message: srs-milter: SunOS needs socket libraries. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/srs-milter/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168777110058700 Content-Disposition: inline Content-Length: 711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/srs-milter/Makefile diff -u pkgsrc/mail/srs-milter/Makefile:1.1 pkgsrc/mail/srs-milter/Makefile:1.2 --- pkgsrc/mail/srs-milter/Makefile:1.1 Wed May 25 15:45:31 2022 +++ pkgsrc/mail/srs-milter/Makefile Mon Jun 26 09:18:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/25 15:45:31 manu Exp $ +# $NetBSD: Makefile,v 1.2 2023/06/26 09:18:20 jperkin Exp $ GITHUB_PROJECT= srs-milter GITHUB_TAG= 3c44b13a10471df0361c08786c8826ea1d0ecc7b @@ -17,6 +17,8 @@ LICENSE= generic-nonlicense WRKSRC= ${WRKDIR}/srs-milter-3c44b13a10471df0361c08786c8826ea1d0ecc7b/src +LDFLAGS.SunOS+= -lsocket -lnsl + INSTALLATION_DIRS= sbin RCD_SCRIPTS= srs-milter-in srs-milter-out --_----------=_168777110058700--