Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C7CA84E72 for ; Mon, 26 Jun 2023 09:20:59 +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 obKIQy3YOIgU for ; Mon, 26 Jun 2023 09:20:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E68E84CCC for ; Mon, 26 Jun 2023 09:20:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BC98FA89; Mon, 26 Jun 2023 09:20:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168777125966420" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 09:20:59 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/dante To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626092059.1BC98FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168777125966420 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:20:59 UTC 2023 Modified Files: pkgsrc/net/dante: Makefile Log Message: dante: SunOS needs libnsl. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/dante/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168777125966420 Content-Disposition: inline Content-Length: 695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dante/Makefile diff -u pkgsrc/net/dante/Makefile:1.29 pkgsrc/net/dante/Makefile:1.30 --- pkgsrc/net/dante/Makefile:1.29 Tue Jun 1 07:42:08 2021 +++ pkgsrc/net/dante/Makefile Mon Jun 26 09:20:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2021/06/01 07:42:08 adam Exp $ +# $NetBSD: Makefile,v 1.30 2023/06/26 09:20:58 jperkin Exp $ DISTNAME= dante-1.4.3 CATEGORIES= net security @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-socks-conf=${PKG_SYSCONFDIR}/socks.conf CONFIGURE_ARGS+= --with-sockd-conf=${PKG_SYSCONFDIR}/sockd.conf +LDFLAGS.SunOS+= -lnsl + CHECK_PORTABILITY_SKIP= contrib/StartupItems.Dante RCD_SCRIPTS= sockd --_----------=_168777125966420--