summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2010-10-25 22:58:56 +0000
committershattered <shattered@pkgsrc.org>2010-10-25 22:58:56 +0000
commit88cfde756fadfc7a6f5045e0789029a7ab7b1e43 (patch)
treed8c0fa26e77858163abb2d5a862088b8e0dde2c1
parente595688366d4ac5ef6a6716ff46623c4a13c4399 (diff)
downloadpkgsrc-88cfde756fadfc7a6f5045e0789029a7ab7b1e43.tar.gz
(hopefully) make this package actually work on Solaris x86. Reported by Tom Hensel.
-rw-r--r--sysutils/smartmontools/Makefile3
-rw-r--r--sysutils/smartmontools/distinfo4
-rw-r--r--sysutils/smartmontools/patches/patch-ag12
3 files changed, 15 insertions, 4 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index 0ef242d6062..4a323164e08 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2009/01/04 14:08:15 shattered Exp $
+# $NetBSD: Makefile,v 1.17 2010/10/25 22:58:56 shattered Exp $
DISTNAME= smartmontools-5.38
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
diff --git a/sysutils/smartmontools/distinfo b/sysutils/smartmontools/distinfo
index 2dd52e12fa4..c32b0b71a32 100644
--- a/sysutils/smartmontools/distinfo
+++ b/sysutils/smartmontools/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2008/05/17 13:07:54 obache Exp $
+$NetBSD: distinfo,v 1.16 2010/10/25 22:58:56 shattered Exp $
SHA1 (smartmontools-5.38.tar.gz) = 90e36f46af7a35336c63868176aa71deef4c9e66
RMD160 (smartmontools-5.38.tar.gz) = 6fcca6e18b14a14b579e8484c769f36b3ce238ea
Size (smartmontools-5.38.tar.gz) = 617326 bytes
SHA1 (patch-aa) = 98d7fee0a636f430756a9a57776053903d26bb7e
-SHA1 (patch-ag) = c4280d734b4e1f9fa76d9c113ad42e916d8758cb
+SHA1 (patch-ag) = a4efc16ceb1f213979e63d7f8f50cce942c20ccf
SHA1 (patch-ah) = 712cf0cc567221a92d38d8b3c4623902705b6dfa
diff --git a/sysutils/smartmontools/patches/patch-ag b/sysutils/smartmontools/patches/patch-ag
index 0f7b8a94161..3a81e461609 100644
--- a/sysutils/smartmontools/patches/patch-ag
+++ b/sysutils/smartmontools/patches/patch-ag
@@ -1,9 +1,19 @@
-$NetBSD: patch-ag,v 1.1 2008/05/17 13:07:54 obache Exp $
+$NetBSD: patch-ag,v 1.2 2010/10/25 22:58:56 shattered Exp $
+Match pkgsrc's --host=i386-sun-solaris2, too.
Avoid special man page section handling for Solaris (PR 38199).
--- configure.orig 2008-03-10 10:44:14.000000000 +0000
+++ configure
+@@ -8067,7 +8067,7 @@ _ACEOF
+
+ os_libs=''
+ ;;
+- *-pc-solaris*)
++ *-*-solaris*)
+
+ cat >>confdefs.h <<_ACEOF
+ #define DEFAULT_MAILER "mailx"
@@ -8141,13 +8141,8 @@ else
OS_DARWIN_FALSE=
fi