Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 13:47:49 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174334: [patch] net/zebra: typo in makefile (breaks on bmake)
Message-ID:  <201212101347.qBADlnme048607@red.freebsd.org>
Resent-Message-ID: <201212101350.qBADo0mK073925@freefall.freebsd.org>

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

>Number:         174334
>Category:       ports
>Synopsis:       [patch] net/zebra: typo in makefile (breaks on bmake)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 10 13:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
There is a typo in the makefile that shows when using bmake to execute it. The fix is attached.
>How-To-Repeat:

>Fix:
--- Makefile.orig	2012-11-17 14:23:01.000000000 +0100
+++ Makefile	2012-12-10 14:31:36.405473000 +0100
@@ -119,7 +119,7 @@
 PLIST_SUB+=	RIPNGD="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MVTYSH)
+.if ${PORT_OPTIONS:MVTYSH}
 PLIST_SUB+=	VTYSH=""
 CONFIGURE_ARGS+=--enable-vtysh
 .else


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



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