Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 13:17:42 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174330: [patch] x11-wm/fluxbox: typo in makefile (breaks on bmake)
Message-ID:  <201212101317.qBADHgFQ062113@red.freebsd.org>
Resent-Message-ID: <201212101320.qBADK0XE072925@freefall.freebsd.org>

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

>Number:         174330
>Category:       ports
>Synopsis:       [patch] x11-wm/fluxbox: 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:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
There is a typo in the x11-wm/fluxbox makefile that shows when using bmake to execute it.  Fix attached.
>How-To-Repeat:
Run makefile through bmake
>Fix:
--- Makefile.orig	2012-12-03 14:22:54.000000000 +0100
+++ Makefile	2012-12-10 14:05:43.819432000 +0100
@@ -124,7 +124,7 @@
 		${WRKSRC}/util/fluxbox-generate_menu.in
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/util/fbsetbg
-.if empty(PORT_OPTIONS:MNLS}
+.if empty(PORT_OPTIONS:MNLS)
 	@${REINPLACE_CMD} -e 's|HAVE_ICONV=yes|HAVE_ICONV=no|g' \
 		${WRKSRC}/configure
 .endif

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



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