pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/smartmontools Restrict this package to suppor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a8b5deca698
branches:  trunk
changeset: 533213:3a8b5deca698
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Sep 11 11:19:13 2007 +0000

description:
Restrict this package to supported platforms only.  From Sergey Svishchev
in private mail.

diffstat:

 sysutils/smartmontools/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d6a2457eba9f -r 3a8b5deca698 sysutils/smartmontools/Makefile
--- a/sysutils/smartmontools/Makefile   Tue Sep 11 09:28:32 2007 +0000
+++ b/sysutils/smartmontools/Makefile   Tue Sep 11 11:19:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/06/03 10:40:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2007/09/11 11:19:13 jmmv Exp $
 
 DISTNAME=              smartmontools-5.37
 CATEGORIES=            sysutils
@@ -8,6 +8,9 @@
 HOMEPAGE=              http://smartmontools.sourceforge.net/
 COMMENT=               Control and monitor storage systems using SMART
 
+ONLY_FOR_PLATFORM=     Darwin-*-* FreeBSD-*-* Linux-*-*
+ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* SunOS-*-*
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES+=                c++



Home | Main Index | Thread Index | Old Index