Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Apr 2006 12:36:16 -0400 (EDT)
From:      Dan Langille <dan@langille.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Langille <dand@langille.org>
Subject:   ports/95313: sysutils/apcupsd : make config options overlap on screen
Message-ID:  <20060404163616.2E93A3E87@xeon.unixathome.org>
Resent-Message-ID: <200604041640.k34GeHiQ034486@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95313
>Category:       ports
>Synopsis:       sysutils/apcupsd : make config options overlap on screen
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 04 16:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 6.1-PRERELEASE
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD ngaio.unixathome.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb  3 19:02:33 EST 2006     dan@ngaio.unixathome.org:/usr/obj/usr/src/sys/NGAIO  i386


	
>Description:
The options for sysutils/apcupsd are too long.  They overlap and
are hard to read.
	
>How-To-Repeat:
	
cd /usr/ports/sysutils/apcupsd
make config

>Fix:

	

--- apcupsd.patch begins here ---
--- Makefile.org	Tue Apr  4 12:28:50 2006
+++ Makefile	Tue Apr  4 12:28:50 2006
@@ -30,9 +30,9 @@
 
 OPTIONS=	CLIENT_ONLY "Build apcupsd client only (no network server)" off
 OPTIONS+=	CGI "Compile with CGI programms to show status" off
-OPTIONS+=	USB "Compile with USB Support (READ MANUAL!!!)" off
-OPTIONS+=	SNMP "Compile with SNMP Support (READ MANUAL!!!)" off
-OPTIONS+=	NOPTHREADS "Compile without pthreads support (READ MANUAL!!!)" off
+OPTIONS+=	USB "Compile with USB Support (READ MANUAL!)" off
+OPTIONS+=	SNMP "Compile with SNMP Support (READ MANUAL!)" off
+OPTIONS+=	NOPTHREADS "Compile without pthreads support (READ MANUAL!)" off
 
 .include <bsd.port.pre.mk>
 
--- apcupsd.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060404163616.2E93A3E87>