diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-05-22 19:17:51 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-06-19 17:28:03 +0000 |
| commit | bc32a602f66313b05050aa81827461847ba3e8d3 (patch) | |
| tree | f36a279b9fcb24c4f8b1cbe611f49938179b77e7 /databases/rrdtool/files | |
| parent | a8f9609454ea529f938c518385296b4999e27a06 (diff) | |
Diffstat (limited to 'databases/rrdtool/files')
| -rw-r--r-- | databases/rrdtool/files/extra-patch-locktimeout | 19 | ||||
| -rw-r--r-- | databases/rrdtool/files/patch-bindings_Makefile.in | 13 | ||||
| -rw-r--r-- | databases/rrdtool/files/patch-configure | 18 | ||||
| -rw-r--r-- | databases/rrdtool/files/patch-examples_Makefile.in | 4 | ||||
| -rw-r--r-- | databases/rrdtool/files/patch-examples_rrdcached_Makefile.in | 4 |
5 files changed, 34 insertions, 24 deletions
diff --git a/databases/rrdtool/files/extra-patch-locktimeout b/databases/rrdtool/files/extra-patch-locktimeout index 9d6d4607a7fb..6cb8cac225d8 100644 --- a/databases/rrdtool/files/extra-patch-locktimeout +++ b/databases/rrdtool/files/extra-patch-locktimeout @@ -1,6 +1,6 @@ ---- src/rrd_open.c.orig 2019-05-28 01:48:09.000000000 +0700 -+++ src/rrd_open.c 2022-07-11 00:05:29.242533000 +0700 -@@ -32,6 +32,16 @@ +--- src/rrd_open.c.orig 2026-05-19 19:35:26 UTC ++++ src/rrd_open.c +@@ -33,6 +33,16 @@ #include "rrd_rados.h" #endif @@ -17,7 +17,7 @@ #define MEMBLK 8192 #ifdef _WIN32 -@@ -776,8 +786,9 @@ int rrd_rwlock( +@@ -799,8 +809,9 @@ int rrd_rwlock( return 0; } #endif @@ -28,7 +28,7 @@ rrd_simple_file = (rrd_simple_file_t *) rrd_file->pvt; #ifdef USE_WINDOWS_LOCK -@@ -786,6 +797,25 @@ int rrd_rwlock( +@@ -809,6 +820,25 @@ int rrd_rwlock( /* Silence unused parameter compiler warning */ (void) writelock; #else @@ -53,10 +53,11 @@ + } { struct flock lock; - ---- doc/rrdtool.pod.orig 2019-02-04 20:54:28.000000000 +0700 -+++ doc/rrdtool.pod 2022-07-11 00:37:16.486373000 +0700 -@@ -321,6 +321,21 @@ + int op = lock_mode == RRD_LOCK_TRY ? F_SETLK : F_SETLKW; + +--- doc/rrdtool.pod.orig 2026-05-19 19:34:20 UTC ++++ doc/rrdtool.pod +@@ -356,6 +356,21 @@ stress on your disks. L<rrdcached>, a caching daemon for RRDtool which may help you lessen the stress on your disks. diff --git a/databases/rrdtool/files/patch-bindings_Makefile.in b/databases/rrdtool/files/patch-bindings_Makefile.in index a874e91ffa7b..dfd8472e1a37 100644 --- a/databases/rrdtool/files/patch-bindings_Makefile.in +++ b/databases/rrdtool/files/patch-bindings_Makefile.in @@ -1,6 +1,6 @@ ---- bindings/Makefile.in.orig 2022-03-14 14:29:39 UTC +--- bindings/Makefile.in.orig 2026-05-19 19:34:45 UTC +++ bindings/Makefile.in -@@ -727,11 +727,11 @@ all-local: @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@ +@@ -728,11 +728,11 @@ install-data-local: install-data-local: $(AM_V_GEN)test -f ${builddir}/perl-piped/Makefile \ && ( cd ${builddir}/perl-piped \ @@ -14,3 +14,12 @@ || true $(AM_V_GEN)test -f ${builddir}/ruby/Makefile \ && ( cd ${builddir}/ruby \ +@@ -741,7 +741,7 @@ install-data-local: + $(AM_V_GEN)test -f ${builddir}/python/dist/*.whl \ + && ( $(PYTHON) -m pip install --upgrade --no-index --no-deps \ + --no-cache-dir --disable-pip-version-check \ +- --target=$(DESTDIR)$(libdir)/python3/site-packages \ ++ --target=$(DESTDIR)$(pythondir) \ + ${builddir}/python/dist/*.whl ) \ + || true + diff --git a/databases/rrdtool/files/patch-configure b/databases/rrdtool/files/patch-configure index a70b30a69a20..37839b3d9c1e 100644 --- a/databases/rrdtool/files/patch-configure +++ b/databases/rrdtool/files/patch-configure @@ -1,17 +1,17 @@ ---- configure.orig 2022-03-14 14:29:38 UTC +--- configure.orig 2026-05-19 19:34:43 UTC +++ configure -@@ -22491,7 +22491,7 @@ fi - if test "${enable_ruby_site_install+set}" = set; then : +@@ -24003,7 +24003,7 @@ else $as_nop + then : enableval=$enable_ruby_site_install; RUBY_MAKE_OPTIONS= - else + else $as_nop - RUBY_MAKE_OPTIONS="sitedir=$langpref/lib/ruby" + RUBY_MAKE_OPTIONS="PREFIX=$langpref INSTALL_BASE= LIB=$langpref/lib/ruby" fi -@@ -28807,19 +28807,6 @@ $as_echo_n "checking in... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5 - $as_echo "and out again" >&6; } +@@ -30583,19 +30583,6 @@ printf "%s\n" "and out again" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: and out again" >&5 + printf "%s\n" "and out again" >&6; } -echo $ECHO_N "ordering CD from https://tobi.oetiker.ch/wish $ECHO_C" 1>&6 -sleep 1 @@ -23,8 +23,8 @@ -sleep 1 -echo $ECHO_N ".$ECHO_C" 1>&6 -sleep 1 --{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5 --$as_echo " just kidding ;-)" >&6; } +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5 +-printf "%s\n" " just kidding ;-)" >&6; } -echo echo "----------------------------------------------------------------" echo "Config is DONE!" diff --git a/databases/rrdtool/files/patch-examples_Makefile.in b/databases/rrdtool/files/patch-examples_Makefile.in index e5e0b6a5f497..8f8c1b8255c4 100644 --- a/databases/rrdtool/files/patch-examples_Makefile.in +++ b/databases/rrdtool/files/patch-examples_Makefile.in @@ -1,6 +1,6 @@ ---- examples/Makefile.in.orig 2022-03-14 14:29:40 UTC +--- examples/Makefile.in.orig 2026-05-19 19:34:45 UTC +++ examples/Makefile.in -@@ -431,7 +431,7 @@ top_builddir = @top_builddir@ +@@ -433,7 +433,7 @@ EXTRA_DIST = cgi-demo.cgi.in stripes.py top_srcdir = @top_srcdir@ SUBDIRS = rrdcached EXTRA_DIST = cgi-demo.cgi.in stripes.py diff --git a/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in b/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in index 795905d8894b..566472836e45 100644 --- a/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in +++ b/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in @@ -1,6 +1,6 @@ ---- examples/rrdcached/Makefile.in.orig 2022-03-14 14:29:40 UTC +--- examples/rrdcached/Makefile.in.orig 2026-05-19 19:34:45 UTC +++ examples/rrdcached/Makefile.in -@@ -368,7 +368,7 @@ target_vendor = @target_vendor@ +@@ -372,7 +372,7 @@ top_srcdir = @top_srcdir@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ |
