Received: by mail.netbsd.org (Postfix, from userid 605) id D2A9F84D6B; Sat, 5 Jan 2019 06:16:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4CBB984D63 for ; Sat, 5 Jan 2019 06:16:15 +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 aux7Tz_adXRN for ; Sat, 5 Jan 2019 06:16:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 948DE84CEF for ; Sat, 5 Jan 2019 06:16:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B162FB16; Sat, 5 Jan 2019 06:16:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154666897498230" MIME-Version: 1.0 Date: Sat, 5 Jan 2019 06:16:14 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/security/nacl To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20190105061614.5B162FB16@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. --_----------=_154666897498230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Jan 5 06:16:14 UTC 2019 Modified Files: pkgsrc/security/nacl: Makefile distinfo Added Files: pkgsrc/security/nacl: buildlink3.mk pkgsrc/security/nacl/patches: patch-do patch-okcompilers_c patch-okcompilers_cpp Log Message: Avoid detecting anything other than the native ABI. Bump PKGREVISION. Add buildlink3.mk. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/nacl/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/security/nacl/buildlink3.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/nacl/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/security/nacl/patches/patch-do \ pkgsrc/security/nacl/patches/patch-okcompilers_c \ pkgsrc/security/nacl/patches/patch-okcompilers_cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154666897498230 Content-Disposition: inline Content-Length: 5028 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/nacl/Makefile diff -u pkgsrc/security/nacl/Makefile:1.3 pkgsrc/security/nacl/Makefile:1.4 --- pkgsrc/security/nacl/Makefile:1.3 Wed Aug 8 08:10:24 2018 +++ pkgsrc/security/nacl/Makefile Sat Jan 5 06:16:14 2019 @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2018/08/08 08:10:24 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/05 06:16:14 schmonz Exp $ DISTNAME= nacl-20110221 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= https://hyperelliptic.org/nacl/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://nacl.cr.yp.to +HOMEPAGE= https://nacl.cr.yp.to/ COMMENT= Secure, usable, fast networking and cryptography library LICENSE= public-domain Index: pkgsrc/security/nacl/distinfo diff -u pkgsrc/security/nacl/distinfo:1.2 pkgsrc/security/nacl/distinfo:1.3 --- pkgsrc/security/nacl/distinfo:1.2 Wed Nov 4 01:17:51 2015 +++ pkgsrc/security/nacl/distinfo Sat Jan 5 06:16:14 2019 @@ -1,6 +1,9 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:17:51 agc Exp $ +$NetBSD: distinfo,v 1.3 2019/01/05 06:16:14 schmonz Exp $ SHA1 (nacl-20110221.tar.bz2) = 6007a6aee249f5a534ec53fddfc364601fba9629 RMD160 (nacl-20110221.tar.bz2) = 2b1d6046ff633cb4d98fa548060de1a96930ed3c SHA512 (nacl-20110221.tar.bz2) = 4c031ceffe6a28dc74b46ac003d485531f78de467c802df73c8b22ca53644dabb7d2e3080b7bdd6583f0d07ad76b6d95bc0ffdce319ca2f80ee041e6fe618656 Size (nacl-20110221.tar.bz2) = 163415 bytes +SHA1 (patch-do) = 590961a4b2daf5693a477b06d35c8ea92f8e3173 +SHA1 (patch-okcompilers_c) = bdbc229671428738e0115551ef1c123f3224d3cf +SHA1 (patch-okcompilers_cpp) = bf5468ce0d0881cbf124cc5590746f685a2c74f5 Added files: Index: pkgsrc/security/nacl/buildlink3.mk diff -u /dev/null pkgsrc/security/nacl/buildlink3.mk:1.1 --- /dev/null Sat Jan 5 06:16:14 2019 +++ pkgsrc/security/nacl/buildlink3.mk Sat Jan 5 06:16:14 2019 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2019/01/05 06:16:14 schmonz Exp $ + +BUILDLINK_TREE+= nacl + +.if !defined(NACL_BUILDLINK3_MK) +NACL_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.nacl+= nacl>=20110221 +BUILDLINK_PKGSRCDIR.nacl?= ../../security/nacl +BUILDLINK_DEPMETHOD.nacl?= build +.endif # NACL_BUILDLINK3_MK + +BUILDLINK_TREE+= -nacl Index: pkgsrc/security/nacl/patches/patch-do diff -u /dev/null pkgsrc/security/nacl/patches/patch-do:1.1 --- /dev/null Sat Jan 5 06:16:14 2019 +++ pkgsrc/security/nacl/patches/patch-do Sat Jan 5 06:16:14 2019 @@ -0,0 +1,25 @@ +$NetBSD: patch-do,v 1.1 2019/01/05 06:16:14 schmonz Exp $ + +Don't bake build host into anything. +Show build output. + +--- do.orig 2011-02-21 01:49:34.000000000 +0000 ++++ do +@@ -6,7 +6,7 @@ + + version=`cat version` + project=nacl +-shorthostname=`hostname | sed 's/\..*//' | tr -cd '[a-z][A-Z][0-9]'` ++shorthostname='pkgsrchostname' + + top="`pwd`/build/$shorthostname" + bin="$top/bin" +@@ -38,7 +38,7 @@ mkdir -p "$bin" + mkdir -p "$lib" + mkdir -p "$include" + +-exec >"$top/log" ++exec | tee "$top/log" + exec 2>&1 + exec 5>"$top/data" + exec