summaryrefslogtreecommitdiff
path: root/sysutils/smartmontools/patches
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-09-24 22:30:29 +0000
committertnn <tnn@pkgsrc.org>2015-09-24 22:30:29 +0000
commitfc1f44ceda15cc88421d89746a274a38f509fc22 (patch)
treef55890f94764fa6b7b2e4a4ee3f8cd0bfbd87622 /sysutils/smartmontools/patches
parent0c8095ff3b9668cf6234ce3332f180b315278a8d (diff)
downloadpkgsrc-fc1f44ceda15cc88421d89746a274a38f509fc22.tar.gz
update to smartmontools-6.4 (2015-06-04)
- Device type '-d usbprolific' for Prolific PL2571/277x USB bridges. - SAT: Support for ATA registers returned in fixed format sense data. - smartctl '-i' and '--identify': ATA ACS-4 and SATA 3.2 enhancements. - smartctl '-l xerror': Support for logs with more than 255 pages. - smartctl '-l devstat': Prints ACS-3 DSN flags. - smartctl '-l devstat': Read via SMART command if GP log is not available. - smartctl '-l scttempsts': Prints SCT SMART STATUS (ACS-4) and vendor specific SCT bytes. - configure option '--with-systemdenvfile=auto' as new default. - configure options '--disable-drivedb', '--enable-savestates' and '--enable-attributelog' are deprecated. - Corresponding '--with-*' options are enhanced accordingly. - Configure option '--with-docdir' is deprecated. - autoconf < 2.60 and automake < 1.10 are deprecated. (all of the above still work but a warning is printed if used) - HDD, SSD and USB additions to drive database. - Linux: AACRAID fixes, SMART STATUS should work now. - Linux: '/dev/megaraid_sas_ioctl_node' fd leak fix. - Darwin: '-S' command implemented, '-l devstat' should work now. - Cygwin: Compile fix. - Windows: Device type '-d aacraid' for AACRAID controllers. - Windows: SAT autodetection based on IOCTL_STORAGE_QUERY_PROPERTY. - Windows installer: Fix possible loss of user PATH environment variable.
Diffstat (limited to 'sysutils/smartmontools/patches')
-rw-r--r--sysutils/smartmontools/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/smartmontools/patches/patch-aa b/sysutils/smartmontools/patches/patch-aa
index 0a736a00d02..8cff33042d5 100644
--- a/sysutils/smartmontools/patches/patch-aa
+++ b/sysutils/smartmontools/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.8 2015/04/08 01:43:33 rodent Exp $
+$NetBSD: patch-aa,v 1.9 2015/09/24 22:30:29 tnn Exp $
Don't install Linux init.d files nor CONF_FILES.
---- Makefile.in.orig 2014-07-26 09:50:18.000000000 +0000
+--- Makefile.in.orig 2015-06-04 16:30:22.000000000 +0000
+++ Makefile.in
-@@ -182,11 +182,10 @@ mkinstalldirs = $(install_sh) -d
+@@ -189,11 +189,10 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -17,17 +17,17 @@ Don't install Linux init.d files nor CONF_FILES.
"$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"
PROGRAMS = $(sbin_PROGRAMS)
am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \
-@@ -585,8 +584,7 @@ docs_DATA = \
+@@ -595,8 +594,7 @@ docs_DATA = \
+ INSTALL \
NEWS \
README \
- TODO \
-- WARNINGS \
+- TODO \
- smartd.conf
-+ WARNINGS
++ TODO
examplesdir = $(exampledir)
examples_DATA = \
-@@ -1666,7 +1664,7 @@ info-am:
+@@ -1686,7 +1684,7 @@ info-am:
install-data-am: install-data-local install-docsDATA \
install-drivedbDATA install-examplesDATA \