pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/apcupsd Enable USB by default, it works fine ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/defc55c9615f
branches:  trunk
changeset: 522780:defc55c9615f
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Wed Dec 20 20:49:12 2006 +0000

description:
Enable USB by default, it works fine once uhidev is disabled in kernel
and doesn't hurt serial connections. Bump pkgrevision.

diffstat:

 sysutils/apcupsd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 798ab1cb175c -r defc55c9615f sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Wed Dec 20 17:44:15 2006 +0000
+++ b/sysutils/apcupsd/Makefile Wed Dec 20 20:49:12 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2006/11/17 19:51:20 bouyer Exp $
+# $NetBSD: Makefile,v 1.47 2006/12/20 20:49:12 bouyer Exp $
 
 DISTNAME=              apcupsd-3.12.4
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=apcupsd/}
+PKGREVISION=           1
 
 MAINTAINER=            bouyer%NetBSD.org@localhost
 HOMEPAGE=              http://www.apcupsd.org/
@@ -24,6 +25,7 @@
 #CONFIGURE_ARGS+=      --enable-powerflute     # compile powerflute program
 
 CONFIGURE_ARGS+=       --enable-net            # enable NIS network driver
+CONFIGURE_ARGS+=       --enable-usb            # enable USB network driver
 #CONFIGURE_ARGS+=      --enable-snmp           # enable SNMP driver
 CONFIGURE_ARGS+=       --with-catgets          # use catgets functions
 CONFIGURE_ARGS+=       --enable-nls            # i18n support



Home | Main Index | Thread Index | Old Index