pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/asapm Changed the error message from PKG_SKIP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ce4a3347634
branches:  trunk
changeset: 521687:5ce4a3347634
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 18 08:27:10 2006 +0000

description:
Changed the error message from PKG_SKIP_REASON to PKG_FAIL_REASON and
improved the text of the message.

diffstat:

 sysutils/asapm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6ad82804e2f -r 5ce4a3347634 sysutils/asapm/Makefile
--- a/sysutils/asapm/Makefile   Sat Nov 18 08:20:44 2006 +0000
+++ b/sysutils/asapm/Makefile   Sat Nov 18 08:27:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/03/04 21:30:40 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/11/18 08:27:10 rillig Exp $
 #
 
 DISTNAME=              asapm-2.11
@@ -13,7 +13,7 @@
 COMMENT=               Laptop battery status display for X11
 
 .if !exists(/usr/include/machine/apmvar.h)
-PKG_SKIP_REASON+=      "APM is not available for ${MACHINE_PLATFORM}"
+PKG_FAIL_REASON+=      "APM needs /usr/include/machine/apmvar.h to build."
 .endif
 
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index