ports/174334: [patch] net/zebra: typo in makefile (breaks on bmake)

John Marino draco at marino.st
Mon Dec 10 13:50:00 UTC 2012


>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:


More information about the freebsd-ports-bugs mailing list