From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 16 15:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 33E96FC9 for ; Sat, 16 Mar 2013 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E9F25280 for ; Sat, 16 Mar 2013 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2GFe0Je047203 for ; Sat, 16 Mar 2013 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2GFe0U8047202; Sat, 16 Mar 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 16 Mar 2013 15:40:00 GMT Resent-Message-Id: <201303161540.r2GFe0U8047202@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EAAECEFF for ; Sat, 16 Mar 2013 15:30:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DB4E1246 for ; Sat, 16 Mar 2013 15:30:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2GFUagA020825 for ; Sat, 16 Mar 2013 15:30:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2GFUaxY020824; Sat, 16 Mar 2013 15:30:36 GMT (envelope-from nobody) Message-Id: <201303161530.r2GFUaxY020824@red.freebsd.org> Date: Sat, 16 Mar 2013 15:30:36 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177024: graphics/colord: [PATCH] typo in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 15:40:01 -0000 >Number: 177024 >Category: ports >Synopsis: graphics/colord: [PATCH] typo in Makefile >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: Sat Mar 16 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: There is a typo in graphics/colord makefile regarding port options. BMAKE will choke on it. See patch for fix. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-03-16 15:17:50.028088000 +0000 +++ Makefile @@ -57,7 +57,7 @@ post-patch: -e 's|-Wmissing-parameter-type||g' \ -e 's|LIBS="-lusb-1.0|LIBS="-lusb|g' \ ${WRKSRC}/configure -.if empty(PORT_OPTIONS:MMANPAGES} +.if !{PORT_OPTIONS:MMANPAGES} @${REINPLACE_CMD} -e "s|2MAN_TRUE=$$|2MAN_TRUE='#'|g ; \ s|2MAN_FALSE='#'|2MAN_FALSE=|g" ${WRKSRC}/configure .endif >Release-Note: >Audit-Trail: >Unformatted: