Commit Graph

12 Commits

Author SHA1 Message Date
Maxim Storchak b8ae5cfef2 smartmontools: update to 6.6
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2017-12-09 15:35:24 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Florian Fainelli 482499b60b smartmontools: Fix build with CONFIG_USE_LIBSTDCXX
The Makefile would still force the use of and linking against uClibc++
even though libstdc++ may have been chosen, which would result in the
package depending on libstdcpp ($(CXX_DEPENDS) but we would still be
missing an libuClibc++ library depdency.

Fix this by looking at CONFIG_USE_UCLIBCXX to adjust the configure
script variables.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 18:16:41 -07:00
Maxim Storchak 7e582975b2 smartmontools: update to 6.5
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-05-28 23:48:10 +03:00
Maxim Storchak 15330a002e smartmontools: update to 6.4
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-06-14 22:13:43 +03:00
Jo-Philipp Wich efe52d2fe5 Merge pull request #762 from jow-/smartmontools-autoreconf
smartmontools: use generic autoreconf fixup
2015-01-10 18:48:20 +01:00
Jo-Philipp Wich 2e92e83d10 smartmontools: use generic autoreconf fixup
Instead of using the broken upstream autogen.sh, utilize then generic
autoreconf PKG_FIXUP.

This fixes the following configure error after the recent automake
update in trunk:

-- 8< --
You must have at least GNU Automake 1.7 (up to 1.14) installed
in order to bootstrap smartmontools from SVN. Download the
appropriate package for your distribution, or the source tarball
from ftp://ftp.gnu.org/gnu/automake/ .

Also note that support for new Automake series (anything newer
than 1.14) is only added after extensive tests. If you live in
the bleeding edge, you should know what you're doing, mainly how
to test it before the developers. Be patient.
make[2]: *** [.../.configured_] Error 1
-- >8 --

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 16:02:56 +01:00
Maxim Storchak c2de9f0992 smartmontools: add license file
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:05:43 +02:00
Maxim Storchak 2e89e2d772 smartmontools: update to 6.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-08-13 13:19:14 +03:00
Maxim Storchak 4b3d142810 Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, haserl, smartmontools, tmux
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-08-09 15:47:18 +03:00
Stefan Hellermann 5b1470dc04 smartmontools: remove stale dependency on rsync
rsync is in no way related to smartmontools. Additionally rsync
is missing in the new github repo.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-06-22 16:20:23 +02:00
Maxim Storchak 4be8af07c2 smartmontools: import from packages, update to the latest release
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-14 15:02:18 +03:00