pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/grep grep: Avoid conflict with sys/limits.h g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26fac4d409c6
branches:  trunk
changeset: 406329:26fac4d409c6
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 19 09:36:33 2019 +0000

description:
grep: Avoid conflict with sys/limits.h guard.

diffstat:

 textproc/grep/distinfo                       |   3 ++-
 textproc/grep/patches/patch-lib_sys-limits.h |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 4ed3ab990140 -r 26fac4d409c6 textproc/grep/distinfo
--- a/textproc/grep/distinfo    Thu Dec 19 01:12:59 2019 +0000
+++ b/textproc/grep/distinfo    Thu Dec 19 09:36:33 2019 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.26 2019/12/15 21:12:33 rhialto Exp $
+$NetBSD: distinfo,v 1.27 2019/12/19 09:36:33 jperkin Exp $
 
 SHA1 (grep-3.3.tar.xz) = e0befe21e7d9caa8e5e98385c96355d890f83123
 RMD160 (grep-3.3.tar.xz) = dd32e6f23b55fd7bde6adec25c4d2666b9d4daf1
 SHA512 (grep-3.3.tar.xz) = e4805dbddf7cd0f0faf412557d408509650c1ccf703bc450f10a3f727c690dbfaa1235aa81939a0e4b7ac6190f88c15ea1fcc562b343d4b4c7550f967aeb15db
 Size (grep-3.3.tar.xz) = 1473056 bytes
+SHA1 (patch-lib_sys-limits.h) = 5676dd55df15d5dc8460d2e5e9bbe2e8848ebccc
 SHA1 (patch-src_Makefile.in) = 9efe4748d4b1ff33adca4e251e2e4249c62f0035
diff -r 4ed3ab990140 -r 26fac4d409c6 textproc/grep/patches/patch-lib_sys-limits.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/grep/patches/patch-lib_sys-limits.h      Thu Dec 19 09:36:33 2019 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-lib_sys-limits.h,v 1.1 2019/12/19 09:36:33 jperkin Exp $
+
+Avoid conflict with sys/limits.h guard.
+
+--- lib/sys-limits.h.orig      2018-06-24 23:17:59.000000000 +0000
++++ lib/sys-limits.h
+@@ -15,8 +15,8 @@
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, see <https://www.gnu.org/licenses/>.  */
+ 
+-#ifndef _SYS_LIMITS_H
+-#define _SYS_LIMITS_H
++#ifndef _GREP_SYS_LIMITS_H
++#define _GREP_SYS_LIMITS_H
+ 
+ #include <limits.h>
+ 



Home | Main Index | Thread Index | Old Index