summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-05-18MirBSD has a 64-bit time_t.bsiegert1-2/+2
2012-05-18Update to 1.0.23:schnoebe4-60/+6
changes from 1.0.22 to 1.0.23 ----------------------------- * have cvsd-buildroot look in all multiarch subdirectories of /lib for NSS libraries * portability improvement by Eric Schnoebelen * Debian packaging updates
2012-05-17ruby-daemon_control -> ruby-daemon_controllerjnemeth1-2/+2
2012-05-16devel/gps: Fix indirect linking on DragonFlymarino2-5/+6
2012-05-16Added devel/ruby-daemon_controllerfhajny1-1/+2
2012-05-16Import ruby18-daemon_controller-1.0.0 as devel/ruby-daemon_controller.fhajny4-0/+36
daemon_controller is a library for starting and stopping specific daemons programmatically in a robust, race-condition-free manner.
2012-05-15Changes 2.32.0:adam3-9/+141
Glib: * Dispatcher: Don't send messages to a deleted Dispatcher. * Make SignalTimeout/SignalIdle::connect_once() more thread safe. * Document Glib::Property and Glib::PropertyBase. gmmproc: * Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE. * Generate the documentation of default constructors of interface classes. Build: * Update Visual Studio projects.
2012-05-15Changes 1.7.10.2:adam2-6/+6
* The test scaffolding for git-daemon was flaky. * The test scaffolding for fast-import was flaky. * The filesystem boundary was not correctly reported when .git directory discovery stopped at a mount point. * HTTP transport that requires authentication did not work correctly when multiple connections are used simultaneously. * Minor memory leak during unpack_trees (hence "merge" and "checkout" to check out another branch) has been plugged. * In the older days, the header "Conflicts:" in "cherry-pick" and "merge" was separated by a blank line from the list of paths that follow for readability, but when "merge" was rewritten in C, we lost it by mistake. Remove the newline from "cherry-pick" to make them match again. * The command line parser choked "git cherry-pick $name" when $name can be both revision name and a pathname, even though $name can never be a path in the context of the command. * The "include.path" facility in the configuration mechanism added in 1.7.10 forgot to interpret "~/path" and "~user/path" as it should. * "git config --rename-section" to rename an existing section into a bogus one did not check the new name. * The "diff --no-index" codepath used limited-length buffers, risking pathnames getting truncated. Update it to use the strbuf API. * The report from "git fetch" said "new branch" even for a non branch ref. * The http-backend (the server side of the smart http transfer) used to overwrite GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL with the value obtained from REMOTE_USER unconditionally, making it impossible for the server side site-specific customization to use different identity sources to affect the names logged. It now uses REMOTE_USER only as a fallback value. * "log --graph" was not very friendly with "--stat" option and its output had line breaks at wrong places. * Octopus merge strategy did not reduce heads that are recorded in the final commit correctly. * "git push" over smart-http lost progress output a few releases ago; this release resurrects it. * The error and advice messages given by "git push" when it fails due to non-ff were not very helpful to new users; it has been broken into three cases, and each is given a separate advice message. * The insn sheet given by "rebase -i" did not make it clear that the insn lines can be re-ordered to affect the order of the commits in the resulting history. * "git repack" used to write out unreachable objects as loose objects when repacking, even if such loose objects will immediately pruned due to its age. * A contrib script "rerere-train" did not work out of the box unless user futzed with her $PATH. * "git rev-parse --show-prefix" used to emit nothing when run at the top-level of the working tree, but now it gives a blank line. * The i18n of error message "git stash save" was not properly done. * "git submodule" used a sed script that some platforms mishandled. * When using a Perl script on a system where "perl" found on user's $PATH could be ancient or otherwise broken, we allow builders to specify the path to a good copy of Perl with $PERL_PATH. The gitweb test forgot to use that Perl when running its test.
2012-05-15Fix g-ir-scanner issues on Mac OS Xadam3-5/+24
2012-05-15Changes 2.32.3:adam4-13/+12
* Bug fixes: Correct a typo in the ELF configure check Reset LIBS after the ELF configure check Fix GIO/GObject Visual C++ projects gio: fix error handling in async case of GProxy... GConverterInputStream: fix an infinite loop... * Translation updates: Bulgarian Catalan Czech German Japanese Slovenian Telugu
2012-05-15fix download.reed1-2/+5
launchpad now redirects to https.
2012-05-14* Ignore nonzero exit status of hg pull, which can happen when thereschmonz2-6/+6
were no changes to pull. Closes: #661870 * Add vcsh to Suggests. * Recognize a repo with a .git file as a git repo. * Improve bzr register's heuristics to determine upstream repo. Closes: #672843
2012-05-14Strengthen a configure test so it doesn't depend on -Werror. This is notdholland2-1/+22
strictly necessary but makes the package behave when using the wrappers to fiddle with warning options, which I've been doing.
2012-05-13Use MOZILLA_DIR so that this also works for www/seamonkey.bsiegert1-2/+2
2012-05-13Fix build of xulrunner by turning off optimization in one file.bsiegert1-2/+7
Tested on 5.99.51/x86_64 but reported also on 5.1. See http://mail-index.netbsd.org/pkgsrc-users/2012/04/26/msg016186.html for details.
2012-05-13To use the options framework bsd.options.mk must be include.sbd2-3/+10
Also only add '--enable-libedit' to the configure args if the builtin readline is libedit. Bump PKGREVISION.
2012-05-12Add CONFLICTS with new man-pages package. For details, seewiz3-3/+9
man-pages/Makefile.
2012-05-12+ man-pages.wiz1-1/+2
2012-05-12Initial import of man-pages-3.41.wiz5-0/+2208
This package contains Linux man pages for sections 2, 3, 4, 5, and 7.
2012-05-12Made building docs an option; now tex and friends are not required for ↵adam3-1434/+1450
buildlink.
2012-05-11update to 5.0.5drochner2-6/+6
changes: bugfixes, in particular for glitches with newer CPUs
2012-05-11Update package for CPAN distribution Perl::Critic in devel/p5-Perl-Criticsno2-7/+7
from 1.116 to 1.117. pkgsrc changes: - mark requirement update of p5-PPIx-Regexp to 0.022 Upstream changes: [1.117] Released on 2011-12-21 HAPPY HOLIDAYS! New Policies: * Variables::ProhibitAugmentedAssignmentInDeclaration reports constructs like 'my $x += 1'. Contributed by Mike O'Regan Policy Changes: * BuiltinFunctions::ProhibitLvalueSubstr: Add explicit 'use version'. RT #68498. * CodeLayout::ProhibitHardTabs: Add 'pbp' to the default_themes list. RT #71093. * ControlStructures::ProhibitMutatingListFunctions now understands that tr///r (introduced in 5.13.7) does not change its operand. * ControlStructures::ProhibitMutatingListFunctions now understands that '//=', '<<=', and '>>=' are assignment operators. RT #70901. * ErrorHandling::RequireCheckingReturnValueOfEval now allows things like grep { eval $_ }. RT #69489. * Modules::RequireExplicitPackage now has configuraion option allow_import_of, to allow the import of specified modules before the package statement. RT #72660. * RegularExpressions::ProhibitEnumeratedClasses no longer thinks that [A-Za-z_] matches \w. RT #69322. * RegularExpressions::ProhibitUnusedCaptures now skips the first block of an 'if' or 'elsif' if the regular expression is bound to its operand with the '!~' operator. RT #69867. * RegularExpressions::ProhibitUnusedCaptures now looks into lists and blocks in the replacement portion of the regular expression if /e is asserted. RT #72086. * RegularExpressions::RequireDotMatchAnything, RegularExpressions::RequireExtendedFormatting and RegularExpressions::RequireLineBoundaryMatching now honor defaults set with 'use re "/modifiers"'. RT #72151. * Subroutines::ProhibitManyArgs now recognizes '+' as a prototype character. * Variables::ProhibitPunctuationVars now recognizes bracketed variables embedded in interpolated strings (e.g. "${$}"). For the purpose of the 'allow' configuration, these are considered equivalent to the unbracketed form. RT #72910. Other Changes: * Corrected POD in Perl::Critic::PPI::Utils. RT #68898. * Perl::Critic::Violation source() method now returns the line containing the violation (not the first line) when the statement containing the violation spans multiple lines.
2012-05-11Updating package for Perl5 distribution PPIx::Regexp in devel/p5-PPIx-Regexpsno2-6/+6
from 0.021 to 0.026. Upstream changes (keep in mind versions with underscores marking developer releases): 0.026 2012-02-24 T. R. Wyant Add support for \F (fold case), added in 5.15.8. 0.025 2012-01-04 T. R. Wyant Tolerate leading and trailing white space around the regular expression. These are still round-trip safe, since the white space is tokenized. Make Changes file conform to CPAN::Changes, and add xt/author/changes.t to ensure continued compliance. 0.024 2011-12-17 T. R. Wyant Reinstate author test xt/author/manifest.t, which was clobbered shortly before the release of 0.021_10. 0.023 2011-12-08 T. R. Wyant Correct address of FSF in the version of the GPL distributed in LICENSES/Copying. Thanks to Petr Pisar for picking this up. 0.022 2011-11-24 T. R. Wyant Correct various documentation errors. The default-modifier functionality is no longer considered experimental. No code changes since 0.021_11. 0.021_11 2011-11-15 T. R. Wyant Don't initialize effective modifiers with '^', since that wrongly asserts that /d has been seen somewhere along the line. Implement negation of match-semantic modifiers (e.g. 'no re /u;') by setting the relevant datum to undef. THE DEFAULT-MODIFIER FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED WITHOUT NOTICE until the next production release. 0.021_10 2011-11-14 T. R. Wyant Support for default modifiers. This includes: * default_modifiers argument to new() in PPIx::Regexp, PPIx::Regexp::Tokenizer, and PPIx::Regexp::Dumper * Public method modifier_asserted() on PPIx::Regexp, to return whether a given modifier is actually in effect. The results of the modifier() method are unchanged. THIS FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED OR REVOKED WITHOUT WARNING. Require Test::More 0.88 for installation. Eliminate all the 'eval { require ... }' logic in favor of 'use Test::More 0.88'. Have Makefile.PL make use of {BUILD_REQUIRES} if it is available. Fix PPIx::Regexp::Token::Whitespace->can_be_quantified() to return false.
2012-05-11Updating package for CPAN module Capture::Tiny in devel/p5-Capture-Tinysno2-6/+6
from 0.17 to 0.18. Upstream changes since 0.17: 0.18 2012-05-04 16:31:53 America/New_York Added - When capture or tee are called in void context, Capture::Tiny skips reading back from the capture handles if it can do so safely 0.17_52 2012-03-09 11:45:19 EST5EDT Fixed: - Tied STDIN is always localized before redirections to avoid tees hanging on MSWin32 - Copying and reopening STDIN is necessary to avoid tees hanging on MSWin32. 0.17_51 2012-03-07 18:22:34 EST5EDT Fixed: - Avoids reopening STDIN while setting up a capture, which avoids some problems with pathological tied filehandle implementations such as in FCGI Tested: - Re-enabled tied STDIN testing for MSWin32 to see if changes above avoid crashes seen historically
2012-05-11Updating package for CPAN distribution App::Cmd in devel/p5-App-Cmdsno2-6/+6
from 0.317 to 0.318 Upstream changes: 0.318 2012-05-04 22:00:34 America/New_York App::Cmd::Tester treats undef code as 0 now (thanks, David Golden) piles of documentation improvement also by David Golden
2012-05-11Updating package for CPAN distribution IO::AIO in devel/p5-IO-AIO fromsno2-6/+6
4.11 to 4.15. Upstream changes: 4.15 Tue Apr 10 06:59:00 CEST 2012 - always include linux/types.h for fiemap, for compatibility to ancient systems (Paul Howarth). - experimental support for IO::AIO::splice and ::tee (no aio_...). - provide SEEK_HOLE and SEEK_DATA, if available. - work around (again!) an immensely stupid bug in RHEL, defining autoconf macros in linux system headers (analysed by Paul Howarth). 4.14 Sat Apr 7 02:45:18 CEST 2012 - fix stat structure usage on windows, which caused bogus stat results. - (libeio) make readahead emulation behave more like actual readahead by never failing. - new request aio_seek. - new request aio_fiemap. - autogenerate the #ifdef/#define 0 blocks for symbols we export. 4.12 Fri Dec 30 08:51:25 CET 2011 - realpath would return a random value if the name was too long, instead of -1. - port to c89.
2012-05-11Use gzip in stdout mode so that the output file is created even with thesbd1-2/+2
'unexpected end of file' error.
2012-05-10Build fix for new glib2.dholland2-1/+17
2012-05-10Missed one.dholland2-1/+17
2012-05-10Build fixes for latest glib2.dholland10-1/+146
2012-05-09Changes in 1.2.7:adam22-213/+363
- Replace use of memmove() with a simple copy for portability - Test for existence of strerror - Restore gzgetc_ for backward compatibility with 1.2.6 - Fix build with non-GNU make on Solaris - Require gcc 4.0 or later on Mac OS X to use the hidden attribute - Include unistd.h for Watcom C - Use __WATCOMC__ instead of __WATCOM__ - Do not use the visibility attribute if NO_VIZ defined - Improve the detection of no hidden visibility attribute - Avoid using __int64 for gcc or solo compilation - Cast to char * in gzprintf to avoid warnings - Fix make_vms.com for VAX - Don't use library or built-in byte swaps - Simplify test and use of gcc hidden attribute - Fix bug in gzclose_w() when gzwrite() fails to allocate memory - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen() - Fix bug in test/minigzip.c for configure --solo - Fix contrib/vstudio project link errors - Add ability to choose the builder in make_vms.com - Add DESTDIR support to mingw32 win32/Makefile.gcc - Fix comments in win32/Makefile.gcc for proper usage - Allow overriding the default install locations for cmake - Generate and install the pkg-config file with cmake - Build both a static and a shared version of zlib with cmake - Include version symbols for cmake builds - If using cmake with MSVC, add the source directory to the includes - Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc - Move obsolete emx makefile to old - Allow the use of -Wundef when compiling or using zlib - Avoid the use of the -u option with mktemp - Improve inflate() documentation on the use of Z_FINISH - Recognize clang as gcc - Add gzopen_w() in Windows for wide character path names - Rename zconf.h in CMakeLists.txt to move it out of the way - Add source directory in CMakeLists.txt for building examples - Look in build directory for zlib.pc in CMakeLists.txt - Remove gzflags from zlibvc.def in vc9 and vc10 - Fix contrib/minizip compilation in the MinGW environment - Update ./configure for Solaris, support --64 - Remove -R. from Solaris shared build (possible security issue) - Avoid race condition for parallel make (-j) running example - Fix type mismatch between get_crc_table() and crc_table - Fix parsing of version with "-" in CMakeLists.txt - Fix the path to zlib.map in CMakeLists.txt - Force the native libtool in Mac OS X to avoid GNU libtool - Add instructions to win32/Makefile.gcc for shared install
2012-05-09Changes:rhaen2-7/+6
0.19 Sat 30 Jul 2011 17:07:16 BST - Change tests to avoid the new warning 'Useless assignment to a temporary' added in 5.15. 0.20 Sun 5 Feb 2012 17:43:22 GMT - Remove a test that was testing the behaviour of perl, rather than of this module, and was testing an aspect of perl’s behaviour that has changed (bf8fb5ebd) in in such a way that the test was failing with bleadperl. 0.21 Wed 29 Feb 2012 16:47:58 GMT - Avoid leaking the RHS of an lnoreturn lvalue sub, thanks to Father Chrysostomos https://rt.cpan.org/Public/Bug/Display.html?id=72083
2012-05-08make mpsabs1-22/+22
2012-05-08Note upstream bug reportmartin21-21/+63
2012-05-08Fix build on SunOS.hans3-3/+22
2012-05-08add & enable tolua++imil1-1/+2
2012-05-08Initial import of tolua++, version 1.0.93, into the NetBSD Packages Collection.imil8-0/+145
Tolua++ is an extended version of tolua, a tool to integrate C/C++ code with Lua. tolua++ includes new features oriented to c++ such as: * Support for std::string as a basic type (this can be turned off by a command line option). * Support for class templates As well as other features and bugfixes. tolua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a cleaned header file (or extracts from real header files), tolua automatically generates the binding code to access C/C++ features from Lua. Using Lua API and tag method facilities, tolua maps C/C++ constants, external variables, functions, classes, and methods to Lua.
2012-05-08Fix wrong patch checksums. hi sbd :-)dholland1-3/+3
2012-05-07Add and enable sfsliteagc1-1/+2
2012-05-07Import sfslite-1.2.7 into the Packages Collection:agc8-0/+306
The SFS toolkit was developed to support the SFS distributed file system (see http://www.fs.net). But because others use the toolkit for other reasons, we're making SFS's libraries available as a separate, lightweight package.
2012-05-07Apply attachment 543716 fromsbd3-5/+37
https://bugzilla.mozilla.org/show_bug.cgi?id=661609 to fix building on Linux 3.0 and up.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland74-148/+148
It turns out there were a lot of these.
2012-05-06Update to 2.2.1:wiz2-6/+6
This is an unscheduled bugfix release to fix a signficant memory leak in hgweb. bookmarks: catch the proper exception for missing revisions help: add reference to template help (issue3413) help: added description for the web.collapse setting largefiles: fix commit of both largefiles and non-largefiles (issue3354) parsers: fix refcount leak, simplify init of index (issue3417)
2012-05-06Build fix for latest glib2.dholland2-1/+17
2012-05-06Changes 1.7.10.1:adam4-9/+10
* Localization message files for Danish and German have been added.
2012-05-06Add destdir support.wiz2-2/+6
(It was so easy that I can only infer that noone cares about these packages :) )
2012-05-06Patch up broken makefiles hidden by failure to check for error in shelldholland7-2/+104
loops.
2012-05-06Fix patch whitespace.dholland1-2/+2
2012-05-06Makefiles should stop on error.dholland2-1/+102
2012-05-05Update install rule patch to stop on error.dholland2-5/+9