pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/fio
Module Name: pkgsrc
Committed By: nia
Date: Mon Dec 2 07:50:52 UTC 2024
Modified Files:
pkgsrc/benchmarks/fio: distinfo
pkgsrc/benchmarks/fio/patches: patch-Makefile
Log Message:
fio: Honour PKGMANDIR.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/benchmarks/fio/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/benchmarks/fio/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/fio/distinfo
diff -u pkgsrc/benchmarks/fio/distinfo:1.9 pkgsrc/benchmarks/fio/distinfo:1.10
--- pkgsrc/benchmarks/fio/distinfo:1.9 Tue Oct 26 10:02:51 2021
+++ pkgsrc/benchmarks/fio/distinfo Mon Dec 2 07:50:52 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:02:51 nia Exp $
+$NetBSD: distinfo,v 1.10 2024/12/02 07:50:52 nia Exp $
BLAKE2s (fio-3.19.tar.gz) = a21a5a5837529417436c185e01899e3034bd318771da983f5a3f55b143e699b2
SHA512 (fio-3.19.tar.gz) = 2154fb1c91f30c56182a85f0011ad5d1d25f3857a33165ea46f15a413bc8e47d0150026a7f87e901bcb5d587bc96bf22e62bc689bcfdc99976d82808f58a99fe
Size (fio-3.19.tar.gz) = 1006012 bytes
-SHA1 (patch-Makefile) = 68e3c357c0b91ac121b02bd4d5d0ca3c637dbc15
+SHA1 (patch-Makefile) = 3f880d6bd6dbc5304ab03bdf06aa71b0e822690b
SHA1 (patch-diskutil.h) = 711c141f8ed6fbd2786da243b3324937c6e198d6
Index: pkgsrc/benchmarks/fio/patches/patch-Makefile
diff -u pkgsrc/benchmarks/fio/patches/patch-Makefile:1.5 pkgsrc/benchmarks/fio/patches/patch-Makefile:1.6
--- pkgsrc/benchmarks/fio/patches/patch-Makefile:1.5 Thu Apr 30 09:42:27 2020
+++ pkgsrc/benchmarks/fio/patches/patch-Makefile Mon Dec 2 07:50:52 2024
@@ -1,6 +1,6 @@
-$NetBSD: patch-Makefile,v 1.5 2020/04/30 09:42:27 jperkin Exp $
+$NetBSD: patch-Makefile,v 1.6 2024/12/02 07:50:52 nia Exp $
-Use pkgsrc install.
+Use pkgsrc install and PKGMANDIR.
--- Makefile.orig 2020-03-12 17:12:50.000000000 +0000
+++ Makefile
@@ -13,3 +13,18 @@ Use pkgsrc install.
INSTALL = ginstall
else
INSTALL = install
+@@ -366,13 +366,8 @@ endif
+ prefix = $(INSTALL_PREFIX)
+ bindir = $(prefix)/bin
+
+-ifeq ($(CONFIG_TARGET_OS), Darwin)
+-mandir = /usr/share/man
+-sharedir = /usr/share/fio
+-else
+-mandir = $(prefix)/man
++mandir = $(prefix)/$(PKGMANDIR)
+ sharedir = $(prefix)/share/fio
+-endif
+
+ all: $(PROGS) $(T_TEST_PROGS) $(UT_PROGS) $(SCRIPTS) FORCE
+
Home |
Main Index |
Thread Index |
Old Index