summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-14Update to 6.40wen2-7/+6
(No upstream changelog)
2013-07-14Updated devel/p5-App-cpanminus to 1.6923wen1-1/+2
2013-07-14Update to 1.6923wen2-7/+6
Upstream changes: 1.6923 2013-07-03 22:16:04 PDT [Bug Fixes] - Reverted the --skipdeps in PERL_AUTOINSTALL since it breaks default dependencies in Module::Install-based distributions 1.6922 2013-06-19 13:55:54 PDT [Improvements] - No changes in the code, packaging update so the fatpacked executable on cpanm has the right version. #274 1.6921 2013-06-18 03:18:55 PDT [Bug Fixes] - Fixes install with Module::Build < 0.35, i.e. vanilla perl 5.10.1 (Thanks to joshk for the report) - Fixes install on 5.8 with Module::Build dists without configure_requires #273 (Thanks to gildegoma for the report) 1.6920 2013-06-14 14:08:44 PDT [Improvements] - Handle PERL_LOCAL_LIB_ROOT in case multiple paths are stacked (mst) - Remove the search.cpan.org fallback where no META files exist. Generate stub using CPAN::Meta 1.6919 2013-06-12 08:32:06 PDT [Incompatible Changes] - Automatically detect local::lib mode when environment variables are already configured on the shell. This is to fix the first time run when local::lib is configure but arch library path doesn't exist. #263 1.6918 2013-06-10 13:02:06 PDT [Improvements] - Fix documentation about --quiet - Find the best (non-backpan) match out of MetaCPAN results when there are multiple results https://github.com/CPAN-API/cpan-api/issues/274 1.6917 2013-06-05 10:07:12 JST [Incompatible Changes] - build.log is now created inside a work directory, then a symlink to the file is made in ~/.cpanm. On platforms where symlink is not available (Win32), the build.log file is copied from the build directory once the installation has finished. (ilmari) 1.6916 2013-06-04 19:54:36 JST [Improvements] - Do not complain upgrading cpanm in local::lib - Accept 0-9_ in PAUSE ID (#265)
2013-07-13Mention other packages that should be updated with this one.wiz1-1/+9
2013-07-13Remove default arguments from a friend definition that is not ajoerg6-3/+47
declaration.
2013-07-13Fix header guard.joerg10-7/+60
2013-07-13Sync with update of base package.joerg4-15/+12
2013-07-13Don't use false as pointer value.joerg5-4/+55
2013-07-13Update to gmime-2.6.10. Changes unknown, but old version doesn't buildjoerg4-145/+155
against newer glib2 anyway.
2013-07-13Don't create multiple extern entries for the same inlined function.joerg2-1/+24
2013-07-13Copy files, new automake fails otherwise.joerg1-2/+2
2013-07-13+ socijoerg2-3/+4
+ podofo 0.9.2
2013-07-13tradcppdholland1-1/+2
2013-07-13Update to 0.4.dholland3-19/+6
release 0.4 (20130713) - Fix stupid build problem introduced in 0.3.1. - Accept and ignore -m32, which imake issues willy-nilly on a bunch of platforms. I thought this had already been done, but apparently not. - Don't use the <err.h> functions. There are still people out there using legacy systems missing them. - Sort out some more issues pertaining to handling quoted strings. - Add some more tests.
2013-07-13Updated databases/p5-DBD-SQLite to 1.39nb1schmonz1-1/+2
2013-07-13This package bundles its own copy of SQLite 3.7.17. The bundledschmonz3-4/+23
copy isn't as portable as what's in databases/sqlite3. Instead of trying to fix the copy, declare a buildlink dependency on 3.7.17, and let pkgsrc figure out how to fulfill it. Bump PKGREVISION.
2013-07-13Updated devel/p5-Dist-CheckConflicts to 0.08wen1-1/+2
2013-07-13Update to 0.08wen2-7/+6
Upstream changes: 0.08 2013-07-09 - remove Test::Warnings dep 0.07 2013-07-08 - instead of silently ignoring conflicts that do not compile, issue a conflict warning. (RT#75486, Karen Etheridge) 0.06 2013-06-21 - make the runtime conflict warnings optional, since i'm not sure how stable of an idea this really is - use Exporter instead of Sub::Exporter 0.05-TRIAL 2011-01-17 - require 5.8.1, clean up a few things and add a few more tests 0.04-TRIAL 2011-01-13 - fix an issue with certain other perls 0.03-TRIAL 2011-01-13 - add runtime conflict warnings
2013-07-13Updated devel/p5-AnyEvent-IRC to 0.97wen1-1/+2
2013-07-13Update to 0.97wen2-7/+6
Upstream changes: 0.97 Sun Mar 17 19:20:30 CET 2013 - corrected minor spelling fixes thanks to an rt patch. - fixed AnyEvent::IRC::Connection::is_connected to actually return true when connected. - AE::IRC::Client::connect can now also connect only with a timeout without having to register. - Server reply of 001 is now also considered as "successfully registered". Thanks for Lee to spot this. - "quit" event gets the right parameter from the message now. Thanks to Lee!
2013-07-13Updated net/p5-Test-TCP to 2.00wen1-1/+2
2013-07-13Update to 2.00wen2-6/+6
Upstream changes: 2.00 2013-06-11T04:41:43Z [INCOMPATIBLE CHANGES] - Change wait_port() API to take max_wait seconds, and wait exponentially. Dropped wait_port_retry argument introduced at 1.27. (miyagawa)
2013-07-13Updated www/p5-Plack-App-Proxy to 0.27wen1-1/+2
2013-07-13Update to 0.27wen2-7/+6
Upstream changes: 0.27 02/26/2013 - Remove more HTTP::Headers assumptions 0.26 02/26/2013 - Add parent dependency 0.25 11/10/2012 - Fix problem with META.yml 0.24 11/10/2012 - Skip CONNECT test on Windows 0.23 11/05/2012 - Fix test failures from newer HTTP::Headers 0.22 - Filter out Status header since it's forbidden in PSGI spec (miyagawa) 0.21 - Bump version to fix some CPAN issues. 0.20 - Fix auto guessing of RewriteLocation.
2013-07-13Updated www/p5-Plack to 1.0028wen1-1/+2
2013-07-13Update to 1.0028wen2-7/+6
Upstream changes: 1.0028 2013-06-15 01:42:52 PDT [IMPROVEMENTS] - Skip cgi related tests for Win32 (chorny) #413 - Skip tests that could potentially write empty bytes, which could cause issues on some servers on local sockets with HTTP::Tiny - Skip tests that require HTTP::Cookies, if not available #414 1.0027 2013-06-13 21:30:12 PDT [IMPROVEMENTS] - Not a dev release, including XS free version of Plack::Test* - Fix cgibin tests that often fail on Win32 #375 1.0026 2013-06-12 23:00:21 PDT [INCOMPATIBLE CHANGES] - use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than skipping it. 1.0025 2013-06-12 13:08:58 PDT [INCOMPATIBLE CHANGES] - No XS! Eliminates dependency to LWP::UserAgent by making it completely optional for testing. If you run Plack::Test with Server implemenetation or run Plack::Test::Suite (for PSGI handlers) without LWP installed, the tests will automatically be skipped. This removes the eventual sub-dependency to HTML::Parser, which is the only XS dependency in Plack. #408 [IMPROVEMENTS] - Fixed the warning in OO usage of Plack::Builder (doy) #407 - Shotgun loader now dies if used in Win32 since it leaks memory #320, #400 - Suppress warnings for Test::TCP (kazeburo) #406 - $res->to_app shortcut (ether) #409
2013-07-13Updated math/ruby-spreadsheet to 0.8.6obache1-1/+2
2013-07-13Update ruby-spreadsheet to 0.8.6.obache2-6/+6
=== 0.8.6 / 11.07.2013 Author: Arjun Anand and Robert Stern <dev+arjuna+rstern@reenhanced.com> Date: Wed Jul 10 13:45:30 2013 -0400 * Allow editing of an existing worksheet.
2013-07-13Updated graphics/p5-cairo to 1.103wen1-1/+2
2013-07-13Update to 1.103wen2-7/+6
Upstream changes: Overview of changes in Cairo 1.103 ================================== * Hush a few compiler warnings * Updated copyright date Overview of changes in Cairo 1.102 ================================== * Fix building with perl <= 5.14 * Prevent crashes on exit with Cairo::Path on perl 5.6. Overview of changes in Cairo 1.101 ================================== * Properly specify our dependencies. * Fix some erroneous POD links. * Distribute a missing test file. Overview of changes in Cairo 1.100 ================================== Since 1.08x (the previous stable series) ---------------------------------------- * Make "use Cairo x.yyy" work. This required renaming the old Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we kept the old way of calling it working. Cairo::version, Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment for consistency. * Auto-upgrade strings to utf8. Note that this means that calling utf8::encode() on strings before passing them into Cairo will now yield doubly-encoded and thus broken strings. Also, having utf8-encoded literals in your code without an accompanying "use utf8" line will also lead to double encoding. * Expand and improve the README and META.yml files. * Many compilation and test suite fixes. Since 1.091 ----------- * Do not assume that sizeof(void*) == sizeof(long) * Calculate a string length more efficiently * added updated README text for RT#74870 * Created %meta_merge which follows v2 of meta-spec Overview of changes in Cairo 1.091 ================================== * Auto-upgrade strings to utf8. Note that this means that calling utf8::encode() on strings before passing them into Cairo will now yield doubly-encoded and thus broken strings. Also, having utf8-encoded literals in your code without an accompanying "use utf8" line will also lead to double encoding. * Fix compiling and testing against older versions of cairo. * Make the test suite more robust. Overview of changes in Cairo 1.090 ================================== * Make "use Cairo x.yyy" work; fixes RT#72783. This required renaming the old Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we kept the old way of calling it working. Cairo::version, Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment for consistency. * Updated FSF LGPL notice address (RT#72664) Overview of changes in Cairo 1.082 ================================== * Update the symbol export list for linking on win32 (https://bugzilla.gnome.org/show_bug.cgi?id=665265) Overview of changes in Cairo 1.081 ================================== * Add a missing cairo_font_type_t value. * Fix a test failure. Overview of changes in Cairo 1.080 ================================== Since 1.06x ----------- * Wrap new 1.8 and 1.10 API. * Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter available to all pattern types, not just surface patterns. * Make it possible to modify and create paths. Since 1.071 ----------- * Add support for missing operator types. * Fix compilation agains perl 5.15.x. Overview of changes in Cairo 1.071 ================================== * Add new API: - recording surface - region functions - toy font face - PDF version functions - Cairo::in_clip - Cairo::Surface::create_for_rectangle * Make it possible to modify and create paths. * Make Cairo::Surface::create_similar callable as a class-static method, for consistency with Cairo::Surface::create_for_rectangle. * Fix a few test failures. * Add more examples. Overview of changes in Cairo 1.070 ================================== * Wrap 1.8 API: - cairo_show_text_glyphs - cairo_scaled_font_text_to_glyphs and cairo_scaled_font_get_scale_matrix - cairo_surface_get_fallback_resolution and cairo_surface_has_show_text_glyphs * Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter available to all pattern types, not just surface patterns. * Fix a memory manage bug in Cairo::FtFontFace. * Fix a bug in the enum conversion code that made it more lenient than intended. * Add a few examples. * Fix a few test failures.
2013-07-13Updated devel/p5-Mouse to 1.11wen1-1/+2
2013-07-13Update to 1.11wen2-7/+6
Upstream changes: 1.11 2013-04-28 22:00:38 [TEST FIXES] - Ensure Try::Tiny is bundled 1.10 2013-04-26 10:53:40 [TEST FIXES] - Bundle Try::Tiny for tests 1.09 2013-04-25 14:03:13 [TEST FIXES] - Bundle Test::Fatal for tests
2013-07-13Updated multimedia/adobe-flash-plugin11 to 11.2.202.297obache1-1/+2
2013-07-13Update adobe-flash-plugin11 to 11.2.202.297 for APSB13-17.obache2-6/+6
2013-07-13Updated devel/p5-App-perlbrew to 0.64wen1-1/+2
2013-07-13Update to 0.64wen2-12/+11
Update DEPENDS Upstream changes: 0.64: # 2013-06-02T09:44:59+0200 - The build directory is removed before a new build. - New command: `install-multiple` - `clean` command now also removes tarballs - `install` command has many extra convienent flags. - Use "http://www.cpan.org" as the default CPAN mirror instead of "http://search.cpan.org/CPAN" - Remove the --insecure/--no-check-certificate command bflags when invoking curl/wget. 0.63: # 2013-05-06T16:53:48+0200 - Remove `install-ack` command. - Due to the new architecture of ack2, it does not make sense to install the standalone executable anymore. Thus it's better not to do the installation with perlbrew. - Fix the `use` and `switch` command when switching between binary incompatible perl installations. See GH #297 0.62: # 2013-04-07T17:43:58+0800 - Fix `list-modules` under lib env. It lists all modules in the lib, and in the base. - Use the original grep command to prevent aliases from breaking the content of init. GH #307 - `perlbrew alias help` is now the same as `perlbrew help alias` - `perlbrew exec --with ...` now preserve the order of specified names. 0.61: - Fix bashrc on various OS/shell. See GH #302 0.60: # 2013-03-17T21:44:12+0100 - Exit status handling in bash function. See ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details. - Fix compatibility with recent local::lib version. - Delay the loading of server modules. - Fix warnings when runing `perlbrew off` 0.59: # 2013-02-17T12:34:10+0100 - New feature: "perlbrew install --switch $perl" - New feature: "perlbrew install stable" - Fix "--quiet" options for "exec" command - Fix mulitple test failures and warnings 0.58: # 2012-11-16T08:45:18+0100 - Fix infinite re-exec loop as identified in #263 - Fix a case where PERL5LIB still contains previous entries after deactivating or activating other ones. 0.57: # 2012-11-13T19:57:03+0100 - Fix an infinite re-exec loop 0.56: # 2012-11-11T23:10:30+0100 - Fix GH #261, which breaks `off` and `swich-off` commands. 0.55: - Revert the requirement of 5.8.8. Now require 5.8 - Add PERLBREW_CPAN_MIRROR environment variable - Deal with a minor local::lib path problem. See GH #254.
2013-07-13Updated devel/p5-CPAN-Perl-Releases to 1.24wen1-1/+2
2013-07-13Update to 1.24wen2-7/+6
Upstream changes: ----------------------------------------- version 1.24 at 2013-06-21 07:01:12 +0000 ----------------------------------------- Change: 73f1b5bdee2bcf52a9e39f7ae61ca4d003881f22 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-06-21 08:01:12 +0000 Updated for v5.19.1 Change: 76c5a70570ee99229c4553717e4368782dad77c7 Author: Chris Williams <chris@bingosnet.co.uk> Date : 2013-05-27 03:05:10 +0000 Merge pull request #2 from salva/give-more add sub 'perl_versions' that returns the list of versions supported by the module Change: 311199c26fcf63d80b39bcacc462e87e0b593aed Author: Salvador <sfandino@yahoo.com> Date : 2013-05-27 11:06:12 +0000 add tests for perl_versions sub Change: fe9542930febd38718ecaf459c80da36507e9741 Author: Salvador <sfandino@yahoo.com> Date : 2013-05-27 10:08:41 +0000 add perl_versions function returning list of perl versions known to the module ----------------------------------------- version 1.22 at 2013-05-20 13:25:00 +0000 ----------------------------------------- Change: ed957be9c3111676ffb25194a8531928032b2746 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-20 14:25:00 +0000 Fixing distribution Change: 6582aa42e3fe2769ed1588c75f1f3ee9362593f0 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-20 14:24:10 +0000 Updated for v5.19.0 ----------------------------------------- version 1.20 at 2013-05-18 13:57:11 +0000 ----------------------------------------- Change: 031e41245d08267e244c8446e8085d695e8956c7 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 14:57:11 +0000 Updated for v5.18.0 \o/ ----------------------------------------- version 1.16 at 2013-05-16 06:55:41 +0000 ----------------------------------------- Change: bfc7cb272a3854f5a61aed2f40591e74f01d5f29 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-16 07:55:41 +0000 Updated for v5.18.0-RC4 ----------------------------------------- version 1.14 at 2013-05-13 21:59:54 +0000 ----------------------------------------- Change: 3882ae87524c944ef1c63ead804c583e9165a43b Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-13 22:59:54 +0000 Updated for v5.18.0-RC3 ----------------------------------------- version 1.12 at 2013-05-13 07:11:33 +0000 ----------------------------------------- Change: 625b20e9dee61f43d054f0e798399611c70f1bce Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-13 08:11:33 +0000 Updated for v5.18.0-RC1/RC2 ----------------------------------------- version 1.10 at 2013-04-21 08:23:41 +0000 ----------------------------------------- Change: d369eb6b8a337a0365e74f79af7c1b7cca5a0f3e Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-04-21 09:23:41 +0000 Updated for v5.17.11
2013-07-13Updated devel/p5-Capture-Tiny to 0.22wen1-1/+2
2013-07-13Update to 0.22wen2-7/+6
Upstream changes: 0.22 2013-03-27 15:50:29 America/New_York Documented: - Issue tracker is now github 0.21 2012-11-14 19:04:49 America/New_York Changed: - Skips tee and leak tests for closed STDIN on Perl prior to 5.12 when PERL_UNICODE=D. Documented lack of support as a known issue. - Isolated tee subprocesses from effects of PERL_UNICODE as a precaution (though this did not fix the above issue). - Improved layer detection for handles proxied due to being closed or tied.
2013-07-13partially fix build with giflib-5.obache2-1/+142
2013-07-13Added textproc/jansson version 2.4wiz1-1/+2
2013-07-13+ jansson.wiz1-1/+2
2013-07-13Import jansson-2.4 as textproc/jansson.wiz4-0/+40
Jansson is a C library for encoding, decoding and manipulating JSON data. It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite
2013-07-13+ apache-ant-1.9.2, asymptote-2.24, libusbx-1.0.16.wiz1-3/+4
2013-07-13Updated devel/p5-local-lib to 1.008010wen1-1/+2
2013-07-13Update to 1.008010wen2-8/+7
Upstream changes: 1.008010 2013-05-26 - Fix a split on undefined value warning (David Golden -- see https://github.com/gugod/App-perlbrew/issues/305) 1.008009 2013-02-24 - Remove Carp::Always dep 1.008008 2013-02-24 - Fix putting arch path in PERL5LIB - Refactor Win32 path handling out of ensure_dir_structure_for() - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with : - Fix ~/perl5/bin missing in $PATH 1.008007 2013-02-17 - Back to 1.008004 with Carp fix since subsequent releases were botched - Avoid issue where PERL5LIB Carp is older than local::lib one
2013-07-13Updated devel/p5-Devel-PatchPerl to 0.96wen1-1/+2
2013-07-13Update to 0.96wen2-7/+6
Upstream changes: version 0.96 at 2013-07-08 06:53:34 +0000 ----------------------------------------- Change: a78109ca3e2c9338bf98185c2014ba2be4a04942 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-07-08 07:53:34 +0000 Fix patch applying for v5.18.0 ----------------------------------------- version 0.94 at 2013-07-07 13:45:00 +0000 ----------------------------------------- Change: c5257739abd2cde575036ba9b105977679a30273 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-07-07 14:45:00 +0000 Added commit 4149c7198d9b78d861df289cce40dd865cab57e7 Fixes a regmatch pointer 32-bit wraparound regression in v5.18.0 ----------------------------------------- version 0.92 at 2013-07-07 13:29:48 +0000 ----------------------------------------- Change: 8881838495367f05f599939d4e1eac86106785fa Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-07-07 14:29:48 +0000 Update Midnight BSD hints for 0.4-RELEASE ----------------------------------------- version 0.90 at 2013-05-18 22:58:06 +0000 ----------------------------------------- Change: fe0a97026ae5a56374b1d9a5968554a0c9b693bc Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 23:58:06 +0000 Bumped version to 0.90 Change: cc5a37b1298b45fe2e74a4db92e85561a12f1052 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 23:50:04 +0000 Added gcc m64 fixes for Solaris 11 http://perl5.git.perl.org/perl.git/commitdiff/1ddb6a4 http://perl5.git.perl.org/perl.git/commitdiff/767f54d Change: 815ff70a8a86c97742a0afdc5a092c590c729e80 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 22:04:29 +0000 Update hpux hints Change: 089592af98239448a956586cf8998dee7b2ab7b6 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 21:46:55 +0000 Added hints audit tool Change: 842e6a11a1dac1adfa253a4a9dbd60d53286fa8e Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-18 18:24:52 +0000 Added 'hints' function to Devel::PatchPerl::Hints ----------------------------------------- version 0.88 at 2013-05-16 12:02:55 +0000 ----------------------------------------- Change: 7a381f7a969eeb683343ddc3511169298aa19889 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-16 13:02:55 +0000 Make determine_version() available in the public API https://github.com/bingos/devel-patchperl/issues/12 ----------------------------------------- version 0.86 at 2013-05-08 15:39:07 +0000 ----------------------------------------- Change: 50d0a6e5c2b5f25de596463f219c78204e0ae477 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-05-08 16:39:07 +0000 Bump version Change: 09c3d04f1eddb60cdbba7b597a9c114c7396be2f Author: Chris Williams <chris@bingosnet.co.uk> Date : 2013-05-08 08:11:48 +0000 Merge pull request #11 from hirose31/prevent-premature-hsplit Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1, 5.12.5 Change: 19a38ec13e6634a4707bb5043da051b6c551c23f Author: HIROSE Masaaki <hirose31@gmail.com> Date : 2013-05-08 13:52:42 +0000 Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1, 5.12.5 ----------------------------------------- version 0.84 at 2013-03-08 21:35:14 +0000 ----------------------------------------- Change: 7b5f0d6c51dbff9a22f250813e230816d3d36f08 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-03-08 21:35:14 +0000 Remove requirement on IPC::Cmd This should make the perlbrew peeps happy ----------------------------------------- version 0.82 at 2013-02-25 21:38:08 +0000 ----------------------------------------- Change: 3e146301433f8098460dc6fd5d1930fc48c2903a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 21:38:08 +0000 Update Linux hints ----------------------------------------- version 0.80 at 2013-02-25 12:04:03 +0000 ----------------------------------------- Change: ef4dfcccd90f7f786847998cba8891b69fd5a2e1 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 12:04:03 +0000 Bump version to 0.80 Change: 4e3020edfa3b3adcb79dd4d3c8e410f8cb12bf53 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 12:02:09 +0000 Ensure that the linux hints file gets updated for kfreebsd as well Change: 52fde6650e6a6324c7817fb81d9d08260f73d96a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-25 11:41:38 +0000 Add updated hints for gnukfreebsd ----------------------------------------- version 0.78 at 2013-02-17 16:58:31 +0000 ----------------------------------------- Change: 0c2be36694492d5824f7704cf9d3473c28228d99 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-02-17 16:58:31 +0000 Added midnightbsd hints file which supports 0.4
2013-07-13try to fix build for the case missing AI_ADDRCONFIG (NetBSD-5).obache2-1/+19