summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-30Fix PLIST.gnome entrymarkd1-2/+2
2015-08-30Build on linux (where likely to find alsa in base system).markd2-2/+10
2015-08-30Fix build on Linux.markd3-5/+26
2015-08-30Updated www/ikiwiki to 3.20150614nb1schmonz1-1/+2
2015-08-30Apply upstream patch to fix [[!meta name=foo]] by closing the open quote.schmonz3-2/+18
Bump PKGREVISION.
2015-08-30Fix PLIST for cups option.markd2-2/+7
2015-08-30Updated www/php-ja-wordpress to 4.3ryoon1-1/+2
2015-08-30Update to 4.3ryoon3-14/+34
Changelog: Highlights The Finer Points Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed. Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support. Multisite Focused Changes The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE). Comments are now turned off on pages and custom post types by default. For Developers Fast previewing changes to Menus in the Customizer A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template. Changes to Customizer Panels and Sections New Customizer Media Controls The Site Icon API is fairly straightforward. PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core. Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved. What's New General Posts Formatting Shortcuts while using visual editor. Use * or - to start an unordered list. Use 1. or 1) to start an ordered list. Use ## for H2 and ### for H3 (etc, through H6). Use > to transform text into blockquote. Media Comments All new pages that you create will have comments turned off by default. Appearance Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready. Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus. Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area. Customize link added in the toolbar to swiftly make changes to your site. Users Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password. Install Process Multisite Accessibility Under The Hood General JavaScript Bug Fixes A total of 180 bugs reported against previous versions of WordPress were fixed. Multisite Classes What's New Customizer API Introduce WP_Customize_Cropped_Image_Control Introduce WP_Customize_Manager->$registered_panel_types Introduce WP_Customize_Manager->$registered_section_types Introduce WP_Customize_Manager::register_panel_type() Introduce WP_Customize_Manager::render_panel_templates() Introduce WP_Customize_Manager::register_section_type() Introduce WP_Customize_Manager::render_section_templates() Introduce WP_Customize_Nav_Menu_Auto_Add_Control Introduce WP_Customize_Nav_Menu_Control Introduce WP_Customize_Nav_Menu_Item_Control Introduce WP_Customize_Nav_Menu_Item_Setting Introduce WP_Customize_Nav_Menu_Location_Control Introduce WP_Customize_Nav_Menu_Section Introduce WP_Customize_Nav_Menu_Setting Introduce WP_Customize_Nav_Menus Introduce WP_Customize_Nav_Menus_Panel Introduce WP_Customize_New_Menu_Control Introduce WP_Customize_New_Menu_Section Introduce WP_Customize_Panel::print_template() Introduce WP_Customize_Panel::render_template() Introduce WP_Customize_Panel::content_template() Introduce WP_Customize_Section::print_template() Introduce WP_Customize_Section::render_template() Introduce WP_Customize_Site_Icon_Control List Tables Introduce WP_Links_List_Table::get_default_primary_column_name() Introduce WP_Links_List_Table::column_cb() Introduce WP_Links_List_Table::column_name() Introduce WP_Links_List_Table::column_url() Introduce WP_Links_List_Table::column_categories() Introduce WP_Links_List_Table::column_rel() Introduce WP_Links_List_Table::column_visible() Introduce WP_Links_List_Table::column_rating() Introduce WP_Links_List_Table::column_default() Introduce WP_Links_List_Table::handle_row_actions() Introduce WP_List_Table::get_default_primary_column_name() Introduce WP_List_Table::get_primary_column_name() Introduce WP_List_Table::handle_row_actions() Introduce WP_Media_List_Table::column_cb() Introduce WP_Media_List_Table::column_title() Introduce WP_Media_List_Table::column_author() Introduce WP_Media_List_Table::column_desc() Introduce WP_Media_List_Table::column_date() Introduce WP_Media_List_Table::column_parent() Introduce WP_Media_List_Table::column_comments() Introduce WP_Media_List_Table::column_default() Introduce WP_Media_List_Table::get_default_primary_column_name() Introduce WP_Media_List_Table::handle_row_actions() Introduce WP_MS_Sites_List_Table->$status_list Introduce WP_MS_Sites_List_Table::column_cb() Introduce WP_MS_Sites_List_Table::column_blogname() Introduce WP_MS_Sites_List_Table::column_lastupdated() Introduce WP_MS_Sites_List_Table::column_registered() Introduce WP_MS_Sites_List_Table::column_users() Introduce WP_MS_Sites_List_Table::column_plugins() Introduce WP_MS_Sites_List_Table::column_default() Introduce WP_MS_Sites_List_Table::get_default_primary_column_name() Introduce WP_MS_Sites_List_Table::handle_row_actions() Introduce WP_MS_Themes_List_Table::get_primary_column_name() Introduce WP_MS_Themes_List_Table::column_cb() Introduce WP_MS_Themes_List_Table::column_name() Introduce WP_MS_Themes_List_Table::column_description() Introduce WP_MS_Themes_List_Table::column_default() Introduce WP_MS_Themes_List_Table::single_row_columns() Introduce WP_MS_Users_List_Table::column_cb() Introduce WP_MS_Users_List_Table::column_username() Introduce WP_MS_Users_List_Table::column_name() Introduce WP_MS_Users_List_Table::column_email() Introduce WP_MS_Users_List_Table::column_registered() Introduce WP_MS_Users_List_Table::_column_blogs() Introduce WP_MS_Users_List_Table::column_blogs() Introduce WP_MS_Users_List_Table::column_default() Introduce WP_MS_Users_List_Table::get_default_primary_column_name() Introduce WP_MS_Users_List_Table::handle_row_actions() Introduce WP_Plugins_List_Table::get_primary_column_name() Introduce WP_Posts_List_Table->$current_level Introduce WP_Posts_List_Table::column_cb() Introduce WP_Posts_List_Table::_column_title() Introduce WP_Posts_List_Table::column_title() Introduce WP_Posts_List_Table::column_date() Introduce WP_Posts_List_Table::column_comments() Introduce WP_Posts_List_Table::column_author() Introduce WP_Posts_List_Table::column_default() Introduce WP_Posts_List_Table::get_default_primary_column_name() Introduce WP_Posts_List_Table::handle_row_actions() Introduce WP_Terms_List_Table::get_default_primary_column_name() Introduce WP_Terms_List_Table::handle_row_actions() Introduce WP_Users_List_Table::get_default_primary_column_name() Miscellaneous Introduce WP_Comments_List_Table::get_default_primary_column_name() Introduce WP_Comments_List_Table::handle_row_actions() Introduce WP_Meta_Query->$has_or_relation Introduce WP_Meta_Query::has_or_relation() Introduce WP_Site_Icon Introduce WP_Upgrader::clear_destination() Introduce WP_User::__call() Deprecated Functions What's New Introduce wp_ajax_crop_image() Introduce split_all_shared_terms() Introduce wp_should_upgrade_global_tables() Introduce wp_admin_bar_customize_menu() Introduce wp_roles() Introduce get_default_comment_status() Introduce atom_site_icon() Introduce rss2_site_icon() Introduce wptexturize_primes() Introduce convert_invalid_entities() Introduce format_for_editor() Introduce _deprecated_constructor() Introduce get_main_network_id() Introduce wp_post_preview_js() Introduce wp_site_icon() Introduce get_language_attributes() Introduce wp_resolve_numeric_slug_conflicts() Introduce get_singular_template() Deprecated Actions & Filters New Actions Introduce wp_ajax_crop_image_pre_save Introduce add_user_role Introduce remove_user_role Introduce deprecated_constructor_run New Filters Introduce edit_comment_misc_actions Introduce wp_ajax_cropped_attachment_metadata Introduce wp_ajax_cropped_attachment_id Introduce list_table_primary_column Introduce upgrader_package_options Introduce nav_menu_items_{$post_type_name}_recent Introduce get_the_author_{$field} Introduce wp_generate_tag_cloud_data Introduce style_loader_tag Introduce get_default_comment_status Introduce format_for_editor Introduce deprecated_constructor_trigger_error Introduce get_main_network_id Introduce site_icon_meta_tags Introduce wp_get_attachment_image_src Introduce wp_get_nav_menu_object Introduce has_nav_menu Introduce wp_safe_redirect_fallback Introduce wp_unique_term_slug_is_bad_slug Introduce wp_unique_term_slug Introduce editor_stylesheets Introduce send_password_change_email Introduce send_email_change_email Introduce password_change_email Introduce email_change_email Introduce password_reset_expiration
2015-08-29Bump versions to samba 4.2, apache 2.4, suse 13.1.dholland2-5/+5
2015-08-29Nail down the versions of cups, evince, wine, mutt, gnupg2, and icewm todholland3-9/+9
get the intended version and not an alternate one.
2015-08-29Switch these to build mysql 5.5 and 5.6 instead of 5.1 and 5.5.dholland2-8/+8
2015-08-29Updated devel/p5-Test-BDD-Cucumber to 0.37schmonz2-3/+3
2015-08-29Update to 0.37. From the changelog:schmonz2-8/+8
- Allow specification of extra step files and directories in `pherkin` - Don't require Devel::FindRef - Fixed the Test::Builder wrapping issue discussed at: https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/61 Output from Test::Exception should now be properly captured. - Updated git repository all over the places
2015-08-29Needs upper limit for cups15 to be actually picked. Bump revision.joerg1-3/+3
2015-08-29If you want eukleides10 to be picked up, you should also place an upperjoerg1-4/+3
limit. Drop redundant PKGNAME.
2015-08-29Belatedly update the location to match the new position in the tree.joerg1-2/+2
2015-08-29Let's assume one of the p5-Test-Fatal locations is a typo.joerg1-2/+2
2015-08-29Let's assume that the second p5-Sub-Exporter location is just a typo...joerg1-2/+2
2015-08-29No trailing slash in the location part of a dependency.joerg1-3/+3
2015-08-29x86_64 is not referenced anywhere in the file, comment appears above ifsevan1-2/+2
statement regarding sparc64. s/x86_64/sparc64.
2015-08-29Use --disable-sdltest on Darwin, fixes builds which aren't performed withjperkin1-1/+5
the console login, the test hangs otherwise or fails with connection errors to the WindowServer.
2015-08-29Updated lang/tcl to 8.6.4nb4jperkin1-1/+2
2015-08-29Take advantage of tcl using the -headerpad_max_install_names option to fixjperkin1-2/+10
up dylib install names in post-build using install_name_tool(1) on Darwin. Bump PKGREVISION as package built before the Mach-O shlibs checks were introduced, but the generated PROVIDES were incorrect.
2015-08-29Updated net/mDNSResponder to 258.14nb1jperkin1-1/+2
2015-08-29Use -install_name on OSX to fix installed dylib.jperkin5-13/+28
Bump PKGREVISION as package built before the Mach-O shlibs checks were introduced, but the PROVIDES were incorrect.
2015-08-29Fix build problem of php-ming when php{55,56} are compiled with maintainer-ztstaca2-1/+485
PKG_OPTIONS.
2015-08-29+ yaz-5.14.6.taca1-2/+2
2015-08-29Note update of sysutils/open-vm-tools package to 2008.08.08.109361nb41.taca1-1/+2
2015-08-29Fix ignoring configuration file, tools.conf.taca4-18/+18
* Specify sysconfdir as configure's command line option. * Do not patch lib/guestApp/Makefile.in but lib/guestApp/Makefile.am. Bump PKGREVISION.
2015-08-29Do not attempt to build debugging backendskhorben2-4/+4
This should fix the build for the time being.
2015-08-29Register missing dependency on sysutils/deforaos-browserkhorben1-1/+2
2015-08-29Updated misc/libreoffice to 5.0.1.2ryoon1-1/+2
2015-08-29Update to 5.0.1.2ryoon2-17/+16
Changelog: 5.0.1.2: Bugs fixed compared to 5.0.1 RC1: i#91025 crash on revisiting insert special character [Caolán McNamara] tdf#86024 FORMATTING: Erroneous formatting of certain numbers [Eike Rathke] tdf#89387 improve performance for some matrix operations [Łukasz Hryniuk] tdf#90150 Page numbering in the status bar which may cause confusion [Jan Holesovsky] tdf#91782 Export draw-document to eps result in crash [Julien Nabet] tdf#92242 UI - StartCenter and Application windows can not be resized diagonally with mouse after initial window size increase and covers OSX Dock [andreask] tdf#92305 VIEWING: Multiple page view does not render properly when scrolling [Jan Holesovsky] tdf#92446 Crash in Windows and Runtime exception on Linux with Basic Clipboard function [Stephan Bergmann] tdf#92749 VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps) [Eike Rathke] tdf#93064 START CENTER: Icon sizes in breeze cause help and extensions buttons not to be visible [andreask] tdf#93096 Selecting text with keyboard (partially outside current view) results in wrong highlighting and mangled text [Miklos Vajna] tdf#93102 Crash on enabling image contour [Szymon Kłos] tdf#93113 Crash Inserting Special Character [Caolán McNamara] tdf#93114 Insert Special Character - Not reading Fonts Correctly [László Németh] tdf#93290 SIDEBAR: Style drop down menu increasing the minimum size of the sidebar [Maxim Monastirsky] tdf#93326 Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode [Eike Rathke] tdf#93382 Crash moving chart [Stephan Bergmann] tdf#93404 status indicator progress bar not shown while loading big file [Stephan Bergmann] 5.0.1.1: Bugs fixed compared to 5.0.0 final (rc5): coverity#1311944 logically dead code [Caolán McNamara] rhbz#1242099 [abrt] libreoffice-core: ScXMLExport::WriteAnnotation(): soffice.bin killed by SIGSEGV [Eike Rathke] tdf#38837 Reduce power consumption: timers must end eventually [Ashod Nakashian] tdf#58838 : =A1="" returns TRUE when A1 does not contain a blank [Eike Rathke] tdf#63955 CRASH on FILEOPEN .odp presentation. "Bad allocation" -> Crash. 100% reproducible. [Caolán McNamara] tdf#76845 Other: File > Wizards > Web Pages crashes LibreOffice on Windows [Michael Stahl] tdf#83223 Undo does not work when modifying a conditional style including Text Body [Michael Stahl] tdf#83465 FILEOPEN: RTF - Numbering list number font name not retained [Miklos Vajna] tdf#86374 FILEOPEN: OOXML import in Writer very bad on attached DOCX: graphics and drawing in Word table distorted [Miklos Vajna] tdf#87437 track changes - accepting change in MS Word merges tables cells [Justin Luth] tdf#88276 Please add UI for new LO 4.4. feature "Text Background Color in Draw" [Stephan Bergmann] tdf#88402 Sorting: setting "Range contains column labels" is forgotten if any column Label contains a numeric value or is empty (comment 38) [Eike Rathke] tdf#89702 DOCX: Bullet character is large [Miklos Vajna] tdf#90046 RTF import: document that starts with a footnote crashes Writer (also on paste from clipboard) [Michael Stahl] tdf#90502 CRASH - failed assertion in unittest sw_globalfilter in master build OSX (ImplLogicToPixel) [Caolán McNamara] tdf#90575 DDE LINK does not work between two documents Writer [Miklos Vajna] tdf#90609 FILEOPEN XML XLSX causes Calc to terminate [Caolán McNamara] tdf#91278 xlsx formula not importing correctly, with Table structured references in named expressions and MATCH lookup array creation [Eike Rathke] tdf#91574 SLIDESHOW: presenter console background and buttons not shown during slideshow [Michael Meeks] tdf#91588 UI: Drawing toolbar doesn't show Select button by default [Yousuf Philips] tdf#91594 FILEOPEN particular MSWORD2008 .docx: misinterprets letters from Symbol font (old bug returns with a twist) [Mark Hung] tdf#91715 Database wizard crashes when invoked through remote UNO [Michael Meeks] tdf#91725 CHART: Show minor gridlines with a lighter color [Katarina Behrens] tdf#91950 Crash on saving document [Caolán McNamara] tdf#92018 Implement caching for native widget rendering in OpenGL rendering [Tomaž Vajngerl] tdf#92130 Basic IDE syntax highlighting does not recognise DoEvents [Marek Doležel] tdf#92148 Math: LibreOffice locks up if the bar on the left is resized [Caolán McNamara] tdf#92243 Menu highlighting incorrect with libreoffice-gtk [Simon Long] tdf#92244 Menu separator spacing incorrect in libreoffice-gtk [Simon Long] tdf#92404 Web Wizard - no result / crash [Julien Nabet] tdf#92448 CALC: Excel A1 and R1C1 reference syntax can not reference a cell by worksheet names starting with an ASCII digit [Eike Rathke] tdf#92457 Subformat ;@ changes date input to number [Eike Rathke] tdf#92571 Error mime type in Manifest.xml with picture.wmf and picture.emf [Carlos Luque] tdf#92573 Writer crash when attempting to open one file. [Caolán McNamara] tdf#92629 sheet removeByName error if file loaded as hidden [Laurent Godard] tdf#92645 Shape text editing is broken in case of double-buffering [Miklos Vajna] tdf#92654 EDITING: Function TIMEVALUE gives only '0' in ReportDesigner [Lionel Elie Mamane] tdf#92670 Rendering artifacts between menu and toolbar with some GTK2 themes [Miklos Vajna] tdf#92671 GTK+3: Tooltips drawn on secondary screen [Caolán McNamara] tdf#92684 Calc Help Conversion document L.O. [Andras Timar] tdf#92693 EDITING: Function MINUTE() always 1 minute greater than minute in timefield/timestampfield in ReportDesigner [Julien Nabet] tdf#92709 UI: Manage Conditional Formatting column header reads "Range or formula expression" instead of "Range" [Eike Rathke] tdf#92767 Autofilter on date is locale dependent [Eike Rathke] tdf#92788 Middle Button on Mouse Paste Option Broken for X11 [Noel Grandin] tdf#92792 Windows 64bit: SDBC driver error when attempting to connect to Thunderbird addressbook [David Ostrovsky] tdf#92896 Dialog editor: deleting a language crashes LibO [Caolán McNamara] tdf#92903 Base: text displayed offset in table edit UI listbox dropdown [Jan-Marek Glogowski] tdf#92911 rendercontext: missing post-it comment window after insertion [Miklos Vajna] tdf#92914 rendercontext: print preview problems [Miklos Vajna] tdf#92918 Engineering notation lost with buttons Add/Delete Decimal Place [Laurent Balland-Poirier] tdf#92982 rendercontext: blinking cursor is drawn directly [Miklos Vajna] tdf#92996 Function Wizard Structure view empty if invoked on existing formula cell [Markus Mohrhard] tdf#93018 Copying forms not working anymore [Noel Grandin] tdf#93041 UI: missing import bitmap button [Stephan Bergmann] tdf#93079 "resize shape to fit text" state can't be disabled [Julien Nabet] tdf#93080 EDITING: For Spanish cell format with the first three letters of a day of week plus date, only for Tuesday (Martes) is not recognized as date. [Eike Rathke] tdf#93103 Wrong Lithuanian translation: „Susieti su dokumentu" -> „Spausdinti į failą" [Rimas Kudelis] tdf#93198 gtk3: pasting using middle mouse button doesn't work [Caolán McNamara]
2015-08-29Updated www/firefox38-l10n to 38.2.1ryoon1-1/+2
2015-08-29Update to 38.2.1ryoon2-270/+270
* Sync with firefox38-38.2.1.
2015-08-29Updated www/firefox38 to 38.2.1ryoon1-1/+2
2015-08-29Update to 38.2.1ryoon3-13/+21
* Fix build with newer freetype. Changelog: Fixed in Firefox ESR 38.2.1 2015-95 Add-on notification bypass through data URLs 2015-94 Use-after-free when resizing canvas element during restyling
2015-08-29Updated mail/thunderbird-l10n to 38.2.0ryoon1-1/+2
2015-08-29Update to 38.2.0ryoon2-139/+139
* Sync with thunderbird-38.2.0.
2015-08-29Updated mail/thunderbird to 38.2.0ryoon1-1/+2
2015-08-29Update to 38.2.0ryoon2-6/+6
Changelog: Changed Hardware acceleration is now disabled by default to avoid crashing Thunderbird Fixed A few bugs have been fixed to avoid crashing Thunderbird Fixed in Thunderbird 38.2 2015-90 Vulnerabilities found through code inspection 2015-88 Heap overflow in gdk-pixbuf when scaling bitmap images 2015-85 Out-of-bounds write with Updater and malicious MAR file 2015-84 Arbitrary file overwriting through Mozilla Maintenance Service with hard links 2015-79 Miscellaneous memory safety hazards (rv:40.0 / rv:38.2)
2015-08-29Updated www/firefox-l10n to 40.0.3ryoon1-1/+2
2015-08-29Update to 40.0.3ryoon2-270/+270
* Sync with firefox-40.0.3.
2015-08-29Updated www/firefox to 40.0.3ryoon2-3/+3
2015-08-29Update to 40.0.3ryoon3-7/+8
* Enable PIE. Changelog: Changed Disable the asynchronous plugin initialization (1198590) Fixed Fix a segmentation fault in the GStreamer support (GNU/Linux) (1145230) Fixed Fix a startup crash when using DisplayLink (Windows Only) (1195844) Fixed Fix a regression with some Japanese fonts used in the <input> field (1194055) Fixed On some sites, the selection in a select combox box using the mouse could be broken (1194733) Fixed Some search partner codes were missing (1195683) Fixed Various security fixes Fixed in Firefox 40.0.3 2015-95 Add-on notification bypass through data URLs 2015-94 Use-after-free when resizing canvas element during restyling
2015-08-29Updated devel/ninja-build to 1.6.0wiz2-3/+3
2015-08-29Update to 1.6.0. Build tested only, I don't know how to runtest this.wiz6-74/+37
Changes: I've tagged a new release of Ninja, version v1.6.0 == Release notes * rules are now scoped to the subninja they're in. See thread "RFC: allow scoping rules via subninja" (https://groups.google.com/forum/#!topic/ninja-build/q8esdaNErjo) for discussion. (#921) * dupe edges with multiple outputs now uses first edge instead of last (#867) + can make this warning optionally an error (-w dupbuild=err), which will hopefully become the default one day (this release is step 1 of #931) * pools actually work now (#959) * no longer print "Recompacting..." when recompacting – it's very fast in practice anyway * generators can now run more often than twice if needed (#908) * unexpected output names now cause a rebuild instead of a hard error (#417) * POSIX-specific changes + child processes get detached from terminal (#909) + check for SIGINT after ppoll/pselect -> faster Ctrl-C (#893) + add an explicit SIGTERM signal handler (#743) * Windows-specific changes + `-t graph` now produces working dot files on Windows when files contain backslashes + ninja now uses the full width in cmd.exe (it was one column short previously) + Ctrl-s (or pause key) in cmd.exe now pauses ninja + ninja now builds with MSVS2015 + run more than 34 child processes if there are more than 32 cores. (#958) * Ran ninja under afl-fuzz and fixed all crashes and bugs it found (see new afl-fuzz section in HACKING) + fix crashes on cyclic graphs with multiple outputs (#875, #867) + failing stat() now aborts build (#830, #904) + cyclic rule bindings no longer crash (#902) + dependency cycles with multiple outputs no longer get ninja into a stuck state (#934) * Tweaks to configure.py (only relevant if you compile ninja itself) + configure.py now works with Python 3 + configure.py now has a --verbose mode + configure.py now passes -fdiagnostics-color, so ninja's build is now colored with both new enough clangs (3.3+) and gccs (4.9+) * Improvements to zsh completion to work better on OS X * Documentation updates + the target^ syntax is now documented + the rule scoping change mentioned above is documented
2015-08-29Updated databases/p5-DBD-mysql to 4.032wen2-3/+3
2015-08-29Update to 4.032wen2-7/+6
Upstream changes: 2015-07-20 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032) * Full-release to include 02 and 01. 2015-06-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032_02) * Added support for utf8mb4 by Dani螔 van Eeden and Eric Herman (Booking.com) * Added patch for connection attributes in MySQL 5.6.6+, by Dani螔 van Eeden and Eric Herman (Booking.com). 2015-04-16 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032_01) * Fixed test rt88006-bit-prepare on MyISAM storage (Reported both in RT102657 and by Scimon on github) * Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717 "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de) Vielen Danken! * Corrected name ofINSTALL.pm in POD David Farrell <davidnmfarrell AT gmail DOT com> Corrected name of INSTALL.pm in POD
2015-08-29Updated devel/p5-Set-Object to 1.35wen2-3/+3