pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/memtestplus Enable "iso" by default.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/201db6a197f2
branches:  trunk
changeset: 635390:201db6a197f2
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jun 04 16:07:34 2014 +0000

description:
Enable "iso" by default.

This makes the package more useful for users of binary packages, who
can then burn a bootable memtest CD, and only costs 1.8 MB without
adding any run-time dependencies.  Source users get a dependency on
cdrtools, but that's likely already installed, and the option can
easily be turned off in that case (unlike binary package users, who
can't change options).

diffstat:

 sysutils/memtestplus/Makefile   |  3 ++-
 sysutils/memtestplus/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 336c22531464 -r 201db6a197f2 sysutils/memtestplus/Makefile
--- a/sysutils/memtestplus/Makefile     Wed Jun 04 14:24:37 2014 +0000
+++ b/sysutils/memtestplus/Makefile     Wed Jun 04 16:07:34 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/12/22 21:32:36 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/06/04 16:07:34 gdt Exp $
 #
 
 # Note -- version number also in the do-install rule
@@ -7,6 +7,7 @@
 
 DISTNAME=              memtest86+-${MAJVER}.${MINVER}
 PKGNAME=               memtestplus-${MAJVER}.${MINVER}
+PKGREVISION=           1
 CATEGORIES=            sysutils
 MASTER_SITES=          http://www.memtest.org/download/${MAJVER}.${MINVER}/
 
diff -r 336c22531464 -r 201db6a197f2 sysutils/memtestplus/options.mk
--- a/sysutils/memtestplus/options.mk   Wed Jun 04 14:24:37 2014 +0000
+++ b/sysutils/memtestplus/options.mk   Wed Jun 04 16:07:34 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2008/11/24 04:06:00 smb Exp $
+# $NetBSD: options.mk,v 1.6 2014/06/04 16:07:34 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.memtestplus
 PKG_SUPPORTED_OPTIONS= iso serialconsole
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= iso
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index