Commit Graph

47 Commits

Author SHA1 Message Date
kn
05993b0b71 Fix "atascsi_passthru_done, timeout"
Turns out, the current Version of smartmontools sets the timeout in
ata.passthru to 60 instead of 60000. (Missing conversion from seconds
to milliseconds)

In Upstream commit 9c2f3a38063c4c6837507373c4dc4c9b1e3e7e81 from
2020-06-05 fixes this.

Since there were also API-Changes, i could not just import the fix.

The patch below patches just the timeout to fix our version.
When smartmontools 7.2 is released the patch should be obsolete.


Report (above), diff and tests from Martin Ziemer (maintainer), thanks!
2020-09-01 15:46:04 +00:00
sthen
f9a4c7d3e5 update to smartmontools-7.41, and replace a patch with a post-install target.
from Martin Ziemer who takes maintainer.
2020-02-19 17:46:52 +00:00
jasper
aa91902694 regen patch 2019-11-14 19:19:30 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
danj
05a7ec7904 Remove giovanni@ as maintainer per his request 2019-05-02 14:51:49 +00:00
cwen
1fdd118784 Update smartmontools to 7.0
Changelog:
https://www.smartmontools.org/browser/tags/RELEASE_7_0/smartmontools/NEWS

OK giovanni@ (MAINTAINER) who had the same diff
2019-03-01 19:35:34 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
jca
15e3b2d939 Requires a C++11 but doesn't use it (yet), just skip the test 2017-12-14 06:00:17 +00:00
giovanni
b25affa4ad Update to 6.6 2017-12-01 17:10:48 +00:00
jca
28f62434ad Build smartmontools on all architectures.
There's no good reason to restrict this to only a few tested
architectures, the package is fast to build and might be useful
elsewhere.  If it doesn't build on some architectures, we can fix it or
use NOT_FOR_ARCHS.  ok giovanni@ (maintainer)
2017-08-08 06:36:03 +00:00
juanfra
d1712288c6 Add mips64el. Works on my Loongson. OK giovanni@ (MAINTAINER). 2017-08-04 23:37:41 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
giovanni
14ca5e72ff spring cleanup, no functional change
bump just to be sure
spotted and ok Rafael Sadowski
2017-04-21 17:08:01 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
giovanni
a0af46b4bd add missing patch eated by cvs 2016-07-01 16:51:16 +00:00
giovanni
5ab5130b12 Update to 6.5
added support for more drives and bug fixing
2016-07-01 16:48:04 +00:00
giovanni
a227a842b3 Update to 6.4
from Brian Conway with a tweak by me
2015-09-22 22:21:10 +00:00
giovanni
4dc6f99f0d Update to 6.3 2015-05-18 17:17:40 +00:00
naddy
6bb8d0674b Drop USE_GROFF from ports where the formatting differences are acceptable
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
giovanni
0209646877 Bugfix update to 6.2
disks database has been updated and more disks are now correctly
detected
2014-07-12 09:48:57 +00:00
giovanni
5e9390ccc3 Bugfix update to 6.1
move examples where they belong
macppc test by Jan Stary, thanks
2013-03-22 17:55:42 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
giovanni
90c893d237 Update to 6.0
test on powerpc and ok sthen@, landry@
2012-11-29 14:07:22 +00:00
sthen
aa66ceb738 zap some trailing whitespace mostly on HOMEPAGE lines 2012-10-15 14:55:43 +00:00
giovanni
5f519eacf3 Update to 5.43 2012-07-08 15:13:22 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
giovanni
8de5e2cca6 Bugfix update to version 5.42 2011-11-10 18:41:22 +00:00
giovanni
a61d324385 Update to 5.41, initial diff by robert at openbsd dot pap dot st
with tweaks by me.
2011-06-21 08:48:34 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
49e114bcbc pexp is useless here. 2010-11-23 18:53:46 +00:00
giovanni
2523c6b887 Update to 5.40, add rcscript and a patch to correctly handle hw.disknames 2010-11-23 18:21:45 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
709b054ab9 USE_GROFF=Yes 2010-10-19 07:43:00 +00:00
giovanni
2b5f881e48 Bugfix update to 5.39.1 2010-03-22 10:39:57 +00:00
giovanni
f9165a8ba6 Update to 5.39, add powerpc to ONLY_FOR_ARCHS, fix license
ok sthen@
2010-01-11 15:15:28 +00:00
sthen
8a38ce0032 fix comment typo 2009-05-17 09:09:23 +00:00
okan
616d1113b6 update to 5.38
from Giovanni Bechis (new MAINTAINER), ok old MAINTAINER

ok merdely@
2008-04-08 19:48:16 +00:00
okan
8364ddbe85 - alter documentation destination.
- install sample smartd.conf.
- clean out empty patch.
- remove some less than useful files.

original diff from Giovanni Bechis < bigionews at snb.it > via ports@.

ok ajacoutot@ merdely@
2007-11-20 21:24:28 +00:00
pyr
f205dd17d6 update to 5.37 from Romain Gaillegue <romain@biscotte.net> (maintainer).
original submission by Giovanni Bechis <bigionews@snb.it>.
2007-11-09 13:35:37 +00:00
merdely
e8e53f5b6b Remove surrounding quotes in COMMENT-*/PERMIT_*/IGNORE 2007-09-15 21:14:00 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
brad
80b69938a4 enable this port on amd64. 2006-01-16 01:05:27 +00:00
kurt
b20d316d8d Import smarmontools 5.33
Controls and monitors storage systems using the Self-Monitoring, 
Analysis and Reporting Technology System (SMART) built into most
modern ATA and SCSI hard disks. In many cases, these utilities 
will provide advanced warning of disk degradation and failure.

For now i386 only (Some issues noticed on macppc)

Soekris users with internal hdd will like this port.

From Romain GAILLEGUE <romain@biscotte.net>
2005-03-08 01:47:26 +00:00