Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3F85D1A9239 for ; Sun, 23 Jan 2022 11:02:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 723BB84D51; Sun, 23 Jan 2022 11:02:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA54384D43 for ; Sun, 23 Jan 2022 11:02:03 +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 qc__ML5KPJwZ for ; Sun, 23 Jan 2022 11:02:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F5DB84C13 for ; Sun, 23 Jan 2022 11:02:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08F63FB24; Sun, 23 Jan 2022 11:02:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642935723140340" MIME-Version: 1.0 Date: Sun, 23 Jan 2022 11:02:03 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/lang/go-bin To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20220123110203.08F63FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642935723140340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Jan 23 11:02:02 UTC 2022 Modified Files: pkgsrc/lang/go-bin: Makefile Log Message: Mark the package as MKPIE-unsupported To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/go-bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642935723140340 Content-Disposition: inline Content-Length: 753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/go-bin/Makefile diff -u pkgsrc/lang/go-bin/Makefile:1.8 pkgsrc/lang/go-bin/Makefile:1.9 --- pkgsrc/lang/go-bin/Makefile:1.8 Wed Jul 14 18:38:58 2021 +++ pkgsrc/lang/go-bin/Makefile Sun Jan 23 11:02:02 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2021/07/14 18:38:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2022/01/23 11:02:02 pho Exp $ PKGNAME= go-bin-1.14.2 PKGREVISION= 4 @@ -16,6 +16,9 @@ USE_LANGUAGES= # none USE_TOOLS+= pax perl:run bash:run WRKSRC= ${WRKDIR}/go +# Binary distributions are not built as PIE. +MKPIE_SUPPORTED= no + REPLACE_PERL+= src/*/*.pl src/*/*/*.pl REPLACE_PERL+= src/net/http/cgi/testdata/test.cgi REPLACE_BASH+= */*.bash */*/*.bash */*/*/*.bash */*/*/*/*/*/*.bash --_----------=_1642935723140340--