pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-line_profiler
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 16 14:23:55 UTC 2021
Modified Files:
pkgsrc/devel/py-line_profiler: distinfo
Added Files:
pkgsrc/devel/py-line_profiler/patches: patch-timers.c
Log Message:
py-line_profiler: remove incorrect check
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-line_profiler/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-line_profiler/patches/patch-timers.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-line_profiler/distinfo
diff -u pkgsrc/devel/py-line_profiler/distinfo:1.4 pkgsrc/devel/py-line_profiler/distinfo:1.5
--- pkgsrc/devel/py-line_profiler/distinfo:1.4 Tue Oct 26 10:18:38 2021
+++ pkgsrc/devel/py-line_profiler/distinfo Thu Dec 16 14:23:55 2021
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:18:38 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/12/16 14:23:55 wiz Exp $
BLAKE2s (line_profiler-2.1.2.tar.gz) = 6a3ff591fdc5b9143db5df4efda3765033309aa546cea513032ff647de457195
SHA512 (line_profiler-2.1.2.tar.gz) = 625a585915d338fe8ef2f37c5b5bc024f769a623380b85725bcf33686e4cc62a211c2e91552e093dee940367b0d2ad306c5cbe7f1e8f1574eb731d128b8e22bd
Size (line_profiler-2.1.2.tar.gz) = 83131 bytes
+SHA1 (patch-timers.c) = 73722f5c9cbe43d8958339e3bfa16467366bf7f1
Added files:
Index: pkgsrc/devel/py-line_profiler/patches/patch-timers.c
diff -u /dev/null pkgsrc/devel/py-line_profiler/patches/patch-timers.c:1.1
--- /dev/null Thu Dec 16 14:23:55 2021
+++ pkgsrc/devel/py-line_profiler/patches/patch-timers.c Thu Dec 16 14:23:55 2021
@@ -0,0 +1,17 @@
+$NetBSD: patch-timers.c,v 1.1 2021/12/16 14:23:55 wiz Exp $
+
+Remove incorrect check.
+
+--- timers.c.orig 2017-12-19 04:44:21.000000000 +0000
++++ timers.c
+@@ -32,10 +32,6 @@ hpTimerUnit(void)
+
+ #else /* !MS_WINDOWS */
+
+-#ifndef HAVE_GETTIMEOFDAY
+-#error "This module requires gettimeofday() on non-Windows platforms!"
+-#endif
+-
+ #if (defined(PYOS_OS2) && defined(PYCC_GCC))
+ #include <sys/time.h>
+ #else
Home |
Main Index |
Thread Index |
Old Index