Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nUTC2ajU; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZozsNVtK Received: by mail.netbsd.org (Postfix, from userid 605) id 21CFA84EEB; Mon, 6 May 2024 12:37:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714999041; bh=1vJS3W4mNu3mOnCEzRyr8XMdQAXVC2sM+n9zx9DhQUw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=nUTC2ajUZeiDtxKAl+Y1MUi5+x4Mwfn52/yf4xZo7H1taftFzO33NaIXZ6tjPxV/0 B7qGbpPlQkAJZs0kMBURXb+dEPaIBimdUZkU+kolj2TLp4Su+S3THwzWcEk5jUACBG nV7T+DDFnhUhPwIe+aDQHD+kTlztSDcCRWRizKdw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 119FB84EE7 for ; Mon, 6 May 2024 12:37:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fTW_5CjWWqlj for ; Mon, 6 May 2024 12:37:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9721984EE2 for ; Mon, 6 May 2024 12:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714999039; bh=1vJS3W4mNu3mOnCEzRyr8XMdQAXVC2sM+n9zx9DhQUw=; h=Date:From:Subject:To:Reply-To; b=ZozsNVtKz3P0mv3SUvf5DCPSiw/hjcVRnNX3lAaNt5+FQcx8HcbxqL11OY+ztBZ3j ImhHWOGni4mjv6T1tEFH/O5gZisW5c+6aXFkOt37HIs0PmI4/tdClLa7PSILSSIAEA 2kfVpn5s/VU6NaOOspLj8MjOjB8SqdaQYQnCBUjI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86089FA2C; Mon, 6 May 2024 12:37:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714999039223650" MIME-Version: 1.0 Date: Mon, 6 May 2024 12:37:19 +0000 From: "Nathanial Sloss" Subject: CVS commit: pkgsrc/x11/tinyx-wscons To: pkgsrc-changes@NetBSD.org Reply-To: nat@netbsd.org X-Mailer: log_accum Message-Id: <20240506123719.86089FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714999039223650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nat Date: Mon May 6 12:37:19 UTC 2024 Modified Files: pkgsrc/x11/tinyx-wscons: Makefile Log Message: Strip the binary prior to installation. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/tinyx-wscons/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714999039223650 Content-Disposition: inline Content-Length: 635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/tinyx-wscons/Makefile diff -u pkgsrc/x11/tinyx-wscons/Makefile:1.3 pkgsrc/x11/tinyx-wscons/Makefile:1.4 --- pkgsrc/x11/tinyx-wscons/Makefile:1.3 Mon May 6 08:37:18 2024 +++ pkgsrc/x11/tinyx-wscons/Makefile Mon May 6 12:37:19 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2024/05/06 08:37:18 nia Exp $ +# $NetBSD: Makefile,v 1.4 2024/05/06 12:37:19 nat Exp $ VERSION= 0.3 GITHUB_PROJECT= tinyx-wscons @@ -33,6 +33,7 @@ do-configure: do-install: .for f in Xwscons + ${STRIP} ${WRKSRC}/kdrive/wscons/${f} ${INSTALL_SCRIPT} ${WRKSRC}/kdrive/wscons/${f} ${DESTDIR}${PREFIX}/sbin .endfor --_----------=_1714999039223650--