Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13C1584E55 for ; Mon, 26 Jun 2023 09:31:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DLuHtYSpSFOT for ; Mon, 26 Jun 2023 09:31:36 +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 5C07684CCC for ; Mon, 26 Jun 2023 09:31:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 505DDFA89; Mon, 26 Jun 2023 09:31:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168777189653880" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 09:31:36 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/sysutils/bsdec2-image-upload To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626093136.505DDFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168777189653880 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:31:36 UTC 2023 Modified Files: pkgsrc/sysutils/bsdec2-image-upload: Makefile Log Message: bsdec2-image-upload: SunOS needs libsocket. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/bsdec2-image-upload/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168777189653880 Content-Disposition: inline Content-Length: 801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/bsdec2-image-upload/Makefile diff -u pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.5 pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.6 --- pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.5 Sun Dec 5 18:34:17 2021 +++ pkgsrc/sysutils/bsdec2-image-upload/Makefile Mon Jun 26 09:31:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2021/12/05 18:34:17 maya Exp $ +# $NetBSD: Makefile,v 1.6 2023/06/26 09:31:36 jperkin Exp $ GITHUB_PROJECT= bsdec2-image-upload DISTNAME= 1.4.5 @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR}/bsdec2-image-upload-$ MAKE_ENV+= NOMAN=1 CFLAGS+= -DCERTFILE=\"${PREFIX}/share/mozilla-rootcerts/cacert.pem\" +LDFLAGS.SunOS+= -lsocket + .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mgcc) CFLAGS+= -Wno-error=pointer-sign \ --_----------=_168777189653880--