From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 4 11:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C86E9BB6 for ; Thu, 4 Apr 2013 11:50:00 +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 AFD9A981 for ; Thu, 4 Apr 2013 11:50: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 r34Bo0jo031890 for ; Thu, 4 Apr 2013 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r34Bo0gM031889; Thu, 4 Apr 2013 11:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 4 Apr 2013 11:50:00 GMT Resent-Message-Id: <201304041150.r34Bo0gM031889@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 937E2A4A for ; Thu, 4 Apr 2013 11:44:33 +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 83778930 for ; Thu, 4 Apr 2013 11:44:33 +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 r34BiV9q031180 for ; Thu, 4 Apr 2013 11:44:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r34BiVLG031179; Thu, 4 Apr 2013 11:44:31 GMT (envelope-from nobody) Message-Id: <201304041144.r34BiVLG031179@red.freebsd.org> Date: Thu, 4 Apr 2013 11:44:31 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177628: editors/calligra: [patch] fix typo for mysql option 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: Thu, 04 Apr 2013 11:50:00 -0000 >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: