Commit graph

18660 commits

Author SHA1 Message Date
marino
eb918bf90a devel/cmake: Update from 2.8.8 to 2.8.9
Version 2.8.8 has some serious bugs regarding pkgconfig handling.  Luckily
2.8.9 was just released which resolves them.

There are numerous bugfixes, see:
http://www.cmake.org/files/v2.8/CMakeChangeLog-2.8.9
2012-08-11 11:10:54 +00:00
imil
51f7a1272e add & enable ruby-stomp 2012-08-11 06:57:40 +00:00
imil
7f081bae49 Initial import of ruby-stomp, version 1.2.5, into the NetBSD Packages
Collection.

An implementation of the Stomp protocol for Ruby.

STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol.

STOMP provides an interoperable wire format so that STOMP clients can
communicate with any STOMP message broker to provide easy and widespread
messaging interoperability among many languages, platforms and brokers.
2012-08-11 06:56:14 +00:00
wiz
c877ecdd04 Update to 2.3:
This is a regularly-scheduled feature release with numerous improvements and bugfixes.

1.1. Core features
    help: add --keyword (-k) for searching help
    hgweb: side-by-side comparison functionality
    log: support --graph without graphlog extension
    push: accept revset argument for --rev
    merge: bookmarks will no longer automatically merge with unnamed heads or other bookmarks. Instead it picks heads with diverging bookmarks.
    introduce ChangesetsObsolescence concept (experimental)
    bookmarks: allow existing remote bookmarks to become heads when pushing
    bookmarks: pull new bookmarks from remote by default (backward incompatible change)
    bookmarks: delete divergent bookmarks on merge
    bisect: set HG_NODE when runing a command
    graft: allow -r to specify revisions
    graft: implement --log (issue3438)
    graft: remark on empty graft
    hooks: print out more information when loading a python hook fails
    identity: show trailing '+' for dirty subrepos (issue2839)
    incoming/outgoing: handle --graph in core
    merge: warn about file deleted in one branch and renamed in other (issue3074)
    Mercurial can now identify third-party extensions as sources of tracebacks
    outgoing: accept revset argument for --rev
    performance improvement on branchy repo: incrementaly update branchcache
    performance improvement on huge file tree: add a C function to pack the dirstate
    performance improvement for huge .hgignore: process regex with re2 bindings if available
    revset: add "diff" field to "matching" predicate
    revset: add "converted" predicate to find converted changesets
    revset: add "origin" and "destination" predicates, to get graft, transplant or rebase origins or destinations.
    revset: add "extra" predicate to match changesets extra fields (issue2767)
    revset: add pattern matching to "bookmarks/branch/extra/tag/user" predicated

1.2. Extension features
    acl: use of "!" prefix in user or group names
    children: mark extension as deprecated
    convert/svn: handle non-local svn destination paths (issue3142)
    convert: accept Subversion 'file:///c%3A/svnrepo' syntax on Windows
    fetch: mark extension as deprecated
    graphlog: feature is now into core
    histedit: new extension for interactive history editing
    hg-ssh: add read-only flag
    largefiles: add --all-largefiles flag to pull and clone (issue3188)
    largefiles: improve performance by batching statlfile requests when pushing a largefiles repo (issue3386)
    largefiles: no longer attempt to clone all largefiles to non-local destinations
    largefiles: optimize performance when updating (issue3440)
    largefiles: support revsets for cat, outgoing --large and revert
    mq: introduce qpush/qpop/qgoto --keep-changes
    strip: introduce -B option to remove a bookmark
    rebase: allow collapsing branches in place (issue3111)
    rebase: make --dest understand revsets
    rebase: drop the infamous --detach option: rebase now behave with --source and --rev as expectable. It may no longer add second parent to rebased changeset (backward compatible change)
    transplant: handle non-empty patches doing nothing (issue2806)
    transplant: manually transplant pullable changesets with --log

