aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-25 15:38:47 +0800
committerkrion <krion@FreeBSD.org>2004-03-25 15:38:47 +0800
commit4414102071be269d3d5e37920178c6c51fb88b93 (patch)
treef78947e2e68303fb206de5f2e85ce55a68881913 /databases
parent55bbac6cb2176a49258c2a4c7785ead2881211d3 (diff)
downloadfreebsd-ports-gnome-4414102071be269d3d5e37920178c6c51fb88b93.tar.gz
freebsd-ports-gnome-4414102071be269d3d5e37920178c6c51fb88b93.tar.zst
freebsd-ports-gnome-4414102071be269d3d5e37920178c6c51fb88b93.zip
- Fix default options
PR: ports/64674 Submitted by: maintainer
Diffstat (limited to 'databases')
-rw-r--r--databases/hk_classes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index 5cd2df612d91..64c9b2dfc44a 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -26,11 +26,10 @@ LDCONFIG_DIRS+= ${PREFIX}/lib/hk_classes/
OPTIONS= MYSQL "Build MySQL driver" on \
POSTGRESQL "Build PostrgreSQL driver" off \
ODBC "Build unixODBC driver" off
-WITH_MYSQL?= yes
.include <bsd.port.pre.mk>
-.if defined(WITH_MYSQL)
+.if !defined(WITHOUT_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql-dir=${LOCALBASE} \
--with-mysql-incdir=${LOCALBASE}/include/mysql \
oc2013-evolution/commit/mail/em-format-html.c?h=EVOLUTION_3_4_2&id=394e580dfdb04342c2e457ced400908e4dd5c88e'>Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0 * Bug 650522 - em-format-html: Fix uninitialized variableColin Walters2011-05-191-1/+1 * Coding style cleanups.Matthew Barnes2011-05-091-42/+42 * Whitespace and coding style cleanups.Matthew Barnes2011-05-081-7/+7 * Bug #303653 - Make headers collapsable in preview paneDan Vrátil2011-04-271-5/+147 * Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2 * Bug #643297 - multipart/related formatter skips the last partMilan Crha2011-02-281-1/+1 * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3 * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-3/+1 * Bug #250046 - Quote names in addresses when necessary in mail previewMilan Crha2010-12-161-1/+7 * Bug #436914 - Reply to inline GPG quotes raw GPG messageMilan Crha2010-12-131-1/+1 * Simplify EActivity.Matthew Barnes2010-10-231-10/+12 * Fix a runtime warning from the enum change.Matthew Barnes2010-10-191-2/+2 * Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-14/+13 * Bug #630375 - Character encoding of GPG encrypted message not honoredMilan Crha2010-10-131-0/+10 * Adapt to Camel API changes.Matthew Barnes2010-09-281-98/+155 * Pass GCancellable to Camel.Matthew Barnes2010-09-281-52/+111 * Coding style cleanups.Matthew Barnes2010-09-131-212/+212 * Various memory leaksMilan Crha2010-09-081-2/+2 * Bug 627611 - Memory leak in efh_format_header()David Woodhouse2010-08-241-3/+3 * Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-2/+2 * EMFormat cleanups.Matthew Barnes2010-08-101-2/+2 * More code cleanup.Matthew Barnes2010-07-271-1/+1 * Coding style and whitespace cleanup.Matthew Barnes2010-07-261-3/+3 * Make clutter mode even more appealing.Srinivasa Ragavan2010-07-261-1/+6 * Bug #623035 - Crash when printing email with too many recipientsMilan Crha2010-07-141-0/+2 * Fix places where "~/.evolution" is hard-coded.Matthew Barnes2010-07-091-5/+3 * Migrate from CamelException to GError.Matthew Barnes2010-07-091-32/+40 * Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-22/+56 * Bug #531912 - Mail inline parser doesn't always workMilan Crha2010-05-141-1/+1 * Camel is now GObject-based.Matthew Barnes2010-04-241-29/+29 * Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-3/+7 * Bug #614325 - Shrink/expand To,Cc header images is missingMilan Crha2010-04-081-47/+21 * Adapt to Camel API changes.Matthew Barnes2010-04-041-21/+27 * Only #include Camel's top-level header.Matthew Barnes2010-04-031-20/+0 * Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-11/+9 * Fix mismatched quotes.Matthew Barnes2010-03-291-2/+2 * Add an extension to configure EMFormatHTML.Matthew Barnes2010-03-201-0/+12 * Work-around a problem with urls on windowsFridrich Strba2010-03-111-2/+24 * Use proper URIs in markup and be consistent in directory namesFridrich Strba2010-03-111-6/+17 * Remove dead assignments found by clang.Matthew Barnes2010-01-161-7/+1 * Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1 * Bug #553057 - Show signer's information in a message window/previewMatthew W. S. Bell2009-12-171-2/+59 * BUG 600217:Crashes in emfh_multipart_related_checkBharath Acharya2009-11-131-0/+6 * Add zooming and drag-and-drop to the plugin.Matthew Barnes2009-11-101-4/+0 * Prototype an inline image plugin.Matthew Barnes2009-11-101-0/+4 * Bug #597582 - Original Date: header should be given precedenceDavid Woodhouse2009-11-051-15/+68 * Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-271-67/+113 * Bug #468736 - Prevent recursion in em-formatMilan Crha2009-10-161-1/+7 * Bug 593614 - efh_format_secure() recurses foreverMatthew Barnes2009-09-011-1/+1 * Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-19/+15 * More whitespace cleanup.Matthew Barnes2009-07-191-1/+1 * Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0 * Stop abusing forward declarations.Matthew Barnes2009-06-191-1/+1 * More code cleanup.Matthew Barnes2009-06-021-3/+3 * Prefer GLib basic types over C types.Matthew Barnes2009-05-271-78/+78 * Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-65/+63 |\ | * Remove trailing whitespace, again.Matthew Barnes2009-05-271-35/+35 | * Fix compiler warnings in mail.Matthew Barnes2009-05-261-28/+28 | * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1 | * ** Fix for bug #569700Milan Crha2009-02-111-0/+4 | * ** Fix for bug #333716Milan Crha2009-02-111-9/+8 | * ** Part of fix for bug #555888Milan Crha2009-02-091-3/+5 | * ** Fix for bug #569986Srinivasa Ragavan2009-02-031-1/+1 | * Do not display the default headers when all the headers are disabled inBharath Acharya2008-11-131-1/+1 | * ** Fix for BNC bug #437226 Proper message is missing in mail sent byBharath Acharya2008-11-071-12/+13 | * ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-011-1/+1 | * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-14/+14 | * ** Fix for bug #539536Sankarasivasubramanian Pasupathilingam2008-09-151-3/+5 | * Patch from Moritz Mertinkat <moritz@mertinkat.net> (Added meaningful user ag...Suman Manjunath2008-08-131-0/+1 | * ** Fix for bug #546668Paul Bolle2008-08-071-2/+1 | * Patch from Paul Bolle <pebolle@tiscali.nl>: Fixes bug #537088 (Message heade...Suman Manjunath2008-08-041-2/+2 | * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-07-211-4/+19 * | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1 * | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-241-4/+0 * | Split the interactive parts of the message display out of EMFormatHTMLDisplayMatthew Barnes2009-03-011-361/+388 * | Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-191-145/+650 * | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-13/+18 * | Tweak the EShell API.Matthew Barnes2009-01-081-1/+0 * | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-13/+14 * | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-1/+1 * | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-4/+0 * | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-17/+19 * | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-0/+1 * | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-8/+22 |/ * Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #538741 (Strip prece...Suman Manjunath2008-06-221-1/+1 * fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1 * ** Fix for bug #423395Milan Crha2008-06-191-4/+7 * ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-1/+2 * ** Fix a bunch of compiler warnings.Matthew Barnes2008-05-231-1/+1 * ** Fixes part of bug #424744Matthew Barnes2008-05-071-2/+2 * ** Fixes bug #531426Matthew Barnes2008-05-061-1/+1 * ** Fix for bug #511337Milan Crha2008-04-291-0/+4 * ** Fix for bug #529247Johan Euphrosine2008-04-281-10/+11 * Fix the Mailer header displaySrinivasa Ragavan2008-04-281-1/+1 * ** Fix for bug #529375Milan Crha2008-04-231-1/+1 * ** Fix for bug #334444Srinivasa Ragavan2008-04-211-0/+4 * Fix a corner case that I missed in my last commit.Matthew Barnes2008-04-061-1/+1 * Same as below.Jeffrey Stedfast2008-04-051-1/+1 * Need to unfold some headers. Also simplified figuring out the label.Jeffrey Stedfast2008-04-051-81/+105 * Fix an implicit function declaration.Milan Crha2008-03-131-0/+1 * ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-1/+4 * ** Fix for bug #515659Paul Bolle2008-02-161-0/+6 * Decode the right thingy. Fixes a regression in decoding of face headerSankar P2008-01-101-1/+1 * Fix bug #309432 : RTL headersDjihed Afifi2008-01-091-10/+28 * ** Fixes bug #362638Matthew Barnes2007-12-211-22/+22 * ** Fix for bug #493783Milan Crha2007-11-201-4/+5 * ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-89/+89 * Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-291-1/+1 * ** Fixes bug #437579Matthew Barnes2007-10-101-6/+0 * ** Fixes bug #469657Matthew Barnes2007-10-021-15/+13 * Display Face header value if contacts doesn't have any image associatedSankar P2007-10-011-3/+5 * ** Fixes part of bug #474000Matthew Barnes2007-09-281-11/+9 * Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1 * ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-2/+5 * Fix a typo build breakSrinivasa Ragavan2007-08-271-1/+1 * ** Fix for bug #256878 from Vincent UntzSrinivasa Ragavan2007-08-271-3/+4 * 2007-08-24 mcrha Fix for bug #385414 by makuchaku (Mayank)Milan Crha2007-08-241-1/+1 * 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-0/+11 * Do not show "on-behalf-of" band for all messages, instead check forVeerapuram Varadhan2007-08-011-2/+5 * Marked a string for translation.Chenthill Palanisamy2007-07-301-1/+1 * Display a information string if a from and sender are different.Chenthill Palanisamy2007-07-301-1/+58 * 2007-07-30 Part of fix for bug #360461 - Avoid markup in translatable messagesMilan Crha2007-07-301-2/+6 * ** Fix for bug #459030Srinivasa Ragavan2007-07-291-9/+9 * 2007-07-26 mcrha Fix for bug #273386Milan Crha2007-07-261-3/+8 * Decodes Face header and displays the image.Sankar P2007-07-171-2/+28 * ** Fix for bug #312370 from B S SrinidhiSrinivasa Ragavan2007-07-071-3/+17 * Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-7/+7 * ** Adds support for Contact Image in the preview paneSrinivasa Ragavan2007-06-021-1/+30 * Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+1 * Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-1/+1 * ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1 * ** Fixes bug #350253Matthew Barnes2007-02-131-11/+16 * Fix for bug #337439 DoS attach with large emailsSrinivasa Ragavan2006-11-271-4/+4 * UUEncoded calendars will be displayed as calendars, not as plain text.Nick Sukharev2006-09-301-1/+1 * ** Fix for bug #341932 Patch from Roozbeh PournaderSrinivasa Ragavan2006-09-291-1/+1 * Fix for a crash during displaying camel address group.Srinivasa Ragavan2006-08-281-1/+1 * Plug a leak.Kjartan Maraas2006-08-171-0/+1 * Fix build on Win32, where EVOLUTION_ICONSDIR is a function call.Tor Lillqvist2006-06-131-6/+6 * Fix for a plus/minor header.Srinivasa Ragavan2006-06-071-1/+1 * Added support for collapsible headers for To/Cc/BccSrinivasa Ragavan2006-05-251-9/+85 * s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-0/+2 * Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-1/+1 * em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-2/+19 * ** See bug #314440.Not Zed2005-08-261-1/+16 * put the s/mime message back, awaiting string approval for a changeNot Zed2005-08-191-114/+0 * Added code to create a attachment bar.Srinivasa Ragavan2005-07-251-0/+6 * implement extraction of inline signed/encrypted pgp parts and package themMatt Brown2005-07-011-5/+120 * ** See bug #307398Not Zed2005-06-251-4/+19 * fix rodney's name choices. fix multiple-inclusion. fix forward references.Not Zed2005-05-191-7/+17 * removed include of htmlengine.h which wasn't neededRadek Doulik2005-05-171-1/+0 * Don't show multiple "Mailer" headers even if multipleJeffrey Stedfast2005-03-181-1/+4 * include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-2/+1 * Don't use the pre-UTF-8 converted subject header string from theJeffrey Stedfast2005-02-251-1/+1 * ** See bug #67083Not Zed2005-01-311-2/+2 * kill old 'load http 0 now=0' debug.Not Zed2005-01-181-1/+0 * Moved various things from e-util to libedataserver.Not Zed2004-12-031-4/+4