Received: by mail.netbsd.org (Postfix, from userid 605) id ED71784D8C; Wed, 24 Apr 2019 22:59:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7594984D6F for ; Wed, 24 Apr 2019 22:59:18 +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 j864HkuBEGUf for ; Wed, 24 Apr 2019 22:59:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CED1D84D6D for ; Wed, 24 Apr 2019 22:59:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C91C8FB16; Wed, 24 Apr 2019 22:59:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556146757241150" MIME-Version: 1.0 Date: Wed, 24 Apr 2019 22:59:17 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/go-protobuf To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190424225917.C91C8FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1556146757241150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Wed Apr 24 22:59:17 UTC 2019 Modified Files: pkgsrc/devel/go-protobuf: Makefile Log Message: go-protobuf: no need for CHECK_RELRO_SKIP now that we already skip static binaries. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/go-protobuf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556146757241150 Content-Disposition: inline Content-Length: 667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/go-protobuf/Makefile diff -u pkgsrc/devel/go-protobuf/Makefile:1.19 pkgsrc/devel/go-protobuf/Makefile:1.20 --- pkgsrc/devel/go-protobuf/Makefile:1.19 Tue Apr 16 18:41:11 2019 +++ pkgsrc/devel/go-protobuf/Makefile Wed Apr 24 22:59:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/16 18:41:11 bsiegert Exp $ +# $NetBSD: Makefile,v 1.20 2019/04/24 22:59:17 maya Exp $ DISTNAME= go-protobuf-1.3.1 PKGREVISION= 2 @@ -20,7 +20,5 @@ GO_BUILD_PATTERN+= ${GO_SRCPATH}/${godir REPLACE_SH+= regenerate.sh -CHECK_RELRO_SKIP+= bin/protoc-gen-go - .include "../../lang/go/go-package.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1556146757241150--