ports/101342: [PATCH] sysutils/apcupsd: Remove support for building without pthreads
Shane Bell
decept0 at gmail.com
Fri Aug 4 05:30:15 UTC 2006
>Number: 101342
>Category: ports
>Synopsis: [PATCH] sysutils/apcupsd: Remove support for building without pthreads
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 04 05:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Shane Bell
>Release:
>Organization:
>Environment:
>Description:
Remove option to build without pthreads support, as support for this was removed in 3.12.0
http://sourceforge.net/project/shownotes.php?group_id=54413&release_id=413549
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/sysutils/apcupsd/Makefile apcupsd/Makefile
--- /usr/ports/sysutils/apcupsd/Makefile Wed May 3 09:06:54 2006
+++ apcupsd/Makefile Fri Aug 4 17:18:39 2006
@@ -38,11 +38,10 @@
MAN8= apcupsd.8
-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!)" on
-OPTIONS+= SNMP "Compile with SNMP Support (READ MANUAL!)" on
-OPTIONS+= PTHREADS "Compile without pthreads support (READ MANUAL!)" off
+OPTIONS= CLIENT_ONLY "Build apcupsd client only (no network server)" off \
+ CGI "Compile with CGI programms to show status" off \
+ USB "Compile with USB Support (READ MANUAL!)" on \
+ SNMP "Compile with SNMP Support (READ MANUAL!)" on
IGNOREFILES= ${PORTNAME}.pdf
PORTDOCS= ${PORTNAME}.pdf
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list