pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/bash Fixed pkglint warnings.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1df200b41161
branches: trunk
changeset: 348263:1df200b41161
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Jun 11 12:54:24 2016 +0000
description:
Fixed pkglint warnings.
diffstat:
shells/bash/Makefile | 4 ++--
shells/bash/distinfo | 8 ++++----
shells/bash/patches/patch-af | 4 +++-
shells/bash/patches/patch-ag | 4 +++-
shells/bash/patches/patch-builtins_ulimit.def | 3 ++-
5 files changed, 14 insertions(+), 9 deletions(-)
diffs (76 lines):
diff -r ada5f2b7fccc -r 1df200b41161 shells/bash/Makefile
--- a/shells/bash/Makefile Sat Jun 11 12:47:40 2016 +0000
+++ b/shells/bash/Makefile Sat Jun 11 12:54:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2015/06/07 05:49:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2016/06/11 12:54:24 rillig Exp $
BASH_VERSION= 4.3
BASH_PATCHLEVEL= 039
@@ -65,7 +65,7 @@
## Static link
##
.if !empty(PKG_OPTIONS:Mstatic)
-CONFIGURE_ARGS+= --enable-static-link
+CONFIGURE_ARGS+= --enable-static-link
BUILDLINK_DEPMETHOD.gettext= build
BUILDLINK_DEPMETHOD.readline= build
.endif
diff -r ada5f2b7fccc -r 1df200b41161 shells/bash/distinfo
--- a/shells/bash/distinfo Sat Jun 11 12:47:40 2016 +0000
+++ b/shells/bash/distinfo Sat Jun 11 12:54:24 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.42 2015/11/02 23:00:34 agc Exp $
+$NetBSD: distinfo,v 1.43 2016/06/11 12:54:24 rillig Exp $
SHA1 (bash-4.3.tar.gz) = 45ac3c5727e7262334f4dfadecdf601b39434e84
RMD160 (bash-4.3.tar.gz) = cd21a9f51ea7780994d4e2c9c7d16d5eb000f845
@@ -160,10 +160,10 @@
RMD160 (bash43-039) = 50a2c9c3271242ab8d38b4e7b258c4ad631026d8
SHA512 (bash43-039) = f9745a05bfbbe39f8e5af3865de3a32391d7ff291289977e23340c79a3783b4fad15bdcf8ce62478916b43fe18501c4d7c65cd54d3c20e8bb889919df48a9a19
Size (bash43-039) = 1531 bytes
-SHA1 (patch-af) = 31cb0d8af1e9e83bf1cc9094475c710792ca2a1c
-SHA1 (patch-ag) = 61573c7b068b1e9df886655efb3d89c89643f25e
+SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
+SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0
-SHA1 (patch-builtins_ulimit.def) = 2106ed5b76f8bccb8d82f9ada70b336675bf6672
+SHA1 (patch-builtins_ulimit.def) = 1390069344607204eb3abbd6ddeb148ff590c55e
SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d
SHA1 (patch-lib_readline_colors.c) = f2f47e7aa0b5c1e999368109de10f80e39fd4438
SHA1 (patch-shell.c) = daa07914d4c318cd72463f80344f4f7c364809cd
diff -r ada5f2b7fccc -r 1df200b41161 shells/bash/patches/patch-af
--- a/shells/bash/patches/patch-af Sat Jun 11 12:47:40 2016 +0000
+++ b/shells/bash/patches/patch-af Sat Jun 11 12:54:24 2016 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-af,v 1.7 2015/03/07 22:40:48 rodent Exp $
+$NetBSD: patch-af,v 1.8 2016/06/11 12:54:24 rillig Exp $
+
+Fixes PRIdMAX and PRIuMAX on AIX < 5.1.
--- builtins/printf.def.orig 2014-01-03 15:35:33.000000000 +0000
+++ builtins/printf.def
diff -r ada5f2b7fccc -r 1df200b41161 shells/bash/patches/patch-ag
--- a/shells/bash/patches/patch-ag Sat Jun 11 12:47:40 2016 +0000
+++ b/shells/bash/patches/patch-ag Sat Jun 11 12:54:24 2016 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ag,v 1.3 2015/03/07 22:40:48 rodent Exp $
+$NetBSD: patch-ag,v 1.4 2016/06/11 12:54:24 rillig Exp $
+
+Use the definition of errno from <errno.h>.
--- builtins/psize.c.orig 2008-08-14 19:56:53.000000000 +0000
+++ builtins/psize.c
diff -r ada5f2b7fccc -r 1df200b41161 shells/bash/patches/patch-builtins_ulimit.def
--- a/shells/bash/patches/patch-builtins_ulimit.def Sat Jun 11 12:47:40 2016 +0000
+++ b/shells/bash/patches/patch-builtins_ulimit.def Sat Jun 11 12:54:24 2016 +0000
@@ -1,7 +1,8 @@
-$NetBSD: patch-builtins_ulimit.def,v 1.2 2015/03/07 22:40:48 rodent Exp $
+$NetBSD: patch-builtins_ulimit.def,v 1.3 2016/06/11 12:54:24 rillig Exp $
Add support for the "number of threads" ulimit that appeared
in NetBSD 6.99.x.
+
--- builtins/ulimit.def.orig 2013-11-01 01:46:06.000000000 +0000
+++ builtins/ulimit.def
@@ -143,6 +143,10 @@ extern int errno;
Home |
Main Index |
Thread Index |
Old Index