Bug 177628 - editors/calligra: [patch] fix typo for mysql option
Summary: editors/calligra: [patch] fix typo for mysql option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 12:50 UTC by John Marino
Modified: 2013-04-23 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (276 bytes, patch)
2013-04-04 12:50 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-04-04 12:50:00 UTC
There is a typo in the makefile of calligra.  Fix attached.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-04 12:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-23 11:08:03 UTC
Author: avilla
Date: Tue Apr 23 10:07:55 2013
New Revision: 316331
URL: http://svnweb.freebsd.org/changeset/ports/316331

Log:
  - Fix MySQL option.
  
  PR:		177628
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/editors/calligra/Makefile

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Tue Apr 23 10:04:39 2013	(r316330)
+++ head/editors/calligra/Makefile	Tue Apr 23 10:07:55 2013	(r316331)
@@ -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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alberto Villa freebsd_committer freebsd_triage 2013-04-23 11:09:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!