1.3. Fixes
    bisect: fix O(n**2) behaviour (issue3382)
    bookmarks: fix push of moved bookmark when creating new branch heads
    case insensitive file system can no longer be confused by -R on (issue2167)
    copies: one fix related to directory rename detection (issue3511)
    convert: check for failed svn import in debugsvnlog and abort cleanly
    convert: ignore svn:executable for subversion targets without exec bit support
    convert: keep branch switching merges with ancestors (issue3340)
    convert: make filemap renames consistently override revision renames
    debugrevlog: fix a bug with empty repository (issue3537)
    graphlog: don't truncate template value at last \n
    httprepo: ensure Content-Type header exists when pushing data
    largefiles: fix a traceback when addremove follows a remove (issue3507)
    largefiles: fix a traceback when archiving a subrepo in a subrepo
    largefiles: fix addremove when largefile is missing (issue3227)
    largefiles: fix addremove with -R option
    largefiles: fix exception hack for i18n (issue3197)
    largefiles: fix path handling for cp/mv (issue3516)
    largefiles: archive -S now store largefiles instead of standins
    largefiles: fix hg addremove when already removed largefile exists (issue3364)
    merge: do not warn about copy and rename in the same transaction (issue2113)
    mq: add ".hgsubstate" to patch target list only if it is not listed up yet
    mq: create patch file after commit to import diff of ".hgsubstate" at qrefresh
    pager: work around bug in python 2.4's subprocess module (issue3533):
    revlog: zlib.error are no longer sent to the user (issue3424)
    tag: don't allow tagging the null revision (issue1915)
2012-08-11 00:23:03 +00:00
drochner
8c64326b14 update to 0.6.5
changes: bugfixes (in particular a hash table problem)

pkgsrc changes:
-point to vala016 for regeneration of source files (which is only needed
 after patches, not currently)
