summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-04"pkg-config --libs png" and "libpng-config --libs" shouldtnn4-2/+29
request -lz linkage. Bump PKGREVISION.
2010-03-04Updated sysutils/memtester to 4.1.3schmonz2-3/+3
2010-03-04Update to 4.1.3. From the changelog:schmonz2-6/+6
-fix 64-bit data patterns with some versions of gcc. Thanks: Tony Battersby. -clarify `make install` in readme. Thanks: Marc Lobelle.
2010-03-04+ abcmidi-20100223, bacula-5.0.1, cdrtools-2.01.01alpha77, etm-556,wiz1-12/+21
evolution-data-server-2.28.3.1, fbreader-0.12.6, flightgear-2.0.0, gbrainy-1.40, glabels-2.2.7, kde4-4.4.1, libdrm-2.4.19, memtester-4.1.3, mtools-4.0.13, munin-1.4.4, py-moin-1.9.2, samba-3.5.0, sqlitemanager-1.2.4, worker-2.17.6, xf86-video-ati-6.12.5, zile-2.3.15.
2010-03-04Updated graphics/clutter to 1.2.0obache1-1/+2
2010-03-04Update clutter to 1.2.0.obache4-31/+54
Clutter 1.2.0 (02/03/2010) =============================================================================== • List of changes since Clutter 1.1.14 » Improve the Animator API for consistency, and the implementation to match the intended behaviour, as documented » Add initial (and internal) support for queueing clipped region updates and let the GLX texture-from-pixmap actor take advantage of it » Support any pixel format in cogl_read_pixels() » Conditionally use G_VALUE_COLLECT_INIT() in functions using variadic arguments lists » Consistently use :min-width and :min-height inside the Stage to define the minimum size of the Stage window » Implement the Scriptable interface for ClutterModel sub-classes; this allows setting ClutterModel columns (both types and names) in ClutterScript definitions » Add support for unsigned integer indices in the VertexBuffer API » Documentation fixes for Clutter: the coverage is now 100% » Fixes for the EGL native backend » Require libtool >= 2.2.6 » Improve tests coverage Many thanks to: Neil Roberts Øyvind Kolås Robert Bragg Bastian Winkler Chris Lord Owen W. Taylor Clutter 1.1.14 (24/02/2010) =============================================================================== • List of changes since Clutter 1.1.12 » Fix interaction between user resizable Stages and fullscreen on X11 » Define the semantics of ENTER and LEAVE events when actors are on the border of the Stage window » Take the InputDevice of an event into consideration when throttling MOTION events » Round the coordinates when clipping to a rectangle in window coordinates » Always trust the user-provided coordinates when creating a CoglTexture from a foreign GL texture » Split Clutter's debug annotations from the pick and paint mode behavioural modifiers » Improve the usage of the CLUTTER_ACTOR_NO_LAYOUT flag so that every actor using a ClutterFixedLayout manager will automatically benefit from it » Fix the packing order of ClutterBox so that the convention of first-in-first-painted is maintained » Documentation fixes Many thanks to: Robert Bragg Chris Lord Neil Roberts Clutter 1.1.12 (16/02/2010) =============================================================================== • List of changes since Clutter 1.1.10 » Fix compilation on 64bit platforms » Fix some races of the Stage resizing on X11 » Documentation fixes for Cogl: the coverage is now 100% » Fix rounding errors in the preferred height of the ClutterText actor » Remove redundant type checks in clutter_actor_get_paint_opacity() » Add support for the GLX_INTEL_swap_event extension; when using this extension on GLX the glXSwapBuffers() call becomes non-blocking and Clutter will use an event to control the master clock. » Improve consistency between ClutterBox and ClutterGroup. » On X11, do not set the _NET_WM_PID and WM_TITLE properties on a Stage X window if the window was not created by Clutter itself » Improve caching of GL constant values » Optimize creating sub-textures of sub-textures » Various fixes for the atlas and the journal » Disable the atlas if FBOs are not supported Many thanks to: Robert Bragg Neil Roberts Damien Lespiau Bastian Winkler Chris Lord Clutter 1.1.10 (09/02/2010) =============================================================================== • List of changes since Clutter 1.1.8 » Fixed a regression in textures that caused all the textures to be drawn as white rectangles. » Fixed compilation with the Sun C compiler. » Use SSE2 instructions to premultiply RGBA images, if available. » Improve readability of ClutterActor::raise/::lower warnings. Many thanks to: Neil Roberts Halton Huo Clutter 1.1.8 (08/02/2010) =============================================================================== • List of changes since Clutter 1.1.6 » Added ClutterAnimator, a class that allows defining complex implicit animations involving multiple actors and states; this class is mostly meant to be used through the ClutterScript definition format, but it provides a convenience C API for easily building animations. » New experimental COGL API to expose "hardware" buffers such as PBOs or drm surfaces. This API can be used, for instance, to make texture uploading faster. » Fixed the issues with resizable stages getting a 1x1 window with the X11 backends » Expose input devices for every event; by default, X11 and Windows backends expose the core devices only. » Add the ClutterStage:key-focus property, for key focus tracking. » Allow setting transformable value types in ClutterAnimation when calling clutter_animation_bind() and clutter_animation_update(). » Delay the creation of the default Stage until clutter_stage_get_default() is actually called; this reduces the work of clutter_init(). » Implement Ctrl+Delete and Ctrl+Backspace in ClutterText » Improve the extendability of CoglTexture with internal backends. » Add implicit texture atlasing; Cogl will try to put every texture inside the same texture atlas by default, to avoid state changes in the driver and (hopefully) improve performance. » Fix notification of the cursor and selection changes in ClutterText; this improves the usage of Clutter from A11Y toolkits. » Do not wait for a frame if the system clock goes backwards. » Fix the dirtying of the clip state; this unbreaks cogl_path_fill(). » Documentation and build fixes. Many thanks to: Neil Roberts Chris Lord Damien Lespiau Alejandro Piñeiro Jussi Kukkonen Kristian Høgsberg Robert Bragg Øyvind Kolås Clutter 1.1.6 (18/01/2010) =============================================================================== • List of changes since Clutter 1.1.4 » Some fixes for the Win32 backend (bug #1905). » Profiling support via the UProf library. Configure with --enable-profile to get a report after each Clutter application is run. » Improved conformance tests with coverage reports via gcov. » ClutterTexture no longer tries to read back texture data into g_malloc'd memory on unrealize (bug #1842). » The CGL_• defines from cogl-defines.h have been removed. These should not have been used by any applications, but if they were being used then please replace them either with the Cogl enums or with the appropriate GL_• enum if you are using GL directly. » Added a delete-event signal to the stage. » Fix for using cogl_rectangle with different texture coordinates for multiple layers (bug #1937). » Fix for using stencil and depth buffers in FBOs on Intel drivers in Mesa (bug #1873). » Support for subtitles in ClutterMedia. » ClutterGLX will now use an RGB visual by default. For applications (and toolkit integration libraries) that want to enable the ClutterStage:use-alpha property there is a new function: clutter_x11_set_use_argb_visual(). » Fix ClutterText to allow using Pango markup and attributes in the same actor (bug #1940). Many thanks to: Alejandro Piñeiro Damien Lespiau Emmanuele Bassi Gord Allot Halton Huo Robert Bragg Samuel Degrande Clutter 1.1.4 (03/01/2010) =============================================================================== • List of changes since Clutter 1.1.2 » Update the ClutterScript parser to be more resilient, and support constructor and ChildMeta properties. The parser also respects the order of the properties in the UI definitions when applying them, and will apply the properties of an Actor after building the scene graph. » Simplified the implementation of LayoutManager sub-classes, and added support for animating a layout manager. » Allow short-circuiting some layout operations by setting a specific flag on ClutterActor. » Improve caching of the preferred size of a ClutterActor. » Allow declaring "internal children" for a ClutterContainer implementation: the memory management of these actors will be deferred entirely to the Container. » Let the ClutterStage honour the :opacity property and the alpha component of the stage color. This requires support in the Clutter backend used. » Improve Windows and OSX backends. » Simplify the feature detection code for OpenGL; this also reduced the required OpenGL version to 1.2. » Improve the matrix stack handling code. The matrices can be debugged by using the COGL_DEBUG environment variable, assuming that Clutter was compiled with the right configure-time switch. » Improve COGL API for draw buffers, and for offscreen buffer support. » Add support for text direction to ClutterActor. » Documentation, introspection and build fixes. Many thanks to: Robert Bragg Neil Roberts Damien Lespiau Joshua Lock Bastian Winkler Rob Bradford Samuel Degrande Christian Persch Colin Walters Johan Bilien Raymond Liu Tim Horton Clutter 1.1.2 (23/10/2009) =============================================================================== • List of changes since Clutter 1.0 » Add ClutterLayoutManager, an abstract proxy class for easily writing layout management policies; also add ClutterLayoutMeta, a class for storing layout properties. » Add ClutterBox, a generic container actor that relies on a ClutterLayoutManager instance to manage the layout of its children. » Add the following layout managers: - ClutterFixedLayout - a layout manager implementing the policy used by ClutterGroup - ClutterBinLayout - a layout manager for packing actors as layers inside the same area, with per-actor alignment - ClutterFlowLayout - a layout manager arranging actors as a reflowing grid - ClutterBoxLayout - a layout manager arranging actors as a single line » Remove the requirement for the backend-specific implementation of ClutterStage to be a ClutterActor: a Stage implementation must only implement the ClutterStageWindow interface. This cleans up the backend code. » COGL source tree clean up and rationalization; COGL now knows the platform, and not only the driver (GL or GLES) so we can migrate part of the low-level backend code from Clutter to COGL where it makes sense. » Remove code duplication across whole COGL. » The GLES 2.0 driver for COGL, and the EGLX backend for Clutter have been fixed and confirmed working. » Add "dump-pick-buffer" to CLUTTER_DEBUG: this debug options dumps the contents of each pick() buffer into a PNG file, for debugging purposes. » Allow interpolating intervals of ClutterUnits for animating unit-based properties. » Increase strictness and correctness of the ClutterUnits grammar parser. » Add GValue transformation functions for ClutterPath to and from a string. » Fix word movement in ClutterText; implement GObject getter for :use-markup; emit notification for :position; decouple the :text property from the :use-markup property. » Do not queue redraws or relayouts on actors currently being destroyed. » Support #rrggbb and #rgb notations for ClutterColor. » Multiple bug fixes. » Provide _NET_WM_PID on the X11 stage implementation. » Documentation and Introspection annotation fixes. » Add test units for the ClutterActor size requesition. » Build fixes. » Use AM_SILENT_RULES if Automake 1.11 is detected, and fall back to Shave on older Automake versions. Many thanks to: Robert Bragg Damien Lespiau Neil Roberts Thomas Wood Owen W. Taylor Øyvind Kolås Götz Waschk Zhou Jiangwei Colin Walters Jonas Bonn Joshua Lock Jussi Kukkonen Samuel Degrande Vladimir Nadvornik Xu Li
2010-03-04Add and enable qlandkartegt, qlandkartegt-garmindev and qlandkartem.taca1-1/+4
2010-03-04Add and enable likepython.taca1-1/+4
2010-03-04Remove extra x11.buildlink3.mk include which caused build failures withdmcmahill1-2/+2
modular X11. Noted by Takahiro Kambe.
2010-03-04Updated geography/epsg to 7.4.1gdt2-3/+3
2010-03-04Update to 7.4.1 (with readme at 7.4). This is a database, not agdt3-14/+15
program, so the changes are simply additions, deletions and corrections.
2010-03-04homepage moved to osgeogdt1-2/+2
2010-03-04Note update of www/durpal and www/drupal6 packages to 5.22/6.16.taca1-1/+3
2010-03-04Update drupal6 package to 6.16.taca3-11/+8
Drupal 6.16, 2010-03-03 ---------------------- - Fixed security issues (Installation cross site scripting, Open redirection, Locale module cross site scripting, Blocked user session regeneration), see SA-CORE-2010-001. - Better support for updated jQuery versions. - Reduced resource usage of update.module. - Fixed several issues relating to support of install profiles and distributions. - Added a locking framework to avoid data corruption on long operations. - Fixed a variety of other bugs.
2010-03-04Update drupal package to 5.22.taca2-14/+7
Drupal 5.22, 2010-03-03 ----------------------- - Fixed security issues (Open redirection, Locale module cross site scripting, Blocked user session regeneration), see SA-CORE-2010-001.
2010-03-03Added audio/sfxr version 1.1wiz1-1/+2
2010-03-03+ sfxr.wiz1-1/+2
2010-03-03Initial import of sfxr-1.1:wiz4-0/+63
sfxr's original purpose was to provide a simple means of getting basic sound effects into a game for those people who were working hard to get their entries done for the Ludum Dare gaming contest within the 48 hours and didn't have time to spend looking for suitable ways of doing this. The idea was that they could just hit a few buttons in this application and get some largely randomized effects that were custom in the sense that the user could accept/reject each proposed sound.
2010-03-03Replace list of accepted JVMs with a set that is available through pkgsrc.bad1-2/+2
Not tested yet. Should fix PR pkgsrc/42916.
2010-03-03Updated graphics/p5-RRDTool-OO to 0.30sno1-1/+2
2010-03-03Updating graphics/p5-RRDTool-OO from 0.25 to 0.30sno2-7/+7
pkgsrc changes: - Upstream Makefile.PL says, minimum required rrdtool version is 1.2.x, so adjust required version of databases/rrdtool Upstream changes: 0.30 (02/21/2010) (ms) [RT 53961] Worked around rrdtool-1.3.5 inaccuracy problem by skipping certain tests for rrdtool <= 1.4. 0.29 (02/20/2010) (ms) Added github repository link to Makefile.PL (ms) Fixed documentation for fetch_next(). (ms) [RT 54544] Tom Regner added support for updatev(). 0.28 (11/05/2009) (ms) Applied patch by Lyle Brooks, adding optional step, start, and end parameters to "draw". 0.27 (10/11/2009) (ms) Slaven Rezic reported huge memory consumption by the test suite, turned out to be fetch_start() call spanning several years. Fixed by defining the end time as well as the start time. 0.26 (09/27/2009) (ms) [RT 32601] Using prompt() instead of manually asking for input in Makefile.PL (by Fabien Wernli) (ms) [RT 32046] Calling setlocale() to fix error message check in foreign locales (by Fabien Wernli) (ms) Implemented graphv method. This works just like graph() but uses rrdtool's graphv internally, giving access to additional information using print_results() method (by Fabien Wernli) (ms) Improved RRDs version testing (by Fabien Wernli).
2010-03-03Updated databases/p5-DBIx-Class to 0.08120sno1-1/+2
2010-03-03Updating databases/p5-DBIx-Class from 0.08119 to 0.08120sno2-7/+8
pkgsrc changes: - Adjust dependencies Upstream changes: 0.08120 2010-02-24 08:58:00 (UTC) - Make sure possibly overwritten deployment_statements methods in schemas get called on $schema->deploy - Fix count() with group_by aliased-function resultsets - with_deferred_fk_checks() Oracle support - Massive refactor and cleanup of primary key handling - Fixed regression losing custom result_class (really this time) (RT#54697) - Fixed regression in DBIC SQLT::Parser failing with a classname (as opposed to a schema object) - Changes to Storage::DBI::Oracle to accomodate changes in latest SQL::Translator (quote handling) - Make sure deployment_statements is per-storage overridable - Fix dbicadmin's (lack of) POD
2010-03-03Updated databases/p5-SQL-Translator to 0.11005sno1-1/+2
2010-03-03Updating databases/p5-SQL-Translator from 0.11004 to 0.11005sno2-6/+6
Upstream changes: # ---------------------------------------------------------- # 0.11005 2010-02-24 # ---------------------------------------------------------- * Fix Parser::DBI::Oracle reading too many tables (RT#49413) * Fix Parser::MySQL tripping up on PRIMARY KEY ... USING (currently value is ignored) (RT#50468) * Fix runaway debug trace (RT#52276) * Fix Parser::PostgreSQL choking on commit; statements in DDL (#RT52277) * Producer::Oracle now respects quote_field|table_names, and no longer does name munging of reserved table names * Producer::Oracle now correctly outputs databse-unique index names
2010-03-03Updated devel/p5-autodie to 2.10sno1-1/+2
2010-03-03Updating devel/p5-autodie from 2.09 to 2.10sno2-6/+6
Upstream changes: 2.10 Sat Feb 27 14:01:18 AUSEST 2010 * BUGFIX: Fatal and autodie no longer leak Carp functions into the caller's namespace. Thanks to Schwern. * TEST: Multi-arg open tests are really really skipped under Windows now. * DOCUMENTATION: Many more people are properly attributed in the 'AUTHORS' file.
2010-03-03Updated devel/p5-Module-Find to 0.10sno1-1/+2
2010-03-03Updating devel/p5-Module-Find from 0.08 to 0.10sno2-6/+6
Upstream changes: 0.10, 2010-02-26 Fixed RT#55010: Removed Unicode BOM from Find.pm. 0.09, 2010-02-26 Fixed RT#38302: Fixed META.yml generation (thanks very much to cpanservice for the help).
2010-03-03Updated devel/p5-Tie-IxHash to 1.22sno1-1/+2
2010-03-03Updating devel/p5-Tie-IxHash from 1.21nb3 1.22sno2-7/+9
pkgsrc changes: - Add license definition and module type Upstream changes: 1.22 (27 February 2010) Build.PL added Better META.yml Distribution upgrade
2010-03-03Updated devel/p5-Log-Log4perl to 1.28sno1-1/+2
2010-03-03Updating devel/p5-Log-Log4perl from 1.27 to 1.28sno2-6/+6
Upstream changes: 1.28 (2010/02/24) * (ms) Fixed caller stack with Buffer composite appender * (ms) Fixed 'local caller_depth' error in various places. First localizing a variable and then increasing it is incorrect, as this ignores previous settings. The correct way of increasing the caller level is: 'local depth = depth + 1'. * (ms) Added Log::Log4perl::Catalyst for use in Catalyst applications.
2010-03-03Updated textproc/p5-Text-CSV_XS to 0.71sno1-1/+2
2010-03-03Updating textproc/p5-Text-CSV_XS from 0.70 to 0.71sno2-6/+6
Upstream changes: 2010-02-15 0.71 - H.Merijn Brand <h.m.brand@xs4all.nl> * Upped copyright to 2010 * Prevent double encoding: make Text::CSV_XS streams behave just like perl would (thanks ikegami for the test cases) * Text::CSV_XS->error_diag () in void context now warns instead of doing nothing * auto_diag also used for new () itself
2010-03-03issue call for volunteers to test language bindings.gdt1-1/+7
2010-03-03Updated devel/subversion to 1.6.9nb1gdt2-3/+3
2010-03-03Update to 1.6.9.gdt2-6/+6
subversion-base has been tested. (Anyone who would like to sign up to functionality-test the other components is welcome to send me mail and I'll record that in the Makefile.) Version 1.6.9 (25 Jan 2010, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.9 User-visible changes: * allow multiple external updates over ra_svn (issue #3487) * fix a segmentation fault when using FSFS (r881905) * support Berkeley DB 4.8 (r879688) * various autoprop improvements (r880274, -5) * improve usage of svn+ssh:// on Windows (issue #2580) * teach 1.6.x to recognize 1.7 working copies (1.6.x-future-proof branch) * update help text for 'svn update' and 'svn switch' (r886164, -97) * make 'svnadmin load --parent-dir' create valid mergeinfo (r888979, -9081) * tolerate relative merge source paths in mergeinfo (r889840) * teach mod_dav_svn to support the Label header (issue #3519) * fixed: svnsync leaves stale sync-locks on mirrors (r884842) * fix applicability of 'svn resolve --accept=theirs-conflict' (r880525, -6) * fixed: segfault in 'svn resolve' (r896522, -47) * fix commit failure against an out-of-date mirror (r900797) Developer-visible changes: * update ruby bindings test expectation (r880162) * don't allow rangelist and mergeinfo API to modify input args (r879093) Version 1.6.8 (Not released, see changes for 1.6.9.) Version 1.6.7 (Not released, see changes for 1.6.9.) [ Note: All revision numbers for versions prior to 1.6.7 reference the original repository on svn.collab.net. For more information see: http://svn.apache.org/repos/asf/subversion/README ] Version 1.6.6 (22 Oct 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.6 User-visible changes: * fix crash during 'svn update' (r39673) * respect Apache's ServerSignature directive (r40008, -21, -31) * don't add a file with mixed line endings, and then abort (issue #2713) * support Neon 0.29. * fix a crash in 'svn rm --force' (r37953) * handle tree conflicts involving replacements (issue #3486) * allow non-threadsafe sqlite if APR has no threads (r39301) * print newline before plaintext SSL cert / password prompts (r38982, r39302) * improve merge performance with implicit subtree mergeinfo (issue #3443) * fix "libsvn_ra_svn/marshal.c assertion failed (opt || cstr)" (issue #3485) * make file externals work for binary files (issue #3368) * perform MIME type matching case-insensitively (issue #3479) * do not treat non-existent revisions as HEAD in 'svn export' (issue #3400) * revert r36720's default MIME type change back to "text/plain" (issue #3508) * improve "tree conflict already exists" error message (r38872) * fix failure to commit replacement of a directory (issue #3281) * fix mod_dav_svn parent dir links to preserve peg revisions (issue #3425) Developer-visible changes: * fix 2 failing tests in ruby bindings (r38886) * do not require GNU grep for build (issue #3453) * use '$SED' instead of 'sed' in build scripts (issue #3458) * add svn.client.{log5,merge_peg3} to python bindings (r39635, -6, -7) * include the time of a test run in tests.log (r39887)
2010-03-03Updated archivers/unzip to 6.0wiz1-1/+2
2010-03-03Update to 6.0:wiz7-165/+44
New features in UnZip 6.0, released 20 April 2009: * Support PKWARE ZIP64 extensions, allowing Zip archives and Zip archive entries larger than 4 GiBytes and more than 65536 entries within a single Zip archive. This support is currently only available for Unix, OpenVMS and Win32/Win64. * Support for bzip2 compression method. * Support for UTF-8 encoded entry names, both through PKWARE's "General Purpose Flags Bit 11" indicator and Info-ZIP's new "up" unicode path extra field. (Currently, on Windows the UTF-8 handling is limited to the character subset contained in the configured non-unicode "system code page".) * Added "wrong implementation used" warning to error messages of the MSDOS port when used under Win32, in an attempt to reduce false bug reports. * Fixed "Time of Creation/Time of Use" vulnerability when setting attributes of extracted files, for Unix and Unix-like ports. * Fixed memory leak when processing invalid deflated data. * Fixed long-standing bug in unshrink (partial_clear), added boundary checks against invalid compressed data. * On Unix, keep inherited SGID attribute bit for extracted directories unless restoration of owner/group id or SUID/SGID/Tacky attributes was requested. * On Unix, allow extracted filenames to contain embedded control characters when explicitly requested by specifying the new command line option "-^". * On Unix, support restoration of symbolic link attributes. * On Unix, support restoration of 32-bit UID/GID data using the new "ux" IZUNIX3 extra field introduced with Zip 3.0. * Support for ODS5 extended filename syntax on new OpenVMS systems. * Support symbolic links zipped up on VMS. * On VMS (only 8.x or better), support symbolic link creation. * On VMS, support option to create converted text files in Stream_LF format. * New -D option to suppress restoration of timestamps for extracted directory entries (on those ports that support setting of directory timestamps). By specifying "-DD", this new option also allows to suppress timestamp restoration for ALL extracted files on all UnZip ports which support restoration of timestamps. On VMS, the default behaviour is now to skip restoration of directory timestamps; here, "--D" restores ALL timestamps, "-D" restores none. * On OS/2, Win32, and Unix, the (previously optional) feature UNIXBACKUP to allow saving backup copies of overwritten files on extraction is now enabled by default. For the UnZip 6.0 release, we want to give special credit to Myles Bennet, who started the job of supporting ZIP64 extensions and Large-File (> 2GiB) and provided a first (alpha-state) port.
2010-03-03vimmartti1-1/+2
2010-03-03Updated vim to 7.2.385martti3-5/+62
1623 7.2.368 (after 7.2.361) append line with Ruby interface doesn't work 1872 7.2.369 error message for :profile is not easy to understand 4352 7.2.370 (after 7.2.356) a redraw may cause folds to be closed 10029 7.2.371 build problems on Tandem NonStop 9674 7.2.372 (extra) cross-compiling GvimExt and xxd doesn't work. 2901 7.2.373 new messages from gcc 4.5 are not in 'errorformat' 4434 7.2.374 Ruby eval() doesn't understand Vim types 1794 7.2.375 ml_get errors when using ":bprevious" in a BufEnter autocmd 1577 7.2.376 ml_get error when using SiSU syntax 1983 7.2.377 (extra, after 7.2.372) small mistakes in Ming build file 2832 7.2.378 C function declaration indented too much 1758 7.2.379 'eventignore' is set to an invalid value inside ":doau" 3699 7.2.380 (after 7.2.363) Perl builds with 5.10.1 but not with 5.10.0 6835 7.2.381 no completion for :behave 1766 7.2.382 close cmdline window when 'bufhide' is "wipe" uses freed mem 3021 7.2.383 Vim doesn't build cleanly with MSVC 2010 1849 7.2.384 (extra) Vim doesn't build properly with MSVC 2010 2147 7.2.385 can't drag status line when in the command line window
2010-03-03Don't output verbose output of mkbold/mkitalic commands. It is uselesstaca2-4/+15
when MAKE_JOBS > 1. No functional change with the package itself.
2010-03-03deal with hicolor-item-theme cache, from Robert Elz per PR pkg/42898drochner1-1/+2
2010-03-03+bind-9.6.2, bind-9.7.0, oniguruma-5.9.2.taca1-1/+4
2010-03-03Note update of www/typolight28-translations package to 20100302.taca1-1/+2
2010-03-03Update typolight28-translations package to 20100302.taca4-9/+10
* Update Czech language files. * Correct PLIST file for Croatian.
2010-03-03De-warn-ify.is6-1/+96
2010-03-03DESTDIR support.is3-10/+13
2010-03-03add missing header needed to let this build with newer g++ (4.4.1)dmcmahill2-6/+11