ports/177628: editors/calligra: [patch] fix typo for mysql option

John Marino draco at marino.st
Thu Apr 4 11:50:00 UTC 2013


>Number:         177628
>Category:       ports
>Synopsis:       editors/calligra: [patch] fix typo for mysql option
>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:   Thu Apr 04 11:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
There is a typo in the makefile of calligra.  Fix attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-04-04 08:46:54.808355000 +0000
+++ Makefile
@@ -100,7 +100,7 @@ PLIST_SUB+=	MARBLE="@comment "
 USE_MYSQL=	yes
 PLIST_SUB+=	MYSQL=""
 .else
-CMAKE_ARGS+=	-DWITH_MySQL:BOOL=FASE
+CMAKE_ARGS+=	-DWITH_MySQL:BOOL=FALSE
 PLIST_SUB+=	MYSQL="@comment "
 .endif
 


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


More information about the freebsd-ports-bugs mailing list