diff options
author | leot <leot@pkgsrc.org> | 2018-09-18 14:30:17 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-09-18 14:30:17 +0000 |
commit | fc7c93d82256d1b4c0da53e138e2bc75e9cbfb82 (patch) | |
tree | b7f53d5feade8c61333f0c4e5f49bfe0e060c7a0 /misc | |
parent | 9526733646ae7ec42e48fa1db456c012dfe7156f (diff) | |
download | pkgsrc-fc7c93d82256d1b4c0da53e138e2bc75e9cbfb82.tar.gz |
rlwrap: Add URL of upstream pull request in patch-configure.ac
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rlwrap/distinfo | 4 | ||||
-rw-r--r-- | misc/rlwrap/patches/patch-configure.ac | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/misc/rlwrap/distinfo b/misc/rlwrap/distinfo index d5e4256725f..9e7cda81a2c 100644 --- a/misc/rlwrap/distinfo +++ b/misc/rlwrap/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2018/09/18 14:17:26 leot Exp $ +$NetBSD: distinfo,v 1.8 2018/09/18 14:30:17 leot Exp $ SHA1 (rlwrap-0.43.tar.gz) = 0c0a3a6012a003d4ae3a44e9f82f9090b4ac4650 RMD160 (rlwrap-0.43.tar.gz) = 8c122eb2acb8963132be744aae0f6d416169877e SHA512 (rlwrap-0.43.tar.gz) = 4a1440b2eef3a1664c6381eb09c19f4030de2c0ef4f1f3509f7d6e130d3c5e9c3ceb00fc6ea6052b22bbe1f6b162f72e0b47564df34ccecc5220f195c22e86a1 Size (rlwrap-0.43.tar.gz) = 313139 bytes -SHA1 (patch-configure.ac) = b5550f832f276388efa1544ac4f860c338747e2c +SHA1 (patch-configure.ac) = e5eee74d13030454f6453721f7d6292765fd4aac diff --git a/misc/rlwrap/patches/patch-configure.ac b/misc/rlwrap/patches/patch-configure.ac index 641e9a401f7..5233f476206 100644 --- a/misc/rlwrap/patches/patch-configure.ac +++ b/misc/rlwrap/patches/patch-configure.ac @@ -1,4 +1,4 @@ -$NetBSD: patch-configure.ac,v 1.1 2018/09/18 14:17:26 leot Exp $ +$NetBSD: patch-configure.ac,v 1.2 2018/09/18 14:30:17 leot Exp $ Really check for <util.h> needed by openpty(3) at least on NetBSD. @@ -6,6 +6,10 @@ Please note that src/rlwrap.h already checked for HAVE_UTIL_H in src/rlwrap.h but actually HAVE_UTIL_H was never defined because util.h was not added to the AC_CHECK_HEADERS(). +Also reported upstream via: + + <https://github.com/hanslub42/rlwrap/pull/85> + --- configure.ac.orig 2017-03-03 09:41:58.000000000 +0000 +++ configure.ac @@ -102,7 +102,7 @@ AC_CHECK_PROG(STRIP,strip,strip,true) |