Date: Sat, 16 Mar 2013 15:30:36 GMT From: John Marino <draco@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177024: graphics/colord: [PATCH] typo in Makefile Message-ID: <201303161530.r2GFUaxY020824@red.freebsd.org> Resent-Message-ID: <201303161540.r2GFe0U8047202@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303161530.r2GFUaxY020824>