summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Correct `HOMEPAGE'.wiz1-2/+2
From Bug Hunting.
2012-10-03Update `DESCR' files (text taken from the home page).wiz2-8/+12
From Bug Hunting.
2012-10-03Support running tests.asau4-5/+33
2012-10-02Update to 0.6.1:wiz3-26/+6
This is purely a bug fix release, and contain no new functionality since 0.6.0. This release fixes a bug in the iterator implementation of flat_segment_tree. Prior to this release, the iterator would treat the position immediately before the end position to be the end position, which would result in incorrectly skipping the last data position during iteration. This release contains a fix for that bug. It also contains fixes for various build errors and compiler warnings. Many thanks to David Tardon, Stephan Bergmann, Tomáš Chvátal, and Markus Mohrhard for having submitted patches since the release of 0.6.0.
2012-10-02Update to 1.13.1.wiz2-6/+6
The changes against 1.13.0 are rather small: a fix for a crash happening when mixing different gcc versions and demangling fails (fdo#52539) using portable way to include header for free (fdo#52536)
2012-10-02Update to 1.12.4:wiz2-6/+6
New in 1.12.4: * WARNING: Future backward-incompatibilities! - Future versions of Automake will likely drop support for the long-deprecated 'configure.in' name for the Autoconf input file. You are advised to use the recommended name 'configure.ac' instead. - Support for the "Cygnus-style" trees (as enabled by the 'cygnus' option) will be removed in the next major Automake release (1.13). - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will be removed in Automake 1.13. The $(mkdir_p) make variable and the @mkdir_p@ substitution will still remain available (as aliases of $(MKDIR_P)) for the moment, for better backward compatibility. - Autoconf 2.65 or later will be required by the next major Automake version (1.13). Until now, Automake has required Autoconf version 2.62 or later. - Starting from the next major Automake version (1.13), the rules to build pdf, ps and dvi output from Texinfo input will use the '--build-dir' option by default. Since such an option was only introduced in Texinfo 4.9, this means that Makefiles generated by future Automake versions will require at least that version of Texinfo. - Starting from the next major Automake version (1.13), the parallel testsuite harness (previously only enabled by the 'parallel-tests' option) will become the default one; the older serial testsuite harness will still be available through the use of the 'serial-tests' option. - The following long-obsolete m4 macros will be removed in the next major Automake version (1.13): AM_PROG_CC_STDC: superseded by AC_PROG_CC since October 2002 fp_PROG_CC_STDC: broken alias for AM_PROG_CC_STDC fp_WITH_DMALLOC: old alias for AM_WITH_DMALLOC AM_CONFIG_HEADER: superseded by AC_CONFIG_HEADERS since July 2002 ud_PATH_LISPDIR: old alias for AM_PATH_LISPDIR jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE ud_GNU_GETTEXT: old alias for AM_GNU_GETTEXT gm_PROG_LIBTOOL: old alias for AC_PROG_LIBTOOL fp_C_PROTOTYPES: old alias for AM_C_PROTOTYPES (which was part of the now-removed automatic de-ANSI-fication support of Automake) - All the "old alias" macros in 'm4/obsolete.m4' will be removed in the next major Automake version (1.13). - The '--acdir' option of aclocal is deprecated, and will probably be removed in the next major Automake release (1.13). You should use the options '--automake-acdir' and '--system-acdir' instead (which have been introduced in Automake 1.11.2). - The 'missing' script will not try anymore to update the timestamp of out-of-date files that require a maintainer-specific tool to be remade, in case the user lacks such a tool (or has a too-old version of it). In fact, starting from Automake 1.13, all it'll do will be giving more useful warnings than a bare "command not found" from a make recipe would. * Warnings and deprecations: - Warnings in the 'obsolete' category are enabled by default both in automake and aclocal. * Miscellaneous changes: - Some testsuite weaknesses and spurious failures have been fixed.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron113-226/+226
requested by Thomas Klausner.
2012-10-02Update to 2.3.2. Shorten DESCR for pkglint.wiz3-41/+20
Changes: amend: preserve phase of amended revision (issue3602) archival: add "extended-timestamp" extra block for zip archives (issue3600) hgweb: avoid bad $$ processing in graph (issue3601) hgweb: fix incorrect graph padding calculation (issue3626) largefiles: fix return codes for multiple commands largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command largefiles: download missing subrepo revs when archiving largefiles: enable islfilesrepo() prior to a commit (issue3541) largefiles: handle commit -A properly, after a --large commit (issue3542) largefiles: preserve exit code from outgoing command (issue3611) largefiles: restore caching of largefiles with 'clone -U --all-largefiles' largefiles: restore normal 'clone -u' and 'clone -U' functionality lock: fixed race condition in trylock/testlock (issue3506) mergetools.hgrc: set vimdiff to check=changed strip: fix revset usage (issue3604) subrepo: encode unicode path names (issue3610)
2012-10-01Fix build on OS X/Darwin.ryoon2-4/+15
Fix embedding @executable_path, and make package errors.
2012-10-01Fix broken librares on OS X/Darwin.ryoon1-1/+9
Build is o.k., but broken. otool -L shows @executable_path string.
2012-09-30Added userspace-rcupettai1-1/+2
2012-09-30liburcu is a userspace RCU (read-copy-update) library. This datapettai5-0/+114
synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible.
2012-09-30Replace WRKDIR with WRKSRC in post-extract target.ryoon1-3/+3
Thanks to Krister Walfridsson on pkgsrc-bulk@NetBSD.org.
2012-09-29Perl is a build-time dependency, not a run-time dependency,apb1-2/+3
so fix the USE_TOOLS definition. Thanks to OBATA Akio for pointing this out. Bump PKGREVISION to 1.
2012-09-29Fix build with tcl85.dholland1-1/+7
2012-09-28Perl is needed at build time. So add these lines to the Makefileapb1-1/+4
USE_TOOLS+= perl:run CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
2012-09-28Disable CDROM support on Solaris, it is missing the necessary support.jperkin1-1/+7
Fixes package.
2012-09-28Fix warnings about old-style function definitions that are fatal indholland2-1/+63
some(?) builds.
2012-09-28Mark this BROKEN. It has not been buildable in years and to the extentdholland1-1/+3
it's not dead upstream (which looks to be minimal) upstream also seems to not be interested in making releases. This package will be removed in due course unless the circumstances change.
2012-09-26Perform REPLACE_SH on util/compile.jperkin1-1/+3
Fixes build hang on Solaris.
2012-09-26Add PLIST.sps (enabled on Linux x86_64/i386 and Darwin) and add sps plistsbd2-3/+15
entry's. Also an and extra PLIST.jemalloc file. Bump PKGREVISION.
2012-09-26Mark as not for Solaris.jperkin1-2/+2
2012-09-26Don't blindly pass -mt on Solaris, it's a Sun Studio flag only, and thejperkin2-97/+108
current wrapper transformation is incompatible since -threads was removed in GCC 4.7. Defaulting to -pthreads will be supported by the sunpro transformations. Fixes package on Solaris/GCC.
2012-09-25USE_TOOLS += gm4.jperkin1-2/+2
2012-09-25USE_TOOLS += gm4.jperkin1-2/+2
2012-09-25Update php-memcache to 2.2.7. (leaf package)taca2-6/+6
- PHP 5.4 compatibility - Fixed return value error get_host_port_from_server(). - Fixed PECL Bug #16672 (memcache.php doesn't support unix socket) - Fixed pecl bug #19374 (memcache.php throws Notice: Undefined index: VALUE when viewing expired items)
2012-09-25Add workaround for scmgit-doc build problem.taca2-4/+16
2012-09-25Added a configure argument to enforce installation location of libraries. Thisjaapb1-1/+2
should resolve PR pkg/46995.
2012-09-25Change 'pax' to '${PAX}', because 'pax' may not exist if using nbpax.sbd1-4/+4
2012-09-24Update HOMEPAGE url.obache1-2/+2
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon1-2/+2
2012-09-22Fix `Fix build on SunOS`.obache1-2/+2
Passing LIBS=-liconv will be result in unwanted libiconv linkage for libdatrie (it is just required for trietool-0.2), then it cause build failure of depending packages due to missing libiconv. Passing sufficient iconv library to configure script with right way, and it also fix build failure on other platforms for the case GNU iconv from pkgsrc is preferred rather than builtin iconv.
2012-09-20libboost_locale is accounted for in the OPSYS-specific PLIST files,jperkin1-4/+1
remove it from the generic one. Fixes package on Solaris.
2012-09-20commit 4e4c87e3: Fix 64bit integer convertion from GValueprlw14-5/+35
(In the vain hope that it might fix https://bugzilla.gnome.org/show_bug.cgi?id=681157)
2012-09-19Update to 1.466.2ryoon3-24/+31
* Fix two security bugs Changelog: Changes in 1.466.2 is unavailable. What's new in 1.466.1 (2012/07/23) A current active build in the build history is lost if the job configuration XML uploaded (issue 12318) UnprotectedRootAction doesn't work for /github-webhook/ (issue 14113) ERR_CONTENT_DECODING_FAILED returned on testResults and console output after Jenkins reload (issue 13625) Cannot parse coverage results Premature end of file. (issue 11251)
2012-09-18USE_TOOLS+=bash, required for REPLACE_BASH. texi2dvi was being createdjperkin1-1/+2
with an empty hashbang.
2012-09-17Remove '19' from list of RUBY_VERSION_SUPPORTED.jperkin1-2/+2
Fixes bulk build resolve failure.
2012-09-16Remove option scmgit-gui from devel/scmgit-base (++pkgrevision). Separatecheusov8-100/+127
"gitk" into individual package devel/scmgit-gitk. Approved by wiz@. Tested on RHEL.
2012-09-16CONFLICTS with glimmer-[0-9]*; ++pkgrevisioncheusov1-1/+4
2012-09-16Update ruby-uglifier to 1.2.7.taca2-9/+7
Changes are unavailable.
2012-09-16Update py-testtools to 0.9.15.obache3-8/+14
0.9.15 ~~~~~~ This is the last release to support Python2.4 and 2.5. It brings in a slew of improvements to test tagging and concurrency, making running large test suites with partitioned workers more reliable and easier to reproduce exact test ordering in a given worker. See our sister project ``testrepository`` for a test runner that uses these features. Changes ------- * ``PlaceHolder`` and ``ErrorHolder`` now support being given result details. (Robert Collins) * ``ErrorHolder`` is now just a function - all the logic is in ``PlaceHolder``. (Robert Collins) * ``TestResult`` and all other ``TestResult``-like objects in testtools distinguish between global tags and test-local tags, as per the subunit specification. (Jonathan Lange) * This is the **last** release of testtools that supports Python 2.4 or 2.5. These releases are no longer supported by the Python community and do not receive security updates. If this affects you, you will need to either stay on this release or perform your own backports. (Jonathan Lange, Robert Collins) * ``ThreadsafeForwardingResult`` now forwards global tags as test-local tags, making reasoning about the correctness of the multiplexed stream simpler. This preserves the semantic value (what tags apply to a given test) while consuming less stream size (as no negative-tag statement is needed). (Robert Collins, Gary Poster, #986434) Improvements ------------ * API documentation corrections. (Raphaël Badin) * ``ConcurrentTestSuite`` now takes an optional ``wrap_result`` parameter that can be used to wrap the ``ThreadsafeForwardingResult``s created by the suite. (Jonathan Lange) * ``Tagger`` added. It's a new ``TestResult`` that tags all tests sent to it with a particular set of tags. (Jonathan Lange) * ``testresultdecorator`` brought over from subunit. (Jonathan Lange) * All ``TestResult`` wrappers now correctly forward ``current_tags`` from their wrapped results, meaning that ``current_tags`` can always be relied upon to return the currently active tags on a test result. * ``TestByTestResult``, a ``TestResult`` that calls a method once per test, added. (Jonathan Lange) * ``ThreadsafeForwardingResult`` correctly forwards ``tags()`` calls where only one of ``new_tags`` or ``gone_tags`` are specified. (Jonathan Lange, #980263) * ``ThreadsafeForwardingResult`` no longer leaks local tags from one test into all future tests run. (Jonathan Lange, #985613) * ``ThreadsafeForwardingResult`` has many, many more tests. (Jonathan Lange)
2012-09-16Add and enable ruby-hashery.taca1-1/+2
2012-09-16Adding ruby-hashery package version 2.0.1.taca4-0/+73
The Hashery is a tight collection of Hash-like classes. Included among its many offerings are the auto-sorting Dictionary class, the efficient LRUHash, the flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass of the CRUDHash which defines a CRUD model on top of Ruby''s standard Hash making it a snap to subclass and augment to fit any specific use case.
2012-09-16Update ruby-uuidtools to 2.1.3.taca3-12/+13
Changes are unavailable.
2012-09-16Update ruby-termcolor to 1.2.2.taca2-6/+6
Changes are unavailable.
2012-09-16Update ruby-rspec-expectations to 2.11.3.taca3-7/+8
Changes are unavailable.
2012-09-16Update ruby-logging to 1.8.0.taca3-10/+11
== 1.8.0 / 2012-09-13 Enhancements - Appenders handle string encodings [issue #46] - Support for diagnostic contexts [issues #23, #32, #42] - Enable JSON formatting of log message [issue #34] Bug Fixes - Fix clash with ActiveSupport autoloader (chewie) [issue #39]
2012-09-16Update ruby-i18n to 0.6.1.taca3-7/+8
Changes are unavailable.
2012-09-16Update ruby-flexmock to 1.0.2.taca3-7/+15
Changes are unavailable.
2012-09-16Update ruby-eventmachine to 1.0.0.taca4-115/+64
Changes are unavailable.