-add introspection support
2012-08-09 18:54:12 +00:00
minskim
807c205fa4 Add ruby-open4. 2012-08-09 18:16:21 +00:00
minskim
69f6353059 Import ruby193-open4-1.3.0 as devel/ruby-open4.
Open4 is a Ruby library to open child process with handles on pid,
stdin, stdout, and stderr, and manage child processes and their io
handles easily.
2012-08-09 18:15:19 +00:00
wen
c71f882fb9 Update devel/p5-Moo to 1.000002
Upstream changes:
1.000002 - 2012-08-04
  - remove Devel::GlobalDestruction fallback inlining because we can now
    depend on 0.08 which uses Sub::Exporter::Progressive
  - honour BUILDARGS when calling $meta->new_object on behalf of Moose
  - throw an error on invalid builder (RT#78479)
  - fix stupid typo in new Sub::Quote section

1.000001 - 2012-07-21
  - documentation tweaks and cleanup
  - ignore required when default or builder is present
  - document Moo versus Any::Moose in brief with article link
  - remove quote_sub from SYNOPSIS and has docs, expand Sub::Quote section
  - localize @_ when inlining quote_sub'ed isa checks (fixes lazy+isa+default)
  - ensure constructor gets regenerated if forced early by metaclass inflation

1.000000 - 2012-07-18
  - clean up doc language and expand on Moo and Moose
  - error prefixes for isa and coerce exceptions
  - unmark Moo and Moose as experimental since it's relatively solid now
  - convert isa and coerce info from external role attributes
  - clear method cache after metaclass generation to fix autoclean bug
2012-08-08 12:29:57 +00:00
wen
db3cbc57ee Update to 0.08
Update DEPENDS
Added LICENSE

Upstream changes:
0.08  Tue, 31 Jul 2012
  * Switch to Sub::Exporter::Progressive

0.07  Wed, 25 Jul 2012
  * Actually detect errors in pure-perl test
  * Add prototype to pure-perl pre-5.14 version
2012-08-08 12:18:15 +00:00
wen
b3259d3585 Added p5-Sub-Exporter-Progressive version 0.001003 2012-08-08 12:05:35 +00:00
wen
b45e9efd76 Imports p5-Sub-Exporter-Progressive-0.001003:
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, er- as well as some runtime penalties. This module
is a Sub::Exporter wrapper that will let your users just use Exporter if
all they are doing is picking exports, but use Sub::Exporter if your users
try to use Sub::Exporter's more advanced features features, like renaming
exports, if they try to use them.

Note that this module will export @EXPORT and @EXPORT_OK package variables
for Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so
you might as well use it directly.
2012-08-08 12:03:18 +00:00
sno
031fb1ce3e Added devel/p5-Dist-Zooky version 0.10 2012-08-08 09:22:30 +00:00
sno
393efc8c22 Adding new package for Perl 5 module Dist::Zooky version 0.10 from CPAN
into devel/p5-Dist-Zooky.

Dist::Zooky is Dist::Zilla's nephew. He has the ability to summon his uncle.

dzooky will try its best to convert a distribution to use Dist::Zilla. It
supports ExtUtils::MakeMaker, Module::Install and Module::Build based
distributions, with certain limitations.

Simply execute dzooky in the directory containing the distribution you wish
to convert to Dist::Zilla.
2012-08-08 09:21:27 +00:00
dsainty
bfee16744b Trivial typo in comment 2012-08-07 23:41:23 +00:00
adam
c37637a9e4 Changes 2.8.8:
* CheckIncludeFiles: Shorten check description message
* CPackNSIS: Rewrite variable documentation to make it more readable.
* OS X: Use correct extra path when searching for applicaton bundles
* OS X: Mark find_program results as advanced
* Fix some doc typo and add an undocumented var.
* OS X: Use OSX_DEVELOPER_ROOT for app search path
* FindBoost: add support for 1.49 and 1.50
2012-08-07 16:18:26 +00:00
sbd
4013a0abaf Set NO_BUILD as this package only installs files. 2012-08-06 08:35:51 +00:00
adam
00777af3cb Changes 2.6.2:
* Bug fixes
  Buffer overruns, complaints from Flex, and portability issues in the test
  suite have been fixed.
* Spaces in %lex- and %parse-param (lalr1.cc, glr.cc)
  Trailing end-of-lines in %parse-param or %lex-param would result in
  invalid C++.  This is fixed.
* Spurious spaces and end-of-lines
  The generated files no longer end (nor start) with empty lines.
2012-08-06 06:25:02 +00:00
jperkin
e500473363 Don't limit FD_SETSIZE on Solaris, causes conflicts in 64-bit mode.
Bump PKGREVISION.
2012-08-02 12:40:31 +00:00
wiz
1318a896a7 Do not build and install flex.pdf, too many dependencies for such
a low-level package. Bump PKGREVISION.
2012-08-01 13:12:36 +00:00
drochner
c678802bd6 sync w/ base pkg 2012-08-01 11:29:55 +00:00
drochner
dd113ca026 update to 0.12.1
This switches to the current stable branch.
2012-08-01 11:28:59 +00:00
wiz
b7031dcf14 It seems pdftex is also needed, no idea why this wasn't detected earlier. 2012-07-31 18:16:50 +00:00
wiz
1ca3fe7d74 Update to 0.11.0, requested by Patrick Welche.
Bump dependency in buildlink3.mk since its only user is dconf-editor.
Set LICENSE.
Add comments to patches.

Changes in dconf 0.10.0
=======================

The version number was increased and a new entry was added to the NEWS.

Changes in dconf 0.9.1
======================

  - give a g_warning() on failure to communicate with service

  - remove unworking 'set lock' call from dconf API and commandline tool

  - add code to exit gracefully on receipt of SIGINT, SIGHUP, SIGTERM

  - remove "service function" logic; always use the XDG runtime directory

Changes in dconf 0.9.0
======================

There has been an extremely minor incompatible change in the D-Bus API
of dconf this release.  From a practical standpoint, this change will
have no effect.  However, it serves as a reminder that the dconf D-Bus
API is private and can change from version to version (and will likely
change in the future).

As such, it is appropriate for those packaging dconf to kill all running
instances of dconf ('killall dconf-service') as part of their postinst
for the package.  It will be dbus-activated again on the next use.

  - support loading/storing of maybe types in dconf

  - remove NFS detection hackery and rely on XDG runtime dir

  - add proper support for change notification to DConfClient

  - commandline tool improvements

    - reset: reset keys or entire subpaths

    - dump: dump entire subpaths to keyfile format

    - load: load them back again (maybe at a different path)

    - watch: actually works now

  - editor improvements

    - keys now change in editor when changed from outside

    - support for flags

    - show dconf-editor in applications list

  - work around incompatible Vala bindings changes with an #if

  - don't install the bash completion script as executable

  - fix a warning caused by reusing a GError variable

  - other small fixes


Changes in dconf 0.7.5
======================

This release corrects a serious flaw in the previous release: crashing
if the database did not already exist.

It also contains many fixes and improvements to the dconf-editor,
including use of GSettings to store the window geometry.

This is the final release before 0.8.0 which will become the first
release in a new stable series.  Feature development will continue on
'master' toward 0.9 past that point.

Changes in dconf 0.7.4
======================

Changes in this version:

  - #648949: multithreading issue fixed (which actually affects all
    GSettings-using programs since dconf is used from a helper thread in
    that case)

  - dconf commandline tool is vastly more friendly now

    - no more aborting on unrecognised arguments

    - proper help

    - bash completion support

  - support for sysadmin lockdown

  - the editor now properly reads installed enum xml files

