summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz31-342/+28
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-04-08POSIX says that the target directory for "pax -rw" must exist. The paxbsiegert1-1/+2
implementation in MirBSD enforces this. Use ${MKDIR} to create the target directory before running pax. Unbreaks things like firefox-l10n and friends on MirBSD.
2012-04-08Note in the MESSAGE that git-svn requires p5-subversion, as suggesteddholland2-2/+6
in PR 45058.
2012-04-08Add missing entry.dholland1-1/+2
2012-04-07Mark BROKEN; has not been buildable (in various differing ways) fordholland1-1/+3
some time. Will be removed in due course unless someone fixes it. Dead upstream; no successor. If you need this, speak up on pkgsrc-users.
2012-04-07updated devel/diffutils to 3.2schwarz5-43/+52
2012-04-07corrected patch-lib_isnan.c to correctly terminate with a '\' the line withinschwarz2-7/+9
a multi-line statement. Gcc does not seem to care about this, however for Sun cc the missing '\' broke things.
2012-04-07Update to 3.0.0, called 3.0za in pkgsrc to be newer than 3.0z.wiz2-7/+7
Changes: not found.
2012-04-07Update to 2.1.2:wiz2-8/+6
This is a regularly-scheduled bugfix release. alias: abort on missing positional args (issue3331) aliases: use empty string for missing position parameters (issue3331) bookmarks: clone non-divergent bookmarks with @ in them convert/git: abort if git submodules are detected (issue2150) convert: deal with empty splicemap path (issue3311) dirstate: avoid normalizing letter case on icasefs for exact match (issue3340) dirstate: fix some problems for recursive case normalization (issue3342) dirstate: normalize case of directory components extdiff: escape filenames with vim/DirDiff and make quoting work with Windows filemerge: remove temporary files when using internal:dump as merge-tool filemerge: restore default prompt for binary/symlink lost in 83925d3a4559 icasefs: use case preserved root for 'util.fspath()' invocation (issue3302) largefiles: suppress unexpected warning of 'hg status' for removed files localrepo: fix unpushable repos when using bookmarks (issue3317) merge: accept missing revisions in symlink flag merge (issue3316) merge: handle linear update to symlink correctly (issue3316) mq: fix qpush --move with comments in series file between applied patches qfinish: comply with the phases.new-commit option in secret mode (issue3335) rebase: move bookmarks as needed with pull --rebase (issue3285) rebase: properly calculate descendant set when aborting (issue3332) rename: handle case-changing (issue1717) setup.py: don't call splitlines twice on the output of xcodebuild (issue3277) strip: enhance repair.strip to receive a list of nodes (issue3299) strip: ignore -n (issue3326) (BC) wix: add phases help text and two more translations (issue3288)
2012-04-06restore kqueue patch checksumswiz1-1/+4
2012-04-06Fix build problem on the platform without RLIMIT_AS; NetBSD 4.taca2-1/+20
No PKGREVISION bump since it is simply fix of build problem.
2012-04-06Make sure to initialize mutex before use it. Should be fix PR pkg/46266taca3-8/+21
by me. Bump PKGREVISION but no need to recursive bump since it simply fixes internal problem of glib2 and no external interface at all.
2012-04-04Update master site URL and home page.tron1-4/+3
The old master site URL results in a HTTP authentication request which hangs (at least) interactive builds.
2012-04-02Fix the first two or three build failures. Judging by what comes nextdholland7-1/+169
it is probably not worth trying to patch this any further, rather than updating it (although there are/were some problems with things it may depend on) but maybe making some progress will inspire someone else to take this up. In particular I tracked down the lossage where it was looking for vala 1.0 and the current vala versions are 0.12 and 0.14. It seems that what someone optimistically intended at some point to be vala-1.0 (after vala-0.9) ended up released as vala-0.10.
2012-04-01Updated to 4.0rhaen2-7/+6
Changes: no changelog provided by upstream
2012-04-01Updated to 1.36rhaen2-7/+6
Changes: 1.36 (2012/02/11) * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for perl 5.16 * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to add a trailing dot to its messages. 1.35 (2012/01/03) * (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn to warn() unconditionally and send the message to log4perl which will log it only if the log level conditions are met. * (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed. 1.34 (2011/11/04) * (ms) InternalDebug now replaces all instances of INTERNAL_DEBUG, not just the first one. * (ms) Added test case for get_logger() with a ref() on the actual object instead of on a static category. Updated docs. * (ms) %d{e} in PatternLayout now returns epoch seconds * (ms) [RT 72056] Messages blocked by an appender threshold are no longer passed on to the L4p::Appender::Buffer as undefined entries. 1.33 (2011/05/31) * (ms) [RT 67132] Applied patch by Darin McBride to allow for empty syswrite messages in the file appender. * (ms) [RT 68105] Fixed init-hash handling of subroutine references, reported by Frew Schmidt. * (ms) Mike Schwern noticed confusing DESTROY calls to clean up loggers and appenders (http://stackoverflow.com/questions/5914088 and https://github.com/mschilli/log4perl/issues/7), so I put on my hazmat suit and cleaned it up. Now perl's garbage collector takes care of disposing of logger and appender carcasses. * (ms) Added Log::Log4perl->remove_logger($logger) to remove a logger from the system. 1.32 (2011/02/26) * (ms) Fixed %T caller_depth with wrapper_register(), reported by David Christensen. * (ms) [RT 63053] Fixed for qw() {} deprecated (Todd Rinaldo) * (ms) [RT 62674] Fixed call to deprecated form of UNIVERSAL::can (Karen Etheridge). * (ms) [RT 62896] Log::Log4perl::Appender::ScreenColoredLevels now inherits from Log::Log4perl::Appender::Screen and therefore supports the utf8 flag. * (ms) [RT 64318] Andrew Sayers provided a better error message for "threshold needs to be uppercase". * (ms) CharleyDixon fixed LOGWARN when :no_extra_logdie_message is in use to no longer exit().
2012-04-01Updated to 0.109rhaen2-7/+6
Changes: UNIVERSAL::isa and UNIVERAL::can are no longer called as functions: this was deprecated in UNIVERSAL 1.03. (RT#74760, Karen Etheridge) the code that builds the exporter configuration is cleaned up; more documentation of how it may change (for the better, without breaking stuff) should appear in the near futureChanges:
2012-04-01Fix build on FreeBSD 9.0.ryoon13-64/+112
* Add some conditional for FreeBSD. * Fix for FreeBSD's kinfo_proc * It seems that FreeBSD supports posix spawn, but xulrunner does not use it. (I am not famiiar with it..., this should be fixed.) * FreeBSD 9.0 requires EXTRA_DSO_LDOPTS for nss an nspr like DragonFly 3.0.1.
2012-03-29Fix PLIST for gnome option.ryoon1-2/+5
Thank you, Mark Davies.
2012-03-29Sort.wiz1-4/+4
2012-03-28Add missing krb5.buildlink3.mk.dholland1-1/+2
2012-03-27Escape braces in gawk regexps; otherwise they become intervaldholland2-1/+55
expressions, and the latest gawk doesn't like invalid interval expressions much.
2012-03-26Allow deprecated glib features.joerg1-1/+3
2012-03-26Update p5-Tie-File to 0.98, to be newer than perl5 builtin version.obache3-21/+7
While here, set LICENSE same as perl5. What's new in version 0.98: - No changes. Production release after CPAN testers cleared. What's new in version 0.97_01: All changes in this release are from perl 5 porters: - Update address for FSF in POD - z/OS: CPAN-ized ext/ and lib/ - Missing ; in Tie::File - Typos in comments - BeOS specific Updates - turn the alarm off in the tests (was Re: maint @ 20617 (on VMS)) - fix for VMS - last if $last_read_was_short
2012-03-26Fix inet_ntop/inet_pton conflict on SunOS and ABI=64.fhajny1-2/+2
2012-03-25Add dependency on qjson. Bump PKGREVISION.markd2-2/+8
2012-03-23Don't try and find qjson. If it did happen to find it wouldmarkd2-1/+14
try and build and install a test app.
2012-03-23devel/bzr: USE_TOOLS+= msgfmtmarino1-2/+2
2012-03-23Fixes MASTER_SITES's subdir.obache1-2/+2
2012-03-23gtk-doc is required to reconfigure.obache1-1/+2
fixes PR 46159.
2012-03-22Update to Fossil 1.22.asau2-10/+8
Notable changes: * Greatly improved "diff" processing including the new --brief option, partial line matching, colorized in-line diffs, and better performance. * Promote "allow-symlinks" to a versionable setting * Harden the CGI processing logic against DOS attacks * Add the ability to run TH1 scripts after sync requests * Store the repository name in _FOSSIL_ as it is type in the "open" command, possibly as a relative pathname. * Make ".fslckout" the alternative name for the "_FOSSIL_" file. * Change the "ssh:" transfer method to allow all access regardless of user permission. * Improvements to the timeline messages associated with tag changes. (Requires a "fossil rebuild" to take effect.) * Various additions and fixes for the JSON API. * Improved merge-with-rename handling. * --cherrypick merges use their origin's commit message by default. * Added support for multiple concurrent logins per user. * Update to use SQLite version 3.7.11. * Various minor bug fixes.
2012-03-22Restrict copy pattern to avoid failure due to files/CVS not being copied.wiz1-2/+2
2012-03-22Fix build with gcc<4.5.ryoon2-1/+26
For example, fix build on DragonFly 3.0.1. See https://bugzilla.mozilla.org/show_bug.cgi?id=621446
2012-03-22Updating package for Perl5 module namespace::clean from CPAN insno2-7/+7
devel/p5-namespace-clean from 0.21 to 0.23. pkgsrc changes: - adjust dependencies Upstream changes: [0.23] - Rely on B::Hooks::EndOfScope version 0.10 to fix issues with new Module::Runtime versions (>= 0.012) on perl 5.10 due to incorrect hook firing due to %^H localisation. - Fix failures on 5.13.6 due to incorrect version number threshold (RT#74683) [0.22] (official fix of all the %^H ickyness) - Simplify the >= 5.10 PP variant even more - move the hook from DESTROY into DELETE - Force explicit callback invocation order on 5.8 PP [0.21_02] - Replace the %^H tie approach with fieldhashes, fixes all known corner cases and caveats on supported perls >= 5.8.1 (FC) - Compile away the debugger fixup on perls >= 5.15.5 (FC) [0.21_01] - More robust handling of the tied %^H in pure perl mode (RT#73402) - Limit the debugger workarounds to perls between 5.8.8 and 5.14, extend debugger support to all perl versions (FC) (RT#69862) - If possible, automatically install (but not load) the debugger workaround libraries on perls between 5.8.8 and 5.14 (RT#72368) - Add back dropped NAME section (RT#70259)
2012-03-22Updating package for Perl5 module Test::Fatal from CPAN insno2-6/+6
devel/p5-Test-Fatal from 0.008 to 0.010. Upstream changes: 0.010 2012-02-16 10:27:54 America/New_York avoid tickling an overloading bug in perl 5.6 during testing (thanks, Zefram) 0.009 2012-02-09 15:26:11 America/New_York advise against using isnt(exception{...},undef)
2012-03-22Updating package for Perl5 module System::Command from CPAN insno2-6/+6
devel/p5-System-Command from 1.05 to 1.06. Upstream changes: 1.06 Sun Jan 8 00:36:40 CET 2012 [ENHANCEMENTS] - add tests that show that I don't understand what I'm doing with STDIN/OUT/ERR, and remove the offeding code (RT #73614)
2012-03-22Updating package for Perl5 module Path::Class from CPAN insno2-6/+6
devel/p5-Path-Class from 0.24 to 0.25. Upstream changes: 0.25 Wed Feb 15 20:55:30 CST 2012 - resolve() now croak()s instead of die()s on non-existent file. [Danijel Tašov] - Added a traverse() method for directories, based on the fmap_cont() method of Forest::Tree::Pure. It's an alternative to ->recurse, which allows for more control over how the recursion happens. [Jesse Luehrs] - Fixed a grammar error in the docs. [Shlomi Fish]
2012-03-22Updating package for Perl5 module Parse::CPAN::Packages from CPAN insno2-7/+12
devel/p5-Parse-CPAN-Packages from 2.31nb2 to 2.35. pkgsrc changes: - import archivers/p5-Archive-Peek and adjust dependency information Upstream changes: 2.35 Mon Sep 12 21:47:00 GMT+2 2011 - added rudimentary logic to return the subs in a package, as well as verify via regex whether a given sub is in the package 2.34 Tue Aug 30 15:03:00 GMT+2 2011 - added methods to the generated objects to try and retrieve dist contents from a local cpan mirror - some refactoring/cleanup with no functional changes 2.33 Sun Dec 27 10:42:59 GMT+2 2010 - updated documentation - explanation on how to use local cpan cache ( thanks to Slaven Rezić <SREZIC@cpan.org> ) - spelling and package name fixes (Phillip Moore <w.phillip.moore@gmail.com>) - improved memory use a bit by eleminating temp variable (thanks to Chris 'BinGOs' Williams <chris@bingosnet.co.uk>) 2.32 Sun Dec 26 14:02:59 GMT+2 2010 - better windows compatibility (thanks to Vincent Pit <perl@profvince.com>)
2012-03-22Updating package for Perl5 module Memoize from CPAN in devel/p5-Memoizesno2-7/+7
from 1.01nb5 to 1.02 (same as in Perl5 core). Upstream changes: 1.02 Mon, 29 Nov 2010 18:33:58 +0100 * First release with a changelog, woo! * Synchronise with changes in bleadperl up to version 1.01_03. * Memoize::Saves, an experimental example module previously included in this distribution, has been removed and put into its own distribution on CPAN.
2012-03-22Updating package for Perl5 module Module::Build from CPAN insno2-7/+7
devel/p5-Module-Build from 0.38000 to 0.40000. Upstream changes (from 0.3800 to 0.40): 0.40 - Fri Feb 24 18:47:48 CET 2012 - Released 0.39_02 as 0.40 without any code changes 0.39_02 - Thu Feb 17 00:33:18 MET 2012 [BUG FIXES] - Fixed bug where modules without $VERSION might have a version of '0' listed in 'provides' metadata, which will be rejected by PAUSE [David Golden, reported by Christopher Fields] - Fixed bug in PodParser to allow numerals in module names [Tokuhirom] - Fixed bug where giving arguments twice led to them becoming arrays, resulting in install paths like "ARRAY(0xdeadbeef)/lib/Foo.pm" [Leon Timmermans] [DOCUMENTATION] - Fixed deviance from alphabetical order in documentation of constructor parameters. [Eric Brine] - Add documentation for configure_requires constructor parameter. [Eric Brine] - Change some of the docs' language describing relationship to MakeMaker. [Ken Williams] [OTHER] - List Perl-Toolchain-Gang repo as official repo 0.39_01 - Thu Jul 21 16:48:48 EDT 2011 [BUG FIXES] - Fixed bug with a nested directory named 'share' inside a ShareDir (RT#68585) [David Golden] - Fixed failing tilde.t when run under UID without passwd entry (RT#67893) [Dominic Hargreaves] [DOCUMENTATION] - Fixed typo in Module::Build (RT#67008) [David Golden] [OTHER] - Pod to HTML internals changed to support new Pod::Html work in the Perl core
2012-03-22Updating package for Perl5 module MetaCPAN::API from CPAN insno2-6/+6
devel/p5-MetaCPAN-API from 0.34 to 0.42. Upstream changes: 0.42 08.01.12 * Corrected documentation in MetaCPAN::API::Source. * Updated Dist::Zilla configuration, added more tests. 0.41 07.01.12 * Use Test::TinyMocker 0.02 syntax in tests to avoid test fails. 0.40 06.01.12 * Fixed JSON encoding so ElasticSearch won't fail. (Christian Walde) * Documentation fixes (Logan - logie17). 0.34 02.10.11 * Added MetaCPAN::API::Source (Renee Baecker). * Fix of HTTP::Tiny content-type in options (Renee Baecker). * Typo fix (Olaf Alders, reported by @doherty).
2012-03-22Bump PKGREVISION reflecting the default Ruby's version change.taca2-4/+4
2012-03-22Update package for Perl5 module Params::Validate from CPAN insno2-6/+7
devel/p5-Params-Validate from 1.00 to 1.06. pkgsrc changes: - add Module::Implementation requirement Upstream changes: 1.06 2012-02-10 - Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by Aaron James Trevena. RT #74742. 1.05 2012-02-08 - The XS code had a code path where it could pass the contents of a Perl variable as the first argument to the XS croak() subroutine. This subroutine is like printf(), and should receive a format string as its first argument. According to RT #74777, this can lead to segfaults on some systems. This could in theory be a security bug, but it's very unlikely that untrusted user input could end up being passed to this croak(). It is called when a spec specifies a "depend" value on another parameter. The value of the "depend" parameter was passed in the first argument to croak(). Reported by Andreas Voegele. 1.04 2012-02-08 - Use the latest Module::XSOrPP dzil plugin to generate a saner Build.PL. No need update if you're using an earlier version. 1.03 2012-02-06 - This release uses Module::Implementation to handle loading the XS or pure Perl implementation of Params::Validate. 1.02 2012-02-06 - The previous release never loaded the XS implementation, even if it had been compiled. - With newer versions of Perl, the pure Perl implementation treated regexp objects differently than the XS implementation. They should be treated as belonging to the SCALARREF type for backwards compatibility. - These two bugs combined managed to break the test suites of a number of modules on CPAN. This release should fix them. 1.01 2012-02-05 - The generated Build.PL detects whether or not the machine it's run on has a working compiler, and disables XS automatically if it doesn't. Fixes RT #44719.
2012-03-22Updating package for Perl5 module Params::Util from CPAN insno2-6/+6
devel/p5-Params-Util from 1.04 to 1.07. Upstream changes: 1.07 Sun 11 Mar 2012 - Disable XS version on cygwin as it shows bizarre behaviour that breaks form when using Params::Util XS verwion. 1.06 Thu 1 Mar 2012 - Remove the need for the sanexs.c file by generating into a temp file instead. 1.05 Thu 1 Mar 2012 - Restore compatibility with pre-5.8.8 Perls without a working compiler available install time (RIBASUSHI)
2012-03-22Updating package for Perl5 module Clone::Fast from CPAN insno3-6/+23
devel/p5-Clone-Fast from 0.92 to 0.96. pkgsrc changes: - add patch from RT#65485 to fix for Perl 5.11.0 and above Upstream changes: Sun Feb 12 17:43:44 PST Version 0.96 Remove debugging code Fri Feb 10 21:48:38 PST Version 0.94 Don't infinite recurse on @ magic.
2012-03-22Updating package for Perl5 module Class::Base from CPAN in devel/p5-Class-Basesno2-8/+7
from 0.03nb3 to 0.04. pkgsrc changes: - don't use per author download location, use module namespace one's Upstream changes: #------------------------------------------------------------------------ # Version 0.04 2012/02/06 #------------------------------------------------------------------------ * Test script is using Test::More instead the home-made ok() and is(). * Recommend using Badger::Base instead. * Gabor Szabo co-maintainer.
2012-03-22Updating package for Perl5 package Class::Autouse from CPAN insno2-6/+6
devel/p5-Class-Autouse from 2.00 to 2.01. Upstream changes: 2.01 Fri 3 Feb 2012 - Removing the use of "defined @array" deprecated in 5.16
2012-03-22Updating package for Perl5 module Cache::FastMmap from CPAN insno2-6/+6
devel/p5-Cache-FastMmap from 1.39 to 1.40. Upstream changes: 1.40 Mon Dec 5 10:30 2011 - Work around reference holding bug in Compress::Zlib
2012-03-22Updating package for Perl5 module CPAN::Meta::YAML from CPAN insno2-6/+6
devel/p5-CPAN-Meta-YAML from 0.007 to 0.008. Upstream changes: 0.008 2012-03-14 17:13:24 EST5EDT - Generated from ADAMK/YAML-Tiny-1.51.tar.gz - Updated from YAML-Tiny to fix compatibility with older Scalar::Utils
2012-03-22Updating package for Perl5 module ExtUtils::MakeMaker from CPAN insno2-7/+6
devel/p5-ExtUtils-MakeMaker from 6.59nb2 to 6.62. Upstream changes since 6.59 (6.60 was skipped): 6.62 Sun Oct 23 16:43:36 PDT 2011 No changes from 6.61_01 6.61_01 Sat Sep 24 22:16:13 PDT 2011 Win32 * Liblist::Kid now checks the ActiveState MinGW library path environment variable [MITHALDU] * Further fixes to the Win32 quoting rules. Fixes failures on VC8+. [rt.cpan.org #69528] [SHAY]