ports/177024: graphics/colord: [PATCH] typo in Makefile
John Marino
draco at marino.st
Sat Mar 16 15:40:01 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list