Changes in dconf 0.7.3
======================

This release consists almost entirely of fixes made by Robert to
dconf-editor.  A few other trivial build fixes are included as well
(bumping library version dependencies to match reality, etc).

Changes in dconf 0.7.2
======================

This is entirely a cleanup/fixes release.  Some fixes here to make the
increasingly-strict toolchain happy, and also some fixes for some
crashers in the GSettings backend and service.

 - remove some unused variables (new GCC gives a warning: #640566, another)
 - add a mutex to fix multi-threading issue (#640611)
 - don't crash if we have no D-Bus
 - clean up symbol exports
 - fix a crash in the service when using 'reset'
 - drop old linker options that were for libtool

Changes in dconf 0.7.1
======================

The last release contained a few problems that caused build failures on
some strict linkers.  Those should be fixed now.

Changes in dconf 0.7
====================

 - new library to use dconf with libdbus-1
 - quite a lot of improvements and bug-fixes in dconf-editor, thanks to
   Robert Ancell
 - some bug fixes in the GSettings backend (crashers caused by use if
   custom dconf profiles)
 - some FreeBSD build fixes
 - increased Vala dependency to 0.11.4 (required for dconf-editor fixes)

Changes in dconf 0.6
====================

 - Rewrite a lot of the GSettings backend to reduce GDBus abuse.  We use
   our own worker thread now instead of trying to hijack GDBus's.
 - disable gobject-introspection support for now
 - drop support for GTK2 in dconf-editor
 - Add a new torture-test case
 - Increase dbus timeout to 2 minutes (in case the service is heavily loaded)
 - Fix several memory leaks and other bugs
2012-07-31 15:46:20 +00:00
taca
1150e9ad8b Update ruby-ffi to 1.1.2.
Exact changes aren't available, please refer:
	https://github.com/ffi/ffi/commits/master
2012-07-31 13:54:48 +00:00
taca
5541911657 Update ZenTest to 4.8.2.
=== 4.8.2 / 2012-07-26

* 1 bug fix:

  * Fixed 1.9+ warnings in multiruby. (bhenderson)
2012-07-31 13:53:23 +00:00
taca
5c080615b9 Update ruby-railties32 to 3.2.7.
## Rails 3.2.7 (unreleased)

* Since Rails 3.2, use layout false to render no layout
* Use strict_args_position! if available from Thor
2012-07-31 12:56:46 +00:00
taca
acfa0dff3b Update ruby-activemodel32 to 3.2.7.
## Rails 3.2.7 (unreleased)

* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within`
  option as alias of `:in` as documented.

* Fix the the backport of the object dup with the ruby 1.9.3p194.
2012-07-31 12:52:25 +00:00
taca
b7209447cb Update ruby-activesupport32 to 3.2.7.
## Rails 3.2.7 (unreleased)

* Hash#fetch(fetch) is not the same as doing hash[key]
* adds a missing require [fixes #6896]
* make sure the inflection rules are loaded when cherry-picking
  active_support/core_ext/string/inflections.rb [fixes #6884]
* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
* bump AS deprecation_horizon to 4.0
2012-07-31 12:51:18 +00:00
taca
ea4dc1b04c Update ruby-railties31 to 3.1.7.
## Rails 3.1.7 (Jul 26, 2012)

*   No changes.
2012-07-31 12:39:16 +00:00
taca
4f57b00e89 Update ruby-activemodel31 to 3.1.7.
## Rails 3.1.7 (Jul 26, 2012)

*   No changes.
2012-07-31 12:35:47 +00:00
taca
4a23f894a1 Update ruby-activesupport31 to 3.1.7.
## Rails 3.1.7 (Jul 26, 2012)

*   No changes.
2012-07-31 12:35:07 +00:00
taca
1a501cf087 Update ruby-railties to 3.0.16.
## Rails 3.0.16 (Jul 26, 2012)

*   No changes.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
2012-07-31 12:26:47 +00:00
taca
08c8fd0220 Update ruby-activemodel to 3.0.16.
## Rails 3.0.16 (Jul 26, 2012)

*   No changes.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
2012-07-31 12:21:54 +00:00
taca
d0f0502b6d Update ruby-activesupport3 to 3.0.16.
## Rails 3.0.16 (Jul 26, 2012)

*   No changes.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
2012-07-31 12:21:03 +00:00
wen
083a305226 Update to 1.004001
Upstream changes:
1.004001 - 2012-07-12
  - test-specific strictures now enabled during 'dzil test'
1.004000 - 2012-07-12
  - switch to testing calling file to avoid firing on dependencies
2012-07-31 05:35:16 +00:00
wiz
33a99515da Update to 1.30.1:
Overview of changes between 1.30.0 and 1.30.1
=============================================
- Update Arabic joining classes to 6.1.0
- Build fixes
- Annotation fixes
- 667960 - add --system option to querymodules
- 675400 - respect XDG_CONFIG_HOME for rc files
- 673497 - Fix corefont fallback
2012-07-29 20:25:40 +00:00
wiz
192f407b84 Update to 0.6.0:
mdds 0.6.0

* all

  * added MSVS Solution file, to make it easier to build unit test
    programs on Windows.

* mixed_type_matrix

  * improved performance of size() method by caching it.

* multi_type_vector (new)

  * new data structure to support efficient storage of data of different
    types.

* multi_type_matrix (new)

  * new data structure to eventually replace mixed_type_matrix.  It uses
    multi_type_vector as its backend storage.
2012-07-29 20:02:15 +00:00
wiz
0c41a8527a Update to 2.5.36. Add build dependencies on gtexinfo and two tex
packages needed to build pdf documentation, since there is no
configure option to disable it that I can see. If this leads to
problems, we'll have to disable it with a patch.

* version 2.5.36

** various portability fixes that quiet compiler warnings on 64-bit
   hosts

** various manual fixes, including correcting the name of a %option and
   updating some simple examples to use ANSI C syntax

** various bug fixes that prevent certain error conditions from
   persisting when they should not persist

** improvements to the test suite so it behaves better when linking
   compiled files

** new translations from the translation project: ca, da, es, fi, fr,
   ga, ko, pt_br, ro, ru, sv, tr, zh_cn

** the flex distribution is now built with automake 1.10.1 and automake
   2.61
2012-07-29 19:42:21 +00:00
wiz
7f5d1255b4 Update to 2.6:
* Noteworthy changes in release 2.6 (2012-07-19) [stable]

** Future Changes

  The next major release of Bison will drop support for the following
  deprecated features.  Please report disagreements to bug-bison@gnu.org.

*** K&C parsers

  Support for generating parsers in K&R C will be removed.  Parsers
  generated for C support ISO C90, and are tested with ISO C99 and ISO C11
  compilers.

*** Features deprecated since Bison 1.875

  The definitions of yystype and yyltype will be removed; use YYSTYPE and
  YYLTYPE.

  YYPARSE_PARAM and YYLEX_PARAM, deprecated in favor of %parse-param and
  %lex-param, will no longer be supported.

  Support for the preprocessor symbol YYERROR_VERBOSE will be removed, use
  %error-verbose.

*** The generated header will be included (yacc.c)

  Instead of duplicating the content of the generated header (definition of
  YYSTYPE, yyparse declaration etc.), the generated parser will include it,
  as is already the case for GLR or C++ parsers.  This change is deferred
  because existing versions of ylwrap (e.g., Automake 1.12.1) do not support
  it.

** Generated Parser Headers

*** Guards (yacc.c, glr.c, glr.cc)

  The generated headers are now guarded, as is already the case for C++
  parsers (lalr1.cc).  For instance, with --defines=foo.h:

    #ifndef YY_FOO_H
    # define YY_FOO_H
    ...
    #endif /* !YY_FOO_H  */

*** New declarations (yacc.c, glr.c)

  The generated header now declares yydebug and yyparse.  Both honor
  --name-prefix=bar_, and yield

    int bar_parse (void);

  rather than

    #define yyparse bar_parse
    int yyparse (void);

  in order to facilitate the inclusion of several parser headers inside a
  single compilation unit.

*** Exported symbols in C++

  The symbols YYTOKEN_TABLE and YYERROR_VERBOSE, which were defined in the
  header, are removed, as they prevent the possibility of including several
  generated headers from a single compilation unit.

*** YYLSP_NEEDED

  For the same reasons, the undocumented and unused macro YYLSP_NEEDED is no
  longer defined.

** New %define variable: api.prefix

  Now that the generated headers are more complete and properly protected
  against multiple inclusions, constant names, such as YYSTYPE are a
  problem.  While yyparse and others are properly renamed by %name-prefix,
  YYSTYPE, YYDEBUG and others have never been affected by it.  Because it
  would introduce backward compatibility issues in projects not expecting
  YYSTYPE to be renamed, instead of changing the behavior of %name-prefix,
  it is deprecated in favor of a new %define variable: api.prefix.

  The following examples compares both:

    %name-prefix "bar_"               | %define api.prefix "bar_"
    %token <ival> FOO                   %token <ival> FOO
    %union { int ival; }                %union { int ival; }
    %%                                  %%
    exp: 'a';                           exp: 'a';

  bison generates:

    #ifndef BAR_FOO_H                   #ifndef BAR_FOO_H
    # define BAR_FOO_H                  # define BAR_FOO_H

    /* Enabling traces.  */             /* Enabling traces.  */
    # ifndef YYDEBUG                  | # ifndef BAR_DEBUG
                                      > #  if defined YYDEBUG
                                      > #   if YYDEBUG
                                      > #    define BAR_DEBUG 1
                                      > #   else
                                      > #    define BAR_DEBUG 0
                                      > #   endif
                                      > #  else
    #  define YYDEBUG 0               | #   define BAR_DEBUG 0
                                      > #  endif
    # endif                           | # endif

    # if YYDEBUG                      | # if BAR_DEBUG
    extern int bar_debug;               extern int bar_debug;
    # endif                             # endif

    /* Tokens.  */                      /* Tokens.  */
    # ifndef YYTOKENTYPE              | # ifndef BAR_TOKENTYPE
    #  define YYTOKENTYPE             | #  define BAR_TOKENTYPE
       enum yytokentype {             |    enum bar_tokentype {
         FOO = 258                           FOO = 258
       };                                  };
    # endif                             # endif

    #if ! defined YYSTYPE \           | #if ! defined BAR_STYPE \
     && ! defined YYSTYPE_IS_DECLARED |  && ! defined BAR_STYPE_IS_DECLARED
    typedef union YYSTYPE             | typedef union BAR_STYPE
    {                                   {
     int ival;                           int ival;
    } YYSTYPE;                        | } BAR_STYPE;
    # define YYSTYPE_IS_DECLARED 1    | # define BAR_STYPE_IS_DECLARED 1
    #endif                              #endif

    extern YYSTYPE bar_lval;          | extern BAR_STYPE bar_lval;

    int bar_parse (void);               int bar_parse (void);

    #endif /* !BAR_FOO_H  */            #endif /* !BAR_FOO_H  */
2012-07-29 19:25:53 +00:00
fhajny
957363e3d4 Simplify the build call for devel/poco dependants. 2012-07-29 16:02:45 +00:00
fhajny
61dae3812f Fix the C99 problem on SunOS properly.
GCC 4.6 and newer on SunOS will force C99 with C++, which requires
_XOPEN_SOURCE=600 to be set. On the other hand, GCC 4.5 and earlier will
require C99 for _XOPEN_SOURCE=600, but reject C99 for C++ code.

Set _XOPEN_SOURCE to 500 or 600 accordingly.
2012-07-29 11:26:54 +00:00
reed
549013d075 more specific homepage 2012-07-28 21:23:17 +00:00
reed
e57b949c09 remove the description for a different package and add a one sentence
description for this.
2012-07-28 21:22:35 +00:00
prlw1
dc4932a4c3 Update to pyatspi 2.5.4
* Wrap all interfaces (BGO#679044).
2012-07-28 18:08:45 +00:00
prlw1
689ca9b326 Update to at-spi2-atk 2.5.4
* Fix for bug #679013 - AtspiCollection should be implemented for
  all containers
* Plug ref count leaks (BGO#679285).
* Only add items to the cache on children-changed if the children are
  included in the event.
* Only send PropertyChange signals used for caching, absent listeners.

Especially:

* Only create a directory and a socket when requested.
    Currently, atk-bridge clutters XDG_RUNTIME_DIR with directories for sockets,
    which is especially annoying since gtk currently does not call
    atk_bridge_adaptor_cleanup, so the directories never go away. This change do
    not really solve the problem--it only hides it from users who do not really
    need AT-SPI--but, nevertheless, there is no reason to create a directory or
    socket if nothing has requested it, so doing this lazily makes sense.

* Don't create a (non-readable) subdirectory for the socket when root.
    If an application is running as root but within a user's runtime directory,
    then creating a temporary directory will result in the directory being owned
    by root, and the user will not have permission to search the directory to
    access the socket, so an AT running as the normal user will not be able to
    connect to the application running as root.
    Fixes regression introduced by the fix for BGO#678348.
2012-07-28 18:05:59 +00:00
prlw1
51b47ce9cd Update to at-spi2-core 2.5.4
* Fix a missing return value (from joerg@).
* Fix a crash when unable to remove a match rule.
2012-07-28 18:00:57 +00:00
morr
735f2ba81e Remove I18N files from PLIST 2012-07-27 20:24:53 +00:00
morr
35ffa7cc38 Update to newest version, including security fixes.
ChangeLog from last version:

SECURITY
========
* Close several XSS vulnerabilities in topic administration page.  This
  resolves CVE-2012-2768.
DOC
===
* Clarify that the only version incompatibility is 3.8.0; 3.8.x for
  values of x != 0 is fine.
* Note incompatibility with RT 4 and above, which already include RTFM
  functionality as "Articles"

XXX: for now disable copying of PO files, they conflict with RT ones.
2012-07-27 20:22:13 +00:00
jperkin
db9cd9a448 Remove makeinfo requirement, it was added back in 2003 but doesn't appear
to be necessary any more.  Ordinarily it wouldn't hurt to leave it, but it
can cause cyclic dependencies if binutils is required by gcc, and this will
suffice in lieu of a proper fix for that problem.
2012-07-27 12:34:03 +00:00
bsiegert
df6f724e16 Add a special case for f77 on MirBSD. This is what the wrapper scripts call
the f2c frontend. It is not recognized as GCC even though there is a gcc
underneath. Thus, use "-Wl," to introduce linker options.

This unbreaks the build of shared libraries written in Fortran on MirBSD
(exotic combination, yes I know) such as blas.

Bump PKGREVISION.
2012-07-26 12:04:03 +00:00