Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2013 11:44:31 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177628: editors/calligra: [patch] fix typo for mysql option
Message-ID:  <201304041144.r34BiVLG031179@red.freebsd.org>
Resent-Message-ID: <201304041150.r34Bo0gM031889@freefall.freebsd.org>

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

>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:



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