Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 723E984DA9 for ; Mon, 26 Jun 2023 17:28:15 +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 RzXoRSF26Wbt for ; Mon, 26 Jun 2023 17:28:15 +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 EF61684D50 for ; Mon, 26 Jun 2023 17:28:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC2FAFA89; Mon, 26 Jun 2023 17:28:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168780049412960" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 17:28:14 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/sysutils/amtterm To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626172814.DC2FAFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168780049412960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Jun 26 17:28:14 UTC 2023 Modified Files: pkgsrc/sysutils/amtterm: Makefile Log Message: amtterm: SunOS needs libsocket. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/amtterm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168780049412960 Content-Disposition: inline Content-Length: 649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/amtterm/Makefile diff -u pkgsrc/sysutils/amtterm/Makefile:1.45 pkgsrc/sysutils/amtterm/Makefile:1.46 --- pkgsrc/sysutils/amtterm/Makefile:1.45 Sun Jan 29 21:17:43 2023 +++ pkgsrc/sysutils/amtterm/Makefile Mon Jun 26 17:28:14 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2023/01/29 21:17:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2023/06/26 17:28:14 jperkin Exp $ DISTNAME= amtterm-1.6 PKGREVISION= 9 @@ -17,6 +17,8 @@ USE_TOOLS+= gmake pkg-config perl:run t MAKE_FILE= GNUmakefile MAKE_FLAGS+= prefix=${PREFIX} +LDFLAGS.SunOS+= -lsocket + REPLACE_PERL+= amttool .include "options.mk" --_----------=_168780049412960--