Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1ECA84E55 for ; Mon, 26 Jun 2023 09:33:02 +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 qfomM9nMWL1e for ; Mon, 26 Jun 2023 09:33:02 +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 7645584CCC for ; Mon, 26 Jun 2023 09:33:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73B4EFA89; Mon, 26 Jun 2023 09:33:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168777198236260" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 09:33:02 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/www/surf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626093302.73B4EFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168777198236260 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:33:02 UTC 2023 Modified Files: pkgsrc/www/surf: Makefile Log Message: surf: SunOS needs libsocket. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/surf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168777198236260 Content-Disposition: inline Content-Length: 599 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/surf/Makefile diff -u pkgsrc/www/surf/Makefile:1.10 pkgsrc/www/surf/Makefile:1.11 --- pkgsrc/www/surf/Makefile:1.10 Wed Apr 19 08:11:52 2023 +++ pkgsrc/www/surf/Makefile Mon Jun 26 09:33:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2023/04/19 08:11:52 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/06/26 09:33:02 jperkin Exp $ DISTNAME= surf-2.1 PKGREVISION= 9 @@ -12,6 +12,8 @@ LICENSE= mit USE_TOOLS+= pkg-config +LDFLAGS.SunOS+= -lsocket + SUBST_CLASSES+= configmk SUBST_STAGE.configmk= pre-configure SUBST_MESSAGE.configmk= Fixing config.mk --_----------=_168777198236260--