Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2013 12:00:16 +0200 (CEST)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180488: Typo in OPTIONS_DEFINE.
Message-ID:  <20130712100016.24F6F14269C@aragorn.in.absolight.net>
Resent-Message-ID: <201307121010.r6CAA0IQ066783@freefall.freebsd.org>

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

>Number:         180488
>Category:       ports
>Synopsis:       Typo in OPTIONS_DEFINE.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 12 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:
There's a typo which makes it impossible to choose the HUB option.
>How-To-Repeat:
>Fix:

--- diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 322825)
+++ Makefile	(working copy)
@@ -44,7 +44,7 @@
 		--with-fd-setsize=1024 \
 		--enable-dynamic-linking
 
-OPTIONS_DEFINE=	HIB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
+OPTIONS_DEFINE=	HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
 OPTIONS_DEFAULT=	HUB
 HUB_DESC=	Configure as a hub (otherwise configure as a leaf)
 NOSPOOF_DESC=	Enable anti-spoof protection
--- diff ends here ---


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



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