Received: by mail.netbsd.org (Postfix, from userid 605) id EA7ED84DB9; Thu, 4 Aug 2022 08:55:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30C7084D17 for ; Thu, 4 Aug 2022 08:55:13 +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 tBuEDgvEUK0U for ; Thu, 4 Aug 2022 08:55:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B906C84CE2 for ; Thu, 4 Aug 2022 08:55:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B241AFB1A; Thu, 4 Aug 2022 08:55:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165960331299590" MIME-Version: 1.0 Date: Thu, 4 Aug 2022 08:55:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/cmake To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220804085512.B241AFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165960331299590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 4 08:55:12 UTC 2022 Modified Files: pkgsrc/devel/cmake: Makefile Log Message: cmake: strip binaries To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 pkgsrc/devel/cmake/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165960331299590 Content-Disposition: inline Content-Length: 620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/Makefile diff -u pkgsrc/devel/cmake/Makefile:1.194 pkgsrc/devel/cmake/Makefile:1.195 --- pkgsrc/devel/cmake/Makefile:1.194 Fri Jul 29 10:40:21 2022 +++ pkgsrc/devel/cmake/Makefile Thu Aug 4 08:55:12 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.194 2022/07/29 10:40:21 adam Exp $ +# $NetBSD: Makefile,v 1.195 2022/08/04 08:55:12 adam Exp $ .include "Makefile.common" @@ -10,6 +10,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= bootstrap BUILD_TARGET= default_target +INSTALL_TARGET= install/strip CONFIGURE_HAS_MANDIR= no CONFIGURE_ARGS+= --bootstrap-system-libuv --_----------=_165960331299590--