pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/nacl Avoid detecting anything other than the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ed61757215c
branches: trunk
changeset: 327642:2ed61757215c
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Jan 05 06:16:14 2019 +0000
description:
Avoid detecting anything other than the native ABI. Bump PKGREVISION.
Add buildlink3.mk.
diffstat:
security/nacl/Makefile | 5 +++--
security/nacl/buildlink3.mk | 13 +++++++++++++
security/nacl/distinfo | 5 ++++-
security/nacl/patches/patch-do | 25 +++++++++++++++++++++++++
security/nacl/patches/patch-okcompilers_c | 18 ++++++++++++++++++
security/nacl/patches/patch-okcompilers_cpp | 18 ++++++++++++++++++
6 files changed, 81 insertions(+), 3 deletions(-)
diffs (123 lines):
diff -r a8b0db58878f -r 2ed61757215c security/nacl/Makefile
--- a/security/nacl/Makefile Sat Jan 05 03:02:42 2019 +0000
+++ b/security/nacl/Makefile Sat Jan 05 06:16:14 2019 +0000
@@ -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@localhost
-HOMEPAGE= https://nacl.cr.yp.to
+HOMEPAGE= https://nacl.cr.yp.to/
COMMENT= Secure, usable, fast networking and cryptography library
LICENSE= public-domain
diff -r a8b0db58878f -r 2ed61757215c security/nacl/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/nacl/buildlink3.mk Sat Jan 05 06:16:14 2019 +0000
@@ -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
diff -r a8b0db58878f -r 2ed61757215c security/nacl/distinfo
--- a/security/nacl/distinfo Sat Jan 05 03:02:42 2019 +0000
+++ b/security/nacl/distinfo Sat Jan 05 06:16:14 2019 +0000
@@ -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
diff -r a8b0db58878f -r 2ed61757215c security/nacl/patches/patch-do
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/nacl/patches/patch-do Sat Jan 05 06:16:14 2019 +0000
@@ -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 </dev/null
diff -r a8b0db58878f -r 2ed61757215c security/nacl/patches/patch-okcompilers_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/nacl/patches/patch-okcompilers_c Sat Jan 05 06:16:14 2019 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-okcompilers_c,v 1.1 2019/01/05 06:16:14 schmonz Exp $
+
+Don't override the system's usual ABI.
+
+--- okcompilers/c.orig 2011-02-21 01:49:34.000000000 +0000
++++ okcompilers/c
+@@ -1,8 +1,5 @@
+-gcc -m64 -O3 -fomit-frame-pointer -funroll-loops
+-gcc -m64 -O -fomit-frame-pointer
+-gcc -m64 -fomit-frame-pointer
+-gcc -m32 -O3 -fomit-frame-pointer -funroll-loops
+-gcc -m32 -O -fomit-frame-pointer
+-gcc -m32 -fomit-frame-pointer
++gcc -O3 -fomit-frame-pointer -funroll-loops
++gcc -O -fomit-frame-pointer
++gcc -fomit-frame-pointer
+ spu-gcc -mstdmain -march=cell -O3 -funroll-loops -fomit-frame-pointer -Drandom=rand -Dsrandom=srand
+ spu-gcc -mstdmain -march=cell -O -fomit-frame-pointer -Drandom=rand -Dsrandom=srand
diff -r a8b0db58878f -r 2ed61757215c security/nacl/patches/patch-okcompilers_cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/nacl/patches/patch-okcompilers_cpp Sat Jan 05 06:16:14 2019 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-okcompilers_cpp,v 1.1 2019/01/05 06:16:14 schmonz Exp $
+
+Don't override the system's usual ABI.
+
+--- okcompilers/cpp.orig 2011-02-21 01:49:34.000000000 +0000
++++ okcompilers/cpp
+@@ -1,8 +1,5 @@
+-g++ -m64 -O3 -fomit-frame-pointer -funroll-loops
+-g++ -m64 -O -fomit-frame-pointer
+-g++ -m64 -fomit-frame-pointer
+-g++ -m32 -O3 -fomit-frame-pointer -funroll-loops
+-g++ -m32 -O -fomit-frame-pointer
+-g++ -m32 -fomit-frame-pointer
++g++ -O3 -fomit-frame-pointer -funroll-loops
++g++ -O -fomit-frame-pointer
++g++ -fomit-frame-pointer
+ spu-g++ -mstdmain -march=cell -O3 -funroll-loops -fomit-frame-pointer -Drandom=rand -Dsrandom=srand
+ spu-g++ -mstdmain -march=cell -O -fomit-frame-pointer -Drandom=rand -Dsrandom=srand
Home |
Main Index |
Thread Index |
Old Index