Commit graph

18919 commits

Author SHA1 Message Date
apb
a93e4b8389 Perl is needed at build time. So add these lines to the Makefile
USE_TOOLS+=             perl:run
CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
2012-09-28 17:34:18 +00:00
jperkin
8c2c7a1014 Disable CDROM support on Solaris, it is missing the necessary support.
Fixes package.
2012-09-28 09:45:13 +00:00
dholland
2a9ca642a5 Fix warnings about old-style function definitions that are fatal in
some(?) builds.
2012-09-28 08:59:07 +00:00
dholland
0d9bb44819 Mark this BROKEN. It has not been buildable in years and to the extent
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-28 08:30:00 +00:00
jperkin
e39905231b Perform REPLACE_SH on util/compile.
Fixes build hang on Solaris.
2012-09-26 10:13:04 +00:00
sbd
e05bf28b92 Add PLIST.sps (enabled on Linux x86_64/i386 and Darwin) and add sps plist
entry's.

Also an and extra PLIST.jemalloc file.

Bump PKGREVISION.
2012-09-26 09:51:36 +00:00
jperkin
9d84e29c58 Mark as not for Solaris. 2012-09-26 08:19:32 +00:00
jperkin
df42dfc431 Don't blindly pass -mt on Solaris, it's a Sun Studio flag only, and the
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-26 07:37:26 +00:00
jperkin
17e72a7708 USE_TOOLS += gm4. 2012-09-25 15:25:05 +00:00
jperkin
e28e3afe27 USE_TOOLS += gm4. 2012-09-25 15:14:49 +00:00
taca
1cd7e31b94 Update php-memcache to 2.2.7. (leaf package)
- 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-25 14:23:51 +00:00
taca
712ae5441a Add workaround for scmgit-doc build problem. 2012-09-25 14:22:48 +00:00
jaapb
f4c28f69a8 Added a configure argument to enforce installation location of libraries. This
should resolve PR pkg/46995.
2012-09-25 09:02:42 +00:00
sbd
928183fbe1 Change 'pax' to '${PAX}', because 'pax' may not exist if using nbpax. 2012-09-25 07:08:22 +00:00
obache
dc11164d3a Update HOMEPAGE url. 2012-09-24 12:50:23 +00:00
ryoon
601958a392 Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
obache
e803b55f69 Fix Fix build on SunOS.
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-22 04:43:09 +00:00
jperkin
613ec019aa libboost_locale is accounted for in the OPSYS-specific PLIST files,
remove it from the generic one.

