Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63A2984E72 for ; Mon, 26 Jun 2023 09:13:23 +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 a1Bu1dRwn53v for ; Mon, 26 Jun 2023 09:13:23 +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 B2FDF84CCC for ; Mon, 26 Jun 2023 09:13:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9FD21FA89; Mon, 26 Jun 2023 09:13:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687770802156180" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 09:13:22 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/finance/cpuminer To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626091322.9FD21FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687770802156180 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:13:22 UTC 2023 Modified Files: pkgsrc/finance/cpuminer: Makefile Log Message: cpuminer: SunOS needs libsocket. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/finance/cpuminer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687770802156180 Content-Disposition: inline Content-Length: 699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/cpuminer/Makefile diff -u pkgsrc/finance/cpuminer/Makefile:1.21 pkgsrc/finance/cpuminer/Makefile:1.22 --- pkgsrc/finance/cpuminer/Makefile:1.21 Wed Apr 19 08:09:56 2023 +++ pkgsrc/finance/cpuminer/Makefile Mon Jun 26 09:13:22 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2023/04/19 08:09:56 adam Exp $ +# $NetBSD: Makefile,v 1.22 2023/06/26 09:13:22 jperkin Exp $ DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV} PKGNAME= cpuminer-2.5.1 @@ -16,6 +16,8 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_TOOLS+= autoconf autoheader automake +LDFLAGS.SunOS+= -lsocket + RCD_SCRIPTS= minerd CONF_FILES+= ${PREFIX}/share/examples/cpuminer/minerd.conf \ --_----------=_1687770802156180--