Fixes package on Solaris.
2012-09-20 12:23:21 +00:00
prlw1
e71ae6eb83 commit 4e4c87e3: Fix 64bit integer convertion from GValue
(In the vain hope that it might fix
https://bugzilla.gnome.org/show_bug.cgi?id=681157)
2012-09-20 12:00:00 +00:00
ryoon
bf162e6114 Update to 1.466.2
* 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-19 11:09:54 +00:00
jperkin
e7fa0e7ca1 USE_TOOLS+=bash, required for REPLACE_BASH. texi2dvi was being created
with an empty hashbang.
2012-09-18 18:30:58 +00:00
jperkin
e2c5ec862f Remove '19' from list of RUBY_VERSION_SUPPORTED.
Fixes bulk build resolve failure.
2012-09-17 16:11:12 +00:00
cheusov
a3efd7ddb7 Remove option scmgit-gui from devel/scmgit-base (++pkgrevision). Separate
"gitk" into individual package devel/scmgit-gitk.  Approved by wiz@.
Tested on RHEL.
2012-09-16 21:50:16 +00:00
cheusov
8837d9e15d CONFLICTS with glimmer-[0-9]*; ++pkgrevision 2012-09-16 17:19:10 +00:00
taca
3f8b336c54 Update ruby-uglifier to 1.2.7.
Changes are unavailable.
2012-09-16 14:22:01 +00:00
obache
c7b528de30 Update py-testtools to 0.9.15.
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-16 12:37:51 +00:00
taca
aee2dcdf30 Add and enable ruby-hashery. 2012-09-16 08:15:06 +00:00
taca
11bf95c710 Adding ruby-hashery package version 2.0.1.
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-16 08:14:21 +00:00
taca
4c2839c413 Update ruby-uuidtools to 2.1.3.
Changes are unavailable.
2012-09-16 06:27:17 +00:00
taca
5dfa341f09 Update ruby-termcolor to 1.2.2.
Changes are unavailable.
2012-09-16 06:26:40 +00:00
taca
6d0cf457ff Update ruby-rspec-expectations to 2.11.3.
Changes are unavailable.
2012-09-16 06:25:42 +00:00
taca
b62f3fba97 Update ruby-logging to 1.8.0.
== 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-16 06:20:48 +00:00
taca
ffe2c49399 Update ruby-i18n to 0.6.1.
Changes are unavailable.
2012-09-16 06:19:51 +00:00
taca
bcb7196310 Update ruby-flexmock to 1.0.2.
Changes are unavailable.
2012-09-16 06:18:57 +00:00
taca
a72cea4eaa Update ruby-eventmachine to 1.0.0.
Changes are unavailable.
2012-09-16 06:18:08 +00:00
dholland
7b670f31ef Add bl3 file, per request in PR 46909. 2012-09-15 17:25:40 +00:00
dholland
cbee7acca6 fix COMMENT per pkglint 2012-09-15 17:21:52 +00:00
wen
f2ac75a2c0 Fix PKGNAME 2012-09-15 14:47:53 +00:00
wen
6f4952c175 Updated to 3.020000
Updated DESCR

Upstream changes:
3.020000 July 2012
       * new destructor_method option

3.018000 June 2012
       * new options ignore_preds, ignore_object, ignore_objects

3.016000 May 2012
       * new ignore_class and ignore_classes options

3.014000 February 2012
       * tests force Dumper sortkeys

3.012000 February 2012
       * tests allow for "at line 123." with a "."

3.010000 February 2012
       * constructor can return multiple values

3.008000 January 2012
       * Try for Perl 5.6.0 too.
       * XSUB bits in the main docs.
       * Slightly more compact SYNOPSIS.

3.007_001 Sun Jan  6 19:58:00 PST 2012
       * Cope with some tied glob warnings of perl 5.14 and up.

3.007_000 Sun Jan  1 17:29:41 PST 2012
       * New developer's release
       * Add Kevin Ryde's XSUB doc
2012-09-15 14:43:53 +00:00
wen
5146213d3d Updated to 0.3.7
Upstream changes:
0.3.7
  - Fixed too enthusiastic variable interpolation in Euclid specs (RT bug #78854)
  - Fixed bug tracker URL (credits to Kent Fredric)

0.3.6
  - Fixed occasional non-minimized entry when using :minimal_keys specifier

0.3.5
  - Removed extraneous \E (patch by Todd Rinaldo)
  - Better handling of quoted arguments (RT bug #49525, reported by Ken Galinsky)

0.3.4
  - New standard argument --podfile to write the manual in a .pod file
  - Fixed issue where the NAME and VERSION sections appeared as a verbatim
    section (which podchecker complains about)
  - Always convert POD to text when calling help() and man()
  - help() is now paged if IO::Pager::Page is installed
  - Dependency changes:
      Pod::Simple::Text replaces Pod::Text
      Pod::Simple::Text is required instead of recommended,
      IO::Pager::Page is recommended

0.3.3
  - Attempt to extract POD even from files that look binary (might be packaged
    with pp, perlapp or similar program)

0.3.2
  - Another attempt to make the CPAN indexer happy

0.3.1
  - Changed $VERSION to make the CPAN indexer happy
  - Export repeatable options with multiple placeholders as an empty arrayref,
    not as an empty hashref (RT bug #71165, reported by Bill Levering)
2012-09-15 14:28:52 +00:00
taca
8c5789ef41 Update ruby-turn to 0.9.6.
=== 0.9.6 / 2012-06-26
  * Override output() instead of changeing @@out. (#96,#97)
  * Update install instructions in README. (#95)
  * Fix bug in gemspec that interfered with Bundler (#93)
2012-09-15 12:29:11 +00:00
taca
c463602044 Update ruby-mocha to 0.12.4.
= 0.12.4
* Officially support minitest v3.4.0 & test-unit v2.5.2 (still monkey-patching).
2012-09-15 12:28:00 +00:00
taca
d7d8faf41e Update ruby-highline to 1.6.15.
== 1.6.15

* Added support for nil arguments in lists (by Eric Saxby).
* Fixed HighLine's termios integration (by Jens Wille).
2012-09-15 12:26:46 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
asau
86716f5e1b Library major version changed. 2012-09-15 00:22:43 +00:00
asau
a8ac0dbf3f Update to libffi 3.0.11
3.0.11 Apr-11-12
        Add support for variadic functions (ffi_prep_cif_var).
	Add Linux/x32 support.
	Add thiscall, fastcall and MSVC cdecl support on Windows.
        Add Amiga and newer MacOS support.
	Add m68k FreeMiNT support.
	Integration with iOS' xcode build tools.
	Fix Octeon and MC68881 support.
	Fix code pessimizations.
        Lots of build fixes.

3.0.10 Aug-23-11
        Add support for Apple's iOS.
	Add support for ARM VFP ABI.
        Add RTEMS support for MIPS and M68K.
	Fix instruction cache clearing problems on
	  ARM and SPARC.
	Fix the N64 build on mips-sgi-irix6.5.
	Enable builds with Microsoft's compiler.
	Enable x86 builds with Oracle's Solaris compiler.
	Fix support for calling code compiled with Oracle's Sparc
	  Solaris compiler.
	Testsuite fixes for Tru64 Unix.
	Additional platform support.
2012-09-14 23:45:27 +00:00
taca
f671828b6e Update ruby-gettext to 2.3.1.
## 2.3.1: 2012-09-13

It's a Bug and package fix release.
Then, it's also encoding support release, only if you use Ruby 1.9.

### Improvements

  * [xgettext] Added backword compatibility method
    (GetText::RGetText.run).
    [Suggested by Fotos Georgiadis]
  * [xgettext] Removed deprecated parse argument support.
  * [erb parer] Assumed the encoding in the magic comment of the
    input file as the encoding of it.
  * [ruby parser] Assumed the encoding in the magic comment of the
    input file as the encoding of it.
  * [xgettext] Added the "--output-encoding" option to set encoding of
    output pot file.
  * [xgettext] Used UTF-8 as the default encoding of output pot file.
  * [xgettext] Supported multiple encoding sources.

### Changes

  * [MoFile] Returned nil instead of "" as msgstr when its msgid isn't
    translated (when this msgstr is "").
  * [PoParser] Converted msgstr from "" to nil when parsing.

### Fixes

  * Added missing .yardopts file. [Reported by Takahiro Kambe]
  * [news] Fixed Eddie Lau name instead of github name.
  * [msginit] Added the "Plural-Forms:" entry to the header even if a
    pot file doesn't have it.
  * [msgmerge] Fixed the bug the new line between a header and
    contents doesn't exist.
  * [msginit] Fixed the bug that msgstr with msgid_plural aren't
    generated in output po file.
  * [xgettext] Supported class based xgettext parser add API.
    [GitHub #10] [Suggested by Michael Grosser]
  * [erb parer] Fixed erb parser bug with unicode msgid in Ruby 1.9
    ERB templates.
    [Github #9] [Patch by Fotos Georgiadis]
  * Added missing documents for GetText::Tools::XGetText.

### Thanks

  * Takahiro Kambe
  * Michael Grosser
  * Fotos Georgiadis
2012-09-14 16:02:44 +00:00
asau
571dbb0db1 Better point to the index page rather than wiki.
From Snader_LB via IRC.
2012-09-14 14:31:39 +00:00
wiz
31ee60a5cb Add comments to patches. 2012-09-14 13:26:20 +00:00
wiz
28fc0a8050 Add comments to patches. 2012-09-14 13:20:20 +00:00