Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (33m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:10:17 UTC Now

2012-10-11 18:46:11 UTC MAIN commitmail json YAML

2012-10-11 18:42:20 UTC MAIN commitmail json YAML

- fix FreeBSD/Dragonfly properly
- update to newest version

Upstream changelog:

Xymon release 4.3.10 - released on Aug 6 2012
=============================================

Main features in this release is the addition of inode-checks
on all major platforms, and a series of enhancements to the
build procedure.

Also, building Xymon on most common platforms is now explicitly
described in the "install" document.

* Fix build problems with "errno"
* Fix build problems with OpenSSL in non-default locations
* Fix build problems with certain LDAP configurations
* Fix build problems with RRDtool on FreeBSD / OpenBSD
* Fix problem with ifstat data from Fedora in graphs
* "inode" check on FreeBSD, OpenBSD, OSX, Solaris, HP/UX, AIX
  in addition to existing support for Linux
* Document building and installing Xymon on common platforms
  (Linux, FreeBSD, OpenBSD, Solaris)
* Enhance xymoncfg so it can be used to import Xymon configuration
  settings into shell-scripts.

Xymon release 4.3.9 - released on Jul 24 2012
=============================================

This release is mainly a bug-fix release.

* Fix crash when XYMSRV is undefined but XYMSERVERS is
* Fix error in calculating combo-status messages with
  forward references
* Fix error in disable-until-TIME or disable-until-OK code
* Fix documentation of DURATION in alerts.cfg / xymond_alert so
  it is consistenly listed as being in "minutes".
* Permit explicit use of ">" and ">=" in alerts.cfg
* Permit building without the RRDtool libraries, e.g. for
  a network-tester build, but with trend-graphing disabled.
* Full compiler-warning cleanup
* Various configuration/build-script issues fixed.

Xymon release 4.3.8 - released on Jul 15 2012
=============================================

This release is mainly a bug-fix release.

Bugfixes
* Workaround for DNS timeout handling, now fixed at approximately 25
  seconds.
* "hostinfo" command for xymond documented
* confreport only shows processes that are monitored
* analysis.cfg parsing of COLOR for UP rules was broken
* RRD handlers no longer crash after receiving 1 billion updates
* Using .netrc for authentication could crash xymonnet
* "directory" includes would report the wrong filename for missing
  directories.
* useradm CGI would invoke htpassword twice
* "include" and "directory" now ignores trailing whitespace
* SSLv2 support disabled if SSL-library does not support it
* Minor bugfixes and cleanups of compiler warnings.

Enhancements
* Service status on info page now links to the detailed status page.
* Add RRDGRAPHOPTS setting to permit global user-specified RRD options,
  e.g. for font to showgraph CGI
* Add check for the size of public keys used in SSL certificates
  (enabled via --sslkeysize=N option for xymonnet)
* Optionally disable the display of SSL ciphers in the sslcert status
  (the --no-cipherlist option for xymonnet)
* Improved build-scripts works on newer systems with libraries in
  new and surprising places
* Reduce xymonnet memory usage and runtime for ping tests when there
  are multiple hosts.cfg entries with the same IP-address.
* Add code for inode-monitoring on Linux. Does not currently work on
  any other client platform.
* Added the ability to disable tests until a specific time, instead of
  for some interval. Disabling a test also now computes the expire time
  for the disable to happen at the next closest minute.

(spz)

2012-10-11 18:23:13 UTC MAIN commitmail json YAML

Mark this BROKEN until someone gets around to updating it for ocaml 4, as
it makes bulk builds hang with
File to patch: No file found--skip this patch? [n]

(I thought we did something with patch to get it to just fail in these
cases?)

(dholland)

2012-10-11 16:12:53 UTC MAIN commitmail json YAML

+ asymptote-2.21, curl-7.28.0, nut-18.1.

(wiz)

2012-10-11 15:57:22 UTC MAIN commitmail json YAML

2012-10-11 15:42:42 UTC MAIN commitmail json YAML

Added textproc/json-c version 0.10

(ryoon)

2012-10-11 15:41:25 UTC MAIN commitmail json YAML

2012-10-11 15:40:40 UTC MAIN commitmail json YAML

Import json-c-0.10 as textproc/json-c.

JSON-C implements a reference counting object model that allows
you to easily construct JSON objects in C, output them as JSON
formatted strings and parse JSON formatted strings back into the
C representation of JSON objects.

(ryoon)

2012-10-11 15:37:26 UTC MAIN commitmail json YAML

Updated textproc/py-creole to 1.0.5

(wen)

2012-10-11 15:35:29 UTC MAIN commitmail json YAML

2012-10-11 15:35:09 UTC MAIN commitmail json YAML

Update to 1.0.5
Based on PR #46593 submitted by Wen Heping(myself)

Upstream changes:
v1.0.5 - 2012-09-03
made automatic protocol links more strict: Only whitespace before and at the end are allowed.
Bugfix: Don't allow ftp:/broken (Only one slash) to be a link.

v1.0.4
html2rest: Handle double link/image substitution and raise better error messages
Bugfix in unittests (include test README file in python package). Thanks to Wen Heping for reporting this.

v1.0.3
Bugfix: AttributeError: 'module' object has no attribute 'interesting_cdata' from HTMLParser patch. Thanks to Wen Heping for reporting this.
Fix a bug in get_long_description() ReSt test for Py3k and his unittests.
Use Travis CI, too.

v1.0.2
Fix "AttributeError: 'NoneType' object has no attribute 'parent'" in html2creole.

v1.0.1
Fix "TypeError: expected string or buffer" in rest2html.
Bugfix in exception handling.

v1.0.0
Change API: Replace 'parser_kwargs' and 'emitter_kwargs' with separate arguments. (More information on API Wiki Page)

v0.9.2
Turn zip_safe in setup.py on and change unittests API.

v0.9.1
Many Bugfixes, tested with CPython 2.6, 2.7, 3.2 and PyPy v1.6

v0.9.0
Add Python v3 support (like http://python3porting.com/noconv.html strategy)
move unittests into creole/tests/
Tested with Python 2.7.1, 3.2 and PyPy v1.6.1 15798ab8cf48 jit

v0.8.5
Bugfix in html2creole: ignore links without href

v0.8.4
Bugfix in html parser if list tag has attributes: https://code.google.com/p/python-creole/issues/detail?id=19#c4

v0.8.3
Better error message if given string is not unicode: https://code.google.com/p/python-creole/issues/detail?id=19

v0.8.2
Bugfix in get_long_description() error handling (local variable 'long_description_origin' referenced before assignment)

v0.8.1
Bugfix for installation under python 2.5
Note: setup helper changed: rename GetLongDescription(...) to get_long_description(...)

v0.8
New GetLongDescription() helper for setup.py, see: https://code.google.com/p/python-creole/wiki/UseInSetup

v0.7.3
Bugfix in html2rest:
table without <th> header
new line after table
create reference hyperlinks in table cells intead of embedded urls.
Don't always use raise_unknown_node()
Add child content to raise_unknown_node()

v0.7.2
Activate ---- to <hr> in html2rest
Update demo.py

v0.7.1
Bugfix if docutils are not installed
API change: rest2html is now here: from creole.rest2html.clean_writer import rest2html

v0.7.0
NEW: Add a html2reStructuredText converter (only a subset of reSt supported)

v0.6.1
Bugfix: separate lines with one space in "wiki style line breaks" mode

v0.6
NEW: html2textile converter
some API changed!

v0.5
API changed:
Html2CreoleEmitter optional argument 'unknown_emit' takes now a callable for handle unknown html tags.
No macros used as default in creole2html converting.
We remove the support for callable macros. Only dict and modules are allowed.
remove unknown html tags is default behaviour in html2creole converting.

restructure and cleanup sourcecode files.

v0.4
only emit children of empty tags like div and span (contributed by Eric O'Connell)
remove inter wiki links and doesn't check the protocol

v0.3.3
Use  when {{{ ... }}} is inline and not <pre>, see: PyLucid Forum Thread
Bugfix in html2creole: insert newline before new list. TODO: apply to all block tags: issues 16

v0.3.2
Bugfix for spaces after Headline: issues 15

v0.3.1
Make argument 'block_rules' in Parser() optional

v0.3.0
creole2html() has the optional parameter 'blog_line_breaks' to switch from default blog to wiki line breaks

v0.2.8
bugfix in setup.py

v0.2.7
handle obsolete non-closed <br> tag

v0.2.6
bugfix in setup.py
Cleanup DocStrings
add unittests

(wen)

2012-10-11 15:29:39 UTC MAIN commitmail json YAML

fix bitfield extraction (wrong operator precedence)

(drochner)

2012-10-11 15:13:49 UTC MAIN commitmail json YAML

2012-10-11 15:12:29 UTC MAIN commitmail json YAML

2012-10-11 15:08:26 UTC MAIN commitmail json YAML

2012-10-11 14:55:38 UTC MAIN commitmail json YAML

update to 0.4.7
changes:
-improvements to UI and download behavior
-bugfixes

pkgsrc change: use vala-0.18 to build

(drochner)

2012-10-11 14:49:00 UTC MAIN commitmail json YAML

2012-10-11 14:46:24 UTC MAIN commitmail json YAML

2012-10-11 13:17:09 UTC MAIN commitmail json YAML

2012-10-11 13:03:38 UTC MAIN commitmail json YAML

editors/mg: Mask -Werror

mg adds the -Werror flag after CFLAGS, so any suppressed warning gets
reenabled.  Starting with gcc4.6, unused-but-set-variable warnings are
issued which breaks the build.  Passing Wno-unused-but-set-variable by
the package makefile (as a function of compiler version) doesn't work.
The easiest solution is just to disable -Werror.  In this case through
the makefile rather than updating a patch.

(marino)

2012-10-11 12:24:26 UTC MAIN commitmail json YAML

Updated textproc/py-docutils to 0.9.1

(wen)

2012-10-11 12:22:27 UTC MAIN commitmail json YAML

Update to 0.9.1

Upstream changes:
Release 0.9.1 (2012-06-17)
==========================

* docutils/setup.py

  - Fix [ 3527842 ]. Under Python3, converted tests and tools were
    installed in the PYTHONPATH. Converted tests are now
    stored in ``test3/``, tools no longer need conversion.

    If you installed one of Docutils versions 0.7 ... 0.9 with
    ``setup.py install`` under Python3, remove the spurious
    ``test/`` and ``tools/`` directories in the site library root.

* docutils/test/

  - Make tests independent from the location of the ``test/`` directory.
  - Use converted sources (from the ``build/`` directory) for tests under
    Python3.

* docutils/tools/

  - Make tools compatible with both, Python 2 and 3 without 2to3-conversion.

* docutils/io.py

  - Fix writing binary data to sys.stdout under Python3 (allows
    ``rst2odt.py`` to be used with output redirection).

* docutils/parsers/rst/directives/misc.py

  - Fix [ 3525847 ]. Catch and report UnicodeEncodeError with
    ``locale == C`` and 8-bit char in path argument of `include` directive.

* docutils/test/alltests.py

  - class `Tee`: catch UnicodeError when writing to "ascii" stream or
    file under Python3.

(wen)

2012-10-11 11:36:20 UTC MAIN commitmail json YAML

games/ivan: Fix redeclared variable error

gcc 4.7.2 stops build when "int c" is declared twice.

(marino)

2012-10-11 11:24:07 UTC MAIN commitmail json YAML

2012-10-11 11:23:11 UTC MAIN commitmail json YAML

2012-10-11 11:01:04 UTC MAIN commitmail json YAML

depend on gtksourceview for additional debug info

(drochner)

2012-10-11 10:57:42 UTC MAIN commitmail json YAML

propagate dependency on gst-plugins - the .pc file refers to it

(drochner)

2012-10-11 10:56:49 UTC MAIN commitmail json YAML

2012-10-11 09:48:14 UTC MAIN commitmail json YAML

2012-10-11 07:56:14 UTC MAIN commitmail json YAML

2012-10-11 07:40:06 UTC MAIN commitmail json YAML

Note update of the "ffmpeg2theora" package to version 0.29.

(tron)

2012-10-11 07:39:17 UTC MAIN commitmail json YAML

Update "ffmpeg2theora" package to version 0.29. Changes since 0.28:
- bugfixes
- update to current FFmpeg api

(tron)

2012-10-11 05:41:51 UTC MAIN commitmail json YAML

add and enable gupnp-dlna

(jnemeth)

2012-10-11 03:09:25 UTC MAIN commitmail json YAML

Fix typo on referer, print/ -> fonts/

(mef)

2012-10-11 00:17:24 UTC MAIN commitmail json YAML

Note update of sysupgrade to 1.4.

(jmmv)

2012-10-11 00:16:47 UTC MAIN commitmail json YAML

2012-10-10 19:49:08 UTC MAIN commitmail json YAML

2012-10-10 19:45:49 UTC MAIN commitmail json YAML

2012-10-10 19:39:57 UTC MAIN commitmail json YAML

2012-10-10 19:35:50 UTC MAIN commitmail json YAML

Note update of tex-cm{,-doc}.

(minskim)

2012-10-10 19:31:58 UTC MAIN commitmail json YAML

2012-10-10 19:26:54 UTC MAIN commitmail json YAML

2012-10-10 19:26:16 UTC MAIN commitmail json YAML

Bump PKGREVISION again now that the patch is really there.

(dholland)

2012-10-10 19:19:58 UTC MAIN commitmail json YAML

oops, actually add the patch.

(dholland)

2012-10-10 18:11:08 UTC MAIN commitmail json YAML

Add hack to work around gcc-4.5.4 bug on NetBSD/amd64.
Suggested by SAITOH Masanobu <msaitoh@execsw.org> in PR 47051.

(wiz)

2012-10-10 16:56:02 UTC MAIN commitmail json YAML

2012-10-10 16:54:59 UTC MAIN commitmail json YAML

update to 4.5.6
changes:
-bugfixes
-added a filter edit to filter the configuration tree to the
configuration dialog

(drochner)

2012-10-10 16:53:39 UTC MAIN commitmail json YAML

2012-10-10 16:52:17 UTC MAIN commitmail json YAML

2012-10-10 16:49:56 UTC MAIN commitmail json YAML

update to 4.14
changes: API extensions, needed by py-qt4-4.9.5

(drochner)

2012-10-10 16:36:37 UTC MAIN commitmail json YAML

2012-10-10 16:29:35 UTC MAIN commitmail json YAML

Add a default-on xpm option that allows turning off the pixmap for xterm
when iconfied. Requested by Chuck 'grumpy old man' Silvers.

(wiz)

2012-10-10 16:10:45 UTC MAIN commitmail json YAML

Updated textproc/xapian to 1.2.12

(wiz)

2012-10-10 16:10:31 UTC MAIN commitmail json YAML

Update to 1.2.12:

Xapian-core 1.2.12 (2012-06-27):

build system:

* 1.2.11 had its library version information incorrectly set.  This resulted in
  the shared library having an incorrect SONAME - e.g. on Linux,
  libxapian.so.21 instead of libxapian.so.22.  This release has been made to
  fix this problem.

documentation:

* AUTHORS: Add the GSoC students.

Xapian-core 1.2.11 (2012-06-26):

API:

* Add new QueryParser::STEM_ALL_Z stemming strategy, which stems all terms and
  adds a Z prefix.  (Patch from Sehaj Singh Kalra, fixes ticket#562)

* Add TermGenerator::set_stemming_strategy() method, with strategies which
  correspond to those of QueryParser.  Based on patch from Sehaj Singh Kalra,
  with some tweaks for adding term positions in more cases.  (Fixes ticket#563)

* Correct "BM25Weight" to "TradWeight" in exception message from TradWeight.

* We were failing to call init() for user-defined Weight objects providing the
  term-independent weight.  These now get called with init(0.0).

* Xapian::Auto::open_stub() now throws a Xapian::DatabaseOpeningError exception
  if the stub file can't be opened.  Previously we failed to check for this
  condition, which resulted in us treating the file as empty.

testsuite:

* When the testsuite is using valgrind, we used to run remote servers under
  valgrind too (but with --tool=none) to get consistent behaviour as valgrind's
  emulation of x87 excess precision isn't exact.  Now we only do this if x87 FP
  instructions are actually in use (which means x86 architecture and configure
  run with --disable-sse).

* Make sure XAPIAN_MAX_CHANGESETS gets unset after replication testcases which
  set it, so further testcases don't waste time generating changesets.

* Improved test coverage (including more tests for closed databases -
  ticket#337).

brass backend:

* After closing the database, methods which try to use the termlist would throw
  FeatureUnavailableError with message "Database has no termlist", assuming
  that the termlist table not being open meant it wasn't present.  Fix to check
  if the postlist_table is open to determine which case we're in.

chert backend:

* After closing the database, methods which try to use the termlist would throw
  FeatureUnavailableError with message "Database has no termlist", assuming
  that the termlist table not being open meant it wasn't present.  Fix to check
  if the postlist_table is open to determine which case we're in.

inmemory backend:

* Check if the database is closed in metadata_keys_begin() for InMemory
  Databases.

build system:

* xapian-config: Don't interpret a missing .la file as meaning that we only
  have static libraries.

documentation:

* Fix API documentation for Query constructors - both XOR and ELITE_SET can
  take any number of subqueries, not only exactly two.

* Backport missing API documentation comments for operator++ and operator*
  methods or PositionIterator, PostingIterator and TermGenerator.

* docs/replication.rst: Update documentation - since 1.2.5, the value of
  XAPIAN_MAX_CHANGESETS determines how many changesets we keep.

* docs/admin_notes.rst: Correction - we don't "create a lock file", we "lock a
  file".

* Fix API documentation for TradWeight constructor - "k1" should be "k".

portability:

* configure: Overhaul handling of compilers which pretend to be GCC.  Clang
  is now detected, and we only pass it warning flags it actually understands.
  And we now check for symbol visibility support with Intel's compiler.

* configure: Solaris automatically pulls in library dependencies, so set
  link_all_deplibs_CXX=no there.

* configure: We now check -Bsymbolic-functions for all compilers.

* configure: Enable -Wdouble-promotion for GCC >= 4.6.

* Pass -ldl last when compiling zlib-vg.so, as that seems to be needed on
  Ubuntu 12.04.

* Fix incorrect use of "delete" which should be "delete []".  This is
  undefined behaviour in C++, though the type is POD, so in practice this
  probably worked OK on many platforms.

* In BM25Weight when k1 or b is zero (not the default), we used to multiply
  an uninitialised double by zero, which is undefined behaviour, but in
  practice will often give zero, leading to the desired results.

* xapian.h: Add check for Qt headers being included before us and defining
  'slots' as a macro - if they are, give a clear error advising how to work
  around this (previously compilation would fail with a confusing error).

Xapian-core 1.2.10 (2012-05-09):

API:

testsuite:

* apitest: Extend tradweight1 to test that TradWeight(0) means that wdf and
  document length don't affect the weight of a term.

* termgentest: Check that TermGenerator discards words > 64 bytes.

matcher:

* Don't count unweighted subqueries of MultiAndPostList in percentage
  calculations, as OP_FILTER maps to MultiAndPostList now.  (ticket#590)

brass backend:

* When compacting, if the output database is empty, don't write out a metainfo
  tag.  Take care not to divide by zero when computing the percentage size
  change for a table.

chert backend:

* When compacting, if the output database is empty, don't write out a metainfo
  tag.  Take care not to divide by zero when computing the percentage size
  change for a table.

documentation:

* API documentation:

+ Note version when Database::close() was added.

+ Fix switched lower and upper in API documentation for Weight methods
  get_doclength_lower_bound() and get_doclength_upper_bound().  Correct
  maximum to minimum in get_doclength_lower_bound() comment and note that this
  excludes zero length documents.  Fix "An lower" to "A lower".

* docs/admin_notes.html: Mention that postlist and termlist tables also hold
  value info for chert.  Mention that xapian-chert-update was removed in 1.3.0.
  Mention that you need to use copydatabase from 1.2.x to convert flint to
  chert.

* HACKING: Update section on patches to mention git (git diff and git
  format-patch), and using "-r" with normal diff, and also that ptardiff offers
  a nice way to diff against an unpacked tarball.

debug code:

* Fix use of AssertEq() on NULL, which doesn't compile, at least with recent
  GCC.

Xapian-core 1.2.9 (2012-03-08):

API:

* QueryParser: Fix FLAG_AUTO_SYNONYMS not to enable auto multi-word synonyms
  too (but in a different way to trunk so as to not break the ABI).

matcher:

* Fix issue with running AND, OR and XOR queries against a database with no
  documents in it - this was leading to a divide by zero, which led to
  MSet::get_matches_estimated() reporting 2147483648 on i386.

build system:

* Remove configure's --with-stlport and --with-stlport-compiler options, as
  they don't allow you to actually specify what you need to (at least to use
  the Debian STLport package), and instead document what to pass to configure
  to enable building with STLport (though it seems to no longer be actively
  maintained, and the debug mode (which is probably the most interesting
  feature now) doesn't seem to work on Debian stable).

documentation:

* Document that OP_ELITE_SET with non-term subqueries might pick subqueries
  which don't match anything.  Closes ticket#49.

* Document that you can define a static operator delete method in your subclass
  if deallocation needs to be handled specially.  (Closes ticket#554)

* Assorted minor documentation improvements.

portability:

* Address new warnings from GCC 4.6.

* Fix argument order when linking xapian-check to fix mingw build.
  (ticket#567)

* Add some missing explicit header includes to fix build with STLport.

(wiz)

2012-10-10 16:07:34 UTC MAIN commitmail json YAML

Updated textproc/py-libxml2 to 2.9.0

(wiz)

2012-10-10 16:07:19 UTC MAIN commitmail json YAML

Update to 2.9.0: same changes as for libxml2 itself.

(wiz)

2012-10-10 15:23:39 UTC MAIN commitmail json YAML

re-add the patch which applies SO_REUSEPORT, got lost in last update

(drochner)

2012-10-10 14:45:34 UTC MAIN commitmail json YAML

2012-10-10 14:29:41 UTC MAIN commitmail json YAML

2012-10-10 14:28:51 UTC MAIN commitmail json YAML

2012-10-10 14:19:56 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2012-10-10 13:52:15 UTC MAIN commitmail json YAML

2012-10-10 13:50:56 UTC MAIN commitmail json YAML

Update to 283:
This release adds further improvements for icon configurability
and cleanup of the configure script to remove obsolete checks.

(wiz)

2012-10-10 13:48:41 UTC MAIN commitmail json YAML

+ Mesa-9.0, MesaLib-9.0, ffmpeg-20120919.0.11.2, ffmpeg-20120919.1.0,
  ffplay-20120919.1.0, firefox-16, libfolks-0.8.0, phpmyadmin-3.5.3,
  xterm-283, zim-0.57.

(wiz)

2012-10-10 13:40:07 UTC MAIN commitmail json YAML

2012-10-10 13:37:25 UTC MAIN commitmail json YAML

2012-10-10 13:35:35 UTC MAIN commitmail json YAML

2012-10-10 13:33:44 UTC MAIN commitmail json YAML

2012-10-10 13:32:09 UTC MAIN commitmail json YAML

update to 1.1.9
changes:
-bugfixes
-support for newer ffmpeg/libav

(drochner)

2012-10-10 13:29:26 UTC MAIN commitmail json YAML

explicitly disable xcb if the option is deselected

(drochner)

2012-10-10 13:24:49 UTC MAIN commitmail json YAML

2012-10-10 13:23:44 UTC MAIN commitmail json YAML

2012-10-10 13:22:48 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2012-10-10 13:08:04 UTC MAIN commitmail json YAML

2012-10-10 13:06:14 UTC MAIN commitmail json YAML

2012-10-10 12:19:41 UTC MAIN commitmail json YAML

Updated graphics/pango to 1.32.1 [adam 2012-10-08] changed to devel/pango where the pkg lives

(mspo)

2012-10-10 11:59:26 UTC MAIN commitmail json YAML

Resurrect patch deleted during upgrade to fix build under NetBSD/macppc.

(jmmv)

2012-10-10 11:48:39 UTC MAIN commitmail json YAML

2012-10-10 11:44:32 UTC MAIN commitmail json YAML

update to 3.0.24
changes:
-better IPv6 support
-bugfixes
-minor improvements

(drochner)

2012-10-10 11:41:13 UTC MAIN commitmail json YAML

2012-10-10 11:26:43 UTC MAIN commitmail json YAML

Added new ocaml-expat package to Makefile.

(jaapb)

2012-10-10 11:26:13 UTC MAIN commitmail json YAML

Added textproc/ocaml-expat version 0.9.1

(jaapb)

2012-10-10 11:25:57 UTC MAIN commitmail json YAML

2012-10-10 11:24:33 UTC MAIN commitmail json YAML

Added new ocaml-http package.

(jaapb)

2012-10-10 11:24:07 UTC MAIN commitmail json YAML

Added www/ocaml-http version 0.1.5

(jaapb)

2012-10-10 11:23:32 UTC MAIN commitmail json YAML

Initial commit of www/ocaml-http, version 0.1.5.

OCaml HTTP is a simple OCaml library for creating HTTP daemons. It is largely
inspired by Perl's HTTP:: modules family.

(jaapb)

2012-10-10 10:24:32 UTC MAIN commitmail json YAML

2012-10-10 10:23:44 UTC MAIN commitmail json YAML

2012-10-10 09:48:45 UTC MAIN commitmail json YAML

add patch from upstream to fix crash (NULL dereference) by strange
email contents (CVE-2012-4507)
bump PKGREV

(drochner)

2012-10-10 09:32:43 UTC MAIN commitmail json YAML

Added databases/p5-DBIx-Class-Candy version 0.002101

(sno)

2012-10-10 09:31:39 UTC MAIN commitmail json YAML

Added databases/p5-DBIx-Class-Candy version 0.002101

(sno)

2012-10-10 09:31:23 UTC MAIN commitmail json YAML

Adding new package for CPAN module DBIx::Class::Candy version 0.002101
into databases/p5-DBIx-Class-Candy.

Simplify the common case stuff for DBIx::Class

(sno)

2012-10-10 09:27:12 UTC MAIN commitmail json YAML

adding BUILD_PARAMS analogue to MAKE_PARAMS for Module::Build Perl5 modules

(sno)

2012-10-10 06:08:28 UTC MAIN commitmail json YAML

2012-10-10 06:07:44 UTC MAIN commitmail json YAML

Add patch from Christos to silence libc diagnostic asserion in -current.
PKGREVISION -> 3.

(dholland)

2012-10-10 05:43:00 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.21.56

(mef)

2012-10-10 05:39:44 UTC MAIN commitmail json YAML

Bump version to 3.21.56
    * Maintenance release

    ARQ rx/tx
      * Added tx code to correct transfers of 8 bit ARQ data.
        Needed to circumvent recent UTF-8 char support when
        transferring data files.
      * Added status bar notification when AMP extraction is
        is being processed.
      * Removed timeout on "Extracting FLAMP" and "Extracting FLMSG"
        status messages.

(mef)

2012-10-10 03:08:29 UTC MAIN commitmail json YAML

Note update of BIND pacakges:

net/bind96 9.6.3.1.ESV.7pl4
net/bind97 9.7.7
net/bind98 9.8.4
net/bind99 9.9.2

(taca)

2012-10-10 03:07:13 UTC MAIN commitmail json YAML

Update bind99 to 9.9.2 (BIND 9.9.2).

Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind99 package.

Please refer https://kb.isc.org/article/AA-00798 for list of full bug fixes.

Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes.  [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]
* ISC_QUEUE handling for recursive clients was updated to address a race
  condition that could cause a memory leak. This rarely occurred with UDP
  clients, but could be a significant problem for a server handling a steady
  rate of TCP queries. [CVE-2012-3868] [RT #29539 & #30233]

New Features

* Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are
  now supported per RFC 6605. [RT #21918]
* Introduces a new tool "dnssec-checkds" command that checks a zone to
  determine which DS records should be published in the parent zone, or which
  DLV records should be published in a DLV zone, and queries the DNS to ensure
  that it exists. (Note: This tool depends on python; it will not be built or
  installed on systems that do not have a python interpreter.)  [RT #28099]
* Introduces a new tool "dnssec-verify" that validates a signed zone, checking
  for the correctness of signatures and NSEC/NSEC3 chains.  [RT #23673]
* Adds configuration option "max-rsa-exponent-size <value>;" that can be used
  to specify the maximum rsa exponent size that will be accepted when
  validating [RT #29228]

Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]

(taca)

2012-10-10 03:06:37 UTC MAIN commitmail json YAML

Update bind98 package to 9.8.4.

Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind98 package.

Please refer https://kb.isc.org/article/AA-00797 for list of full bug fixes.

Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]

New Features

* Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are
  now supported per RFC 6605. [RT #21918]

Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]

(taca)

2012-10-10 03:05:52 UTC MAIN commitmail json YAML

Update bind97 to 9.7.7 (BIND 9.7.7).

Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind97 package.

Please refer https://kb.isc.org/article/AA-00796 for list of full bug fixes.

Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]

New Features

  None

Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]

(taca)

2012-10-10 03:04:57 UTC MAIN commitmail json YAML

Update bind96 to 9.6.3.1.ESV.7pl4 (BIND 9.6-ESV-R7-P4).

Here are change changes from release note.  Note security fixes except
CVE-2012-5166 should be already fixed in previous version of bind96 package.

Please refer https://kb.isc.org/article/AA-00795 for list of full bug fixes.

Security Fixes

* A deliberately constructed combination of records could cause named to hang
  while populating the additional section of a response. [CVE-2012-5166] [RT
  #31090]
* Prevents a named assert (crash) when queried for a record whose RDATA
  exceeds 65535 bytes [CVE-2012-4244] [RT #30416]
* Prevents a named assert (crash) when validating caused by using "Bad cache"
  data before it has been initialized. [CVE-2012-3817] [RT #30025]
* A condition has been corrected where improper handling of zero-length RDATA
  could cause undesirable behavior, including termination of the named
  process. [CVE-2012-1667] [RT #29644]

New Features

  None

Feature Changes

* Improves OpenSSL error logging [RT #29932]
* nslookup now returns a nonzero exit code when it is unable to get an answer.
  [RT #29492]

(taca)

2012-10-10 02:24:45 UTC MAIN commitmail json YAML

To fix PR
    pkg/47045
    pkg/47047
    pkg/47049

Following change pulled up from wip/ghostscript (9.06)
(3) patch-freetype_include_freetype_internal_t1types_h
    Delete due to (1) patch will take care.

(mef)

2012-10-10 02:18:25 UTC MAIN commitmail json YAML

To fix PR
    pkg/47045
    pkg/47047
    pkg/47049

Following change pulled up from wip/ghostscript (9.06)
(1) patch-ah (configure)
    Add CPPFLAG to refer ghostscript-included freetype
    (regardless of X11_TYPE=native or modular).

(2) patch-af (base/unix-dll.mk)
    Adjust to build on Mac OS X.

(3) patch-freetype_include_freetype_internal_t1types_h
    Delete due to (1) patch will take care.

(mef)

2012-10-09 21:01:13 UTC MAIN commitmail json YAML

geography/geoclue: Remove -Werror instead

Rather than passing -Wno-unused-but-set-variable flag to satisfy -Werror,
just remove the -Werror directive.  This protects older compilers that
might break on an unrecognized future flag.

(marino)

2012-10-09 19:57:02 UTC MAIN commitmail json YAML

editors/abiword: Fix linker flag bug

GCC 4.6+ does not tolerate flags starting with "--" like older versions
of GCC do.  These flags were meant to fall to the linker but starting
with GCC 4.6, they must be explicitly prefixed with "-Wl,"

Fixes the gcc 4.7.2 breakage on "--no-undefined".

(marino)

2012-10-09 19:49:39 UTC MAIN commitmail json YAML

Note update of tex-amsfonts{,-doc}.

(minskim)

2012-10-09 19:47:08 UTC MAIN commitmail json YAML

Update tex-amsfonts{,-doc} to 3.03.

Changes:
The Type 1 Euler fonts have been upgraded so that some inconsistencies
with the character widths in the corresponding TFM files have been
fixed, and minor optimizations were carried out on some of the
character outlines.  The changes affect only the PFB, AFM, and PFM
files.

(minskim)

2012-10-09 18:57:54 UTC MAIN commitmail json YAML

Explicitly disable the creation of manpages so that the presence of
xsltproc and Docbook packages do not enable this unexpectedly.  Fixes
the build whenever manpages get enabled for some reason, as the PLIST
does not account for them.

(jmmv)

2012-10-09 17:53:51 UTC MAIN commitmail json YAML

multimedia/gpac: Fix linker flag bug

GCC 4.6+ does not tolerate flags starting with "--" like older versions
do.  These flags were meant to fall to the linker, but starting with
GCC 4.6, they have to be explicitly prefixed with "-Wl,".

Fix the gcc 4.7 breakage on "--warn-common".

(marino)

2012-10-09 17:32:33 UTC MAIN commitmail json YAML

cross/mingw-binutils: Alternative fix for gcc47

Although the claim that using the -Wno-unused-but-set-variable flag
breaks the build for older GCCs is unsubstantiated at this time, the
previous fix for gcc47 is removed in favor of deleting -Werror which
is exactly what the cross/binutils makefile does.

(marino)

2012-10-09 17:25:16 UTC MAIN commitmail json YAML

2012-10-09 15:47:41 UTC MAIN commitmail json YAML

chat/libmsn: Fix build on gcc 4.7.2

Add <unistd.h> to solve "unlink not declared in scope" error in gcc47.

(marino)

2012-10-09 15:26:45 UTC MAIN commitmail json YAML

geography/geoclue: Fix build for gcc4.6+

geoclue uses -Werror, but gcc4.6+ has a new warning,
unused-but-set-variable which will break the build.  Add a CFLAG to
inhibit the warning to fix build on gcc4.6+.

(marino)

2012-10-09 14:21:08 UTC MAIN commitmail json YAML

Note update of tex-dvips{,-doc}.

(minskim)

2012-10-09 14:15:33 UTC MAIN commitmail json YAML

2012-10-09 14:07:23 UTC MAIN commitmail json YAML

2012-10-09 13:28:39 UTC MAIN commitmail json YAML

Restore entries erroneosly added/deleted in 1.3201.  Noted by adam@.

(minskim)

2012-10-09 12:16:31 UTC MAIN commitmail json YAML

2012-10-09 10:56:52 UTC MAIN commitmail json YAML

2012-10-09 10:56:15 UTC MAIN commitmail json YAML

2012-10-09 10:24:56 UTC MAIN commitmail json YAML

Updated lang/camlp5 to 6.07

(jaapb)

2012-10-09 10:24:44 UTC MAIN commitmail json YAML

Updated camlp5 to 6.07, for compatibility with current ocaml version. Changes
include:

* [12 Sep 12] Added compatibility with OCaml 4.00.1.
* [06 Jun 12] Fixed bug: open record patterns {a=b;c=d;_} did not work.

(jaapb)

2012-10-09 08:56:13 UTC MAIN commitmail json YAML

x11/nucleo: Fix build on gcc4.7

Include <unistd.h> to fix scope error.

(marino)

2012-10-09 07:48:21 UTC MAIN commitmail json YAML

cross/mingw-binutils: Fix build on gcc4.7

mingw-binutils is built with -Werror which fails on the gcc4.6+ warning
"unused but set variable".  Disable that warning to fix gcc4.7 build.

(marino)

2012-10-09 07:36:09 UTC MAIN commitmail json YAML

pkgtools/pkg_install: Fix build on gcc4.7

pkg_install uses source files from net/libfetch so it needs the same
no-strict-alias flag at libfetch when building on gcc 4.7

(marino)

2012-10-09 02:48:16 UTC MAIN commitmail json YAML

Updated net/libfetch to 2.34

(sbd)

2012-10-09 02:48:04 UTC MAIN commitmail json YAML

libfetch-2.34:
  On Linux libfetch needs to be built with '-fPIC' so that it can be used
  to build shared libraries.  (Fixes databases/openldap-client build.)

(sbd)

2012-10-09 01:41:59 UTC MAIN commitmail json YAML

Correct BUILDLINK_ABI_DEPENDS.camlp5 to say 6.06 instead of 6.06nb1.

(kristerw)

2012-10-09 01:36:45 UTC MAIN commitmail json YAML

Updated comms/asterisk10 to 10.9.0

(jnemeth)

2012-10-09 01:36:32 UTC MAIN commitmail json YAML

upgrade to Asterisk 10.9.0:  this is a bug fix release:

The Asterisk Development Team has announced the release of Asterisk 10.9.0.

The release of Asterisk 10.9.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix channel reference leak in ChanSpy.

* --- dsp.c: Fix multiple issues when no-interdigit delay is present,
      and fast DTMF 50ms/50ms

* --- Fix bug where final queue member would not be removed from
      memory.

* --- Fix memory leak when CEL is successfully written to PostgreSQL
      database

* --- Fix DUNDi message routing bug when neighboring peer is
      unreachable

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.9.0

Thank you for your continued support of Asterisk!

(jnemeth)

2012-10-09 01:07:56 UTC MAIN commitmail json YAML

2012-10-08 23:56:59 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.17.0

(jnemeth)

2012-10-08 23:56:48 UTC MAIN commitmail json YAML

update to Asterisk 1.8.17.0:  this is a bugfix release:

The Asterisk Development Team has announced the release of Asterisk 1.8.17.0.

The release of Asterisk 1.8.17.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix channel reference leak in ChanSpy.

* --- dsp.c: Fix multiple issues when no-interdigit delay is present,
      and fast DTMF 50ms/50ms

* --- Fix bug where final queue member would not be removed from
      memory.

* --- Fix memory leak when CEL is successfully written to PostgreSQL
      database

* --- Fix DUNDi message routing bug when neighboring peer is
      unreachable

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.17.0

Thank you for your continued support of Asterisk!

(jnemeth)

2012-10-08 23:36:32 UTC MAIN commitmail json YAML

Note update of tex-texlive.infra.

(minskim)

2012-10-08 23:32:51 UTC MAIN commitmail json YAML

Update tex-texlive.infra to 2012.27610.

Changes:
- Check whether an old configuration file for updmap exists.

(minskim)

2012-10-08 23:09:06 UTC MAIN commitmail json YAML

2012-10-08 23:02:41 UTC MAIN commitmail json YAML

2012-10-08 21:56:27 UTC MAIN commitmail json YAML

Reverted cairo update to 1.12.4.

(wiz)

2012-10-08 21:55:02 UTC MAIN commitmail json YAML

Revert update here as well, to match cairo again.

(wiz)

2012-10-08 21:54:06 UTC MAIN commitmail json YAML

Downgrade cairo back to yesterday's version.
1.12.4 causes SHM problems on OS X and NetBSD.

E.g. for firefox, during startup, on 6.99.12/amd64:
###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157
###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157
zsh: segmentation fault (core dumped)  firefox

Or for xchat on OS X Lion:
The program 'xchat' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
  (Details: serial 5738 error_code 10 request_code 133 minor_code 1)
  (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() function.)

(wiz)

2012-10-08 21:36:20 UTC MAIN commitmail json YAML

Updated graphics/pango to 1.32.1

(adam)

2012-10-08 21:35:22 UTC MAIN commitmail json YAML

Overview of changes between 1.32.0 and 1.32.1
=============================================
- Fixup grapheme clusters
- 684959 - crash after "Add pango_shape_full()"

Overview of changes between 1.31.2 and 1.32.0
=============================================
- Add a --without-xfg configure option
- Add pango_shape_full()

Overview of changes between 1.31.1 and 1.31.2
=============================================
- More work on towards thread-safety
- Build fixes on OS X

Overview of changes between 1.31.0 and 1.31.1
=============================================
- The module cache file can now be located in libdir
- Initial work towards making pango thread-safe
- Update to Unicode 6.1.
- 682421 - Fix vertical text, gravity, etc, with HarfBuzz
- 678721 - Don't need to get item properties...
- 678997 - Colors aqua, silver and indigo missing...
- 653347 - rise units documented incorrectly
- 682952 - remove old glib check
- Deprecate pango-ot.h.
- Deprecate pango_fc_font_kern_glyphs
- Deprecate pango_lookup_aliases

Overview of changes between 1.30.1 and 1.31.0
=============================================
- Port to harfbuzz 0.9.x, use external harfbuzz
- Remove Arabic, Syriac, Hangul Hebrew, Khmer,
  Tibetan and Thai shapers (replaced by harfbuzz)
- Remove Indic module (replaced by harfbuzz)
- Remove Atsui support (superseded by CoreText)
- Remove PangoX
- 679654 - Crash for PangoContext.list_families
- 680965 - missing language strings for ...
- 681423 - introspection: assorted fixes...

(adam)

2012-10-08 21:34:34 UTC MAIN commitmail json YAML

Updated devel/libpeas to 1.6.0

(prlw1)

2012-10-08 21:34:14 UTC MAIN commitmail json YAML

Update libpeas to 1.6.0 (PR#46921)

* Remove the vala demo plugin
* Add min required and max allowed version for glib and Gdk
* Warn if activate or deactivate are not implemented
* Find extension construct properties also in interface prerequisites
* Fix interface sorting in GJS and Seed
* Added peas_engine_prepend_search_path
* Added peas_plugin_info_get_external_data
* Misc bugfixes

(prlw1)

2012-10-08 21:24:56 UTC MAIN commitmail json YAML

Updated devel/py-at-spi2 to 2.6.0

(prlw1)

2012-10-08 21:24:38 UTC MAIN commitmail json YAML

Update py-at-spi2 to 2.6.0

* Install caret focus tracker into $bindir, rather than $pythondir/examples.
  for the rational see https://bugzilla.gnome.org/show_bug.cgi?id=682636
* Fix incorrect FSF address in file headers.
* Fix for bug #683302 - Missing argument for set_current_value method
* Include interim focus tracker as an example.
* Fix autogen.sh for non-sourcedir build.
* Add getLocalizedName for actions.

(prlw1)

2012-10-08 21:15:27 UTC MAIN commitmail json YAML

Updated devel/py-gobject3 to 3.4.0

(prlw1)

2012-10-08 21:15:04 UTC MAIN commitmail json YAML

2012-10-08 20:47:02 UTC MAIN commitmail json YAML

Updated security/botan to 1.8.14

(pettai)

2012-10-08 20:46:38 UTC MAIN commitmail json YAML

Update to Botan 1.8.14:

* 1.8.14, 2012-07-18

- The malloc allocator would return null instead of throwing in the event of
  an allocation failure, which could cause an application crash due to null
  pointer dereference where normally an exception would occur.
- Recent versions of OpenSSL include extra information in ECC private keys,
  the presence of which caused an exception when such a key was loaded by
  botan. The decoding of ECC private keys has been changed to ignore these
  fields if they are set.
- AutoSeeded_RNG has been changed to prefer /dev/random over /dev/urandom
- Fix detection of s390x (Debian bug 638347)

(pettai)

2012-10-08 20:32:42 UTC MAIN commitmail json YAML

Updated devel/at-spi2-atk to 2.6.0

(prlw1)

2012-10-08 20:31:27 UTC MAIN commitmail json YAML

Update to 2.6.0

* Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434).
* When the cache is activated, register it on the main D-Bus connection.
* Fix atspi_hyperlink_get_uri (BGO#683182).
* Only initialize the cache when an AT is running.
* Fix various memory leaks (BGO#683979, BGO#684077)
* Removed the gtk 3.0 module (BGO#678315).
* Don't leak a GError when option parsing fails (BGO#679296)
* Rework some inefficient code when removing clients and events (BGO#679295,
  BGO#679297).
* Implement GetLocalizedName for actions (BGO#680598)
* Allow to build out of source directory (BGO#680280).
* No need to include i18n support: There's nothing to translate here.

(prlw1)

2012-10-08 20:24:12 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.6.0

(prlw1)

2012-10-08 20:23:48 UTC MAIN commitmail json YAML

Update to 2.6.0

* Fix some annotations.
* Exit, rather than crash, when unable to open an X display (BGO#660407).
* Fix various memory leaks (BGO#684033).
* Fix build with -fno-common.
* Add glib-2.0 to requires in at-spi2.pc (BGO#682595)
* Add atspi_action_get_localized_name (BGO#680598).
* Allow building from out of source directory (BGO#680281)

(prlw1)

2012-10-08 20:20:06 UTC MAIN commitmail json YAML

Updated devel/atk to 2.6.0

(prlw1)

2012-10-08 20:19:31 UTC MAIN commitmail json YAML

Update to 2.6.0

* Bug 635332: Include C header information in GIR
* Added atk_relation_set_contains_target to atk.symbols
* Bug 672869: Required a method to check if a relationset contains a
    relation taking into account relationship and target
* Added extra doc on atk_remove_[key/global]_event_listener
* Fixed compilation with some gcc versions/combination of options
* Provide a default implementation for
    atk_util_[add/remove]_global_event_listner
* Bug 478587: "accessible-role" - invalid default value
* Updated translations: Japanese, Brazilian Portuguese, Polish, Galician,
    Latvian, Catalan, Catalan (Valencian), Greek, Norwegian, Spanish

(prlw1)

2012-10-08 19:42:48 UTC MAIN commitmail json YAML

2012-10-08 19:23:28 UTC MAIN commitmail json YAML

Added fonts/harfbuzz version 0.9.4

(adam)

2012-10-08 19:20:33 UTC MAIN commitmail json YAML

2012-10-08 19:16:17 UTC MAIN commitmail json YAML

Revert part of previous: leave this marked NOT_FOR_PLATFORM for Dragonfly
by request of John Marino. But leave the patches in place as they are
harmless. Affects PR 47042.

(dholland)

2012-10-08 18:32:50 UTC MAIN commitmail json YAML

www/ap-perl: revert last

The build failure may be caused by the new perl 5.16 rather than gcc47.
Revert last patch.

(marino)

2012-10-08 18:05:59 UTC MAIN commitmail json YAML

Changes 0.1.18:
* Updated word break dictionary.

Changes 0.1.17:
* Recognizes acronyms on word breaking.
* Updated word break dictionary.

(adam)

2012-10-08 16:59:27 UTC MAIN commitmail json YAML

2012-10-08 16:54:07 UTC MAIN commitmail json YAML

2012-10-08 15:31:26 UTC MAIN commitmail json YAML

Updated lang/camlp5 to 6.06

(jaapb)

2012-10-08 15:31:14 UTC MAIN commitmail json YAML

Updated lang/camlp5 to its latest version. Changes from the old version include:

Camlp5 Version 6.06:
--------------------

* [01 Jun 12] Added compatibility with OCaml 4.00.0 and (incoming) 4.01.0.
* [18 Mar 12] Fixed bug in pr_o: [(let module M = ... in x); y] was
  displayed without parentheses.
* [14 Mar 12] Added compatibility with OCaml 3.12.2.
* [02 Mar 12] Added compatibility with JoCaml 3.12.0 and 3.12.1.
* [02 Mar 12] Completed with all JoCaml statements in ocaml syntax.
  Todo: pretty print.

Camlp5 Version 6.05:
--------------------

* [02 Mar 12] Added compatibility with JoCaml trunk.
* [02 Mar 12] Added option -oname in configure to change ocaml
  command name. The bytecode compiler, native compiler and bytecode
  runtime are respectively <oname>c, <oname>opt and <oname>run.
  The default is 'ocaml', implying that the executables are ocamlc,
  ocamlopt and ocamlrun. Setting it to 'jocaml', fo example, use
  jocamlc, jocamlopt and jocamlrun.

Camlp5 Version 6.04:
--------------------

* [01 Mar 12] Added option -name in configure to change command name
  useful to have transitional and strict versions installed with
  different names. Default: camlp5.
* [01 Mar 12] The default mode at configuration time is now 'strict'.

Camlp5 Version 6.03:
--------------------

* [09 Jan 12] Updated compatibility with OCaml trunk version (3.13.0).

Camlp5 Version 6.02.3:
----------------------

* [20 Oct 11] Updated compatibility with OCaml current version 3.13.0.
* [20 Sep 11] Added missing syntax "_" in ending patt records (rev: "_ = _").
ep 11] Fixed bug pattern -1L was refused in normal syntax.
* [21 May 11] Fixed bug impacting files using q_ast.cmo extension (bad ast).
* [03 May 11] Fixed bug: lexeme errors in revised syntax + utf8.
* [24 Mar 11] Fixed bug: M.(a+b) was refused in normal syntax.
* [16 Mar 11] Fixed bug: incorrect compilation of label patterns of the
  form ~a:b (or ~{a = b} in revised syntax) in class declarations.
* [16 Mar 11] Fixed bug: error while printing label patterns ~a:b with
  pr_o.cmo (error message "labels not pretty printed (in patt)").

Camlp5 Version 6.02.2:
----------------------

* [15 Mar 11] Fixed bug: bad AST generated for class identifier prefixed
  by a module.
* [15 Mar 11] Fixed differences of locations between OCaml and camlp5o (e.g.
  in .annot files)
* [17 Feb 11] Pretty module now considers strings as utf8 encoded (impacts
  computation of strings lengths).
* [04 Feb 11] Revised syntax: completed syntax multi labels, ~{x=y; z=t}
  (equivalent to ~{x=y} ~{z=t}) in patterns (in 6.02.1 was implemented
  only in expressions).
* [28 Jan 11] Added installed module 'Reloc': relocations and equalities
  over syntax trees.
* [26 Jan 11] Fixed bug in camlp5o.opt: did not accept '$' as token.
* [18 Jan 11] Fixed bug: private flags in type manifest were not correctly
  treated.
* [06 Dec 10] Fixed bug in pr_o.cmo: label expressions were not correctly
  pretty printed: f ~a gave f a.

Camlp5 Version 6.02.1:
----------------------

* [05 Dec 10] In module Grammar.Entry.print, added extra parameter ppf
  to print in other formatter than (the default) stdout.
* [21 Nov 10] Revised syntax: added syntax multi labels, ~{x=y; z=t}
  equivalent to ~{x=y} ~{z=t}
* [16 Nov 10] Updated compatibility with OCaml version 3.13.0-gadt.

Camlp5 Version 6.02:
--------------------

* [12 Nov 10] Added compatibility with OCaml GADT version.
* [12 Nov 10] pa_macro: added ability to use ELSIFDEF in match cases (the
  ending ELSE part being still optional).
* [08 Nov 10] Fixed bugs 1/ in pa_o: !Foo.bar was interpreted as (!Foo).bar
  instead of !(Foo.bar) 2/ in top/camlp5_top.cma: the file ast2pt.cmo was
  missing.

Camlp5 Version 6.01:
--------------------

* [03 Nov 10] Added in revised syntax for labels ~{lab x = y} as shortcut
  for ~{lab = fun x -> y}.
* [30 Oct 10] Fixed bug in 'configure': option -libdir did not work.

Camlp5 Version 6.00:
--------------------

* [28 Oct 10] Updated compatibility with OCaml trunk version (3.13.0).
* [01 Oct 10] Make compilation with "make -j" (parallel make) work.
* [29 Sep 10] Fixed bug when using constructors named 'True' and 'False'.
* [24 Sep 10] Fixed many bugs of parsing comments (typically about quotes).
* [23 Sep 10] Fixed bug in pretty printing comments containing '"'.
* [22 Sep 10] Fixed bug bad result of unary minus functions.
* [22 Sep 10] Fixed bug in printing parameters of types of 'with constraint'.
* [22 Sep 10] Fixed bug in revised syntax for class_types. Now application.
  does not need parenthesis any more (like for other entries of that kind).
* [19 Sep 10] In grammars, added list with separator with optional ending
  separator (LIST0 .. SEP OPT_SEP and LIST1 .. SEP OPT_SEP).
* [19 Sep 10] Completed missing statements in particular in objects,
  classes, and first class modules.
* [08 Sep 10] Added option '-flag O' of pr_r.cmo and pr_o.cmo which
  add location comments in the output.
* [08 Sep 10] Added new chapters in the documentation:
    - Directives
    - Redefining OCaml syntax
* [08 Sep 10] Fixed option '-flag E' (equilibrate cases) of pr_r.cmo and
  pr_o.cmo which did not work.
* [06 Sep 10] Changed revised syntax of 'inherit something [params]'
  into 'inherit [params] something' (like in normal syntax).
* [06 Sep 10] Added missing statements:
    - 'module type of' as module type,
    - '(module ... : ...)' as expression,
    - '(val ...)' ('value' in revised syntax) as module expression.
* [02 Sep 10] Added directive "#option" (in files, not in toplevel).
* [02 Sep 10] pa_macro.cmo: phrases inside IFDEF statements now are
  implementation or interface items, which means:
    - ability to use directives which are, therefore, conditional.
    - in revised syntax must end with semicolon (incompatibility with
      previous versions of Camlp5 where these semicolons are syntax
      errors).
    - in revised syntax, ability to put several phrases without having
      to use "declare .. end".
* [30 Aug 10] pa_macro.cmo: added ability to use ELSIFDEF and ELSIFNDEF
  in expressions, structure items and signature items.
* [27 Aug 10] Fixed bug in pa_macro.cmo A AND B computed B AND B.
* [26 Aug 10] Fixed wrong behaviour: char '"' was printed '\"'.
* [25 Aug 10] Added option -no-opt in configure, not to use .opt versions
  of OCaml compilers.
* [20 Aug 10] Added compatibility for OCaml version 3.11.3.
* [18 Aug 10] Added function "get" in library module "Ploc", and a
  statement "lprintf" similar to "pprintf" added by the syntax
  extension kit "pa_pprintf.cmo".

(jaapb)

2012-10-08 15:28:47 UTC MAIN commitmail json YAML

Updated devel/libsigc++ to 2.2.11

(adam)

2012-10-08 15:28:19 UTC MAIN commitmail json YAML

Updated devel/frama-c to 20120901

(jaapb)

2012-10-08 15:28:04 UTC MAIN commitmail json YAML

Updated devel/frama-c to its latest version. Changes include:

-! Kernel    [2012/09/17] Remove useless negative options -no-help,
      -no-version, -no-print-share-path, -no-print-lib-path and
      -no-print-plugin-path.
o!* Cil      [2012/09/12] Split constants of logic and C (fixes bts #745).
o! Cil        [2012/09/12] Remove type Cil_type.typsig. Use the functions in
      Cil_datatype.Typ and Cil_datatype.Logic_typ to compare types.
o! Kernel    [2012/09/03] Remove obsolete constructors Cabs.TRANSFORMER and
      Cabs.EXPRTRANSFORMER and related parsing rules.
o! Value      [2012/08/29] Signature change for function
      Db.Value.register_builtin: builtins can now return multiple
      states.
o! Value      [2012/08/20] Rename Db.Value.assigns_to_zone_inputs_state to
      Db.Value.assigns_inputs_to_zone. Add new functions
      Db.Value.assigns_outputs_to_zone and
      Db.Value.assigns_inputs_to_locations.
o!* Kernel    [2012/07/31] Operations that silently mutate AST should now call
      Ast.mark_as_changed to clear states depending on it
      (fixes #!1244).
-! Inout      [2012/07/22] Option -inout-callwise restarts Value when it is
      newly set
o! Cil        [2012/07/16] Ast changed: Unrool_level renamed into Unroll_specs
      and its argument becomes a list for next evolutions.
o! Kernel    [2012/07/16] Add function [stmt_can_reach] to the arguments
      of Dataflow.Backwards, which is used to speed up the analysis.
      See dataflow.mli for good possible values.
-! Rte        [2012/07/16] Rename option -rte-const into
      -rte-no-trivial-annotations (set by default).
-! Value      [2012/07/12] More thorough checks for calls through a function
      pointer: warn when the function type and the pointer are
              not compatible, and stop when they cannot be reconciled.
-! Kernel    [2012/07/12] A negative value given to -ulevel option hides all
      UNROLL_LOOP pragmas.
+! Kernel    [2012/07/10] Change semantics of 'reachable' properties
      for functions. Use intrinsic notion instead of accessibility
      of first statement.
o! Kernel    [2012/06/25] Correct (albeit slow) hash function for terms
      and term lvalues.
-! Kernel    [2012/06/22] improve 'reachable' properties.
o! Kernel    [2012/06/19] Remove module Inthash. Use Datatype.Int.Hashtbl
      instead, or directly carbon2nitrogen.sh migration script.
o! Value      [2012/06/18] Made type Ival.tt private.
o! Kernel    [2012/06/11] New API for Annotations which merges old
      Annotations, Globals.Annotations and operations of Kernel_function
      over function contracts.
-! Pdg        [2012/06/08] Rename option -dot-pdg into -pdg-dot
o! Kernel    [2012/05/30] Kernel.Functions.get does not silently create
      a kernel function if it does not already exist. This behavior
      is kept for Cil builtins.
o! Kernel    [2012/04/26] Plugin.set_optional_help is now deprecated.
*! Kernel    [2012/04/14] Introduce more temporaries for a call [lv = f()] if
      the return type of f and the type of lv do not match. Fix
      issue #1024.
o! Kernel    [2012/03/26] Kernel.CppExtraArgs now gets type
      Plugin.String_list and not Plugin.String_set (fixed bts #!1132).
-! Kernel    [2012/02/29] Adding some more supports for built-in related to
      memory blocks.
-!  Cil      [2012/02/24] Functions returning a value cannot let control flow
      falling through the closing '}'  Fixes #685.
-! Kernel    [2012/02/23] Sets generated assigns clauses into the default
      behavior.
-! Kernel    [2012/02/08] Adding supports for clause allocates and frees
              and their version for loops.
o! Value      [2011/12/02] Moved contents of memory_state/Abstract_value
      into ai/Lattice_Interval_Set. Use bin/nitrogen2oxygen for
      automatic migration.
-*! Kernel    [2011/11/07] empty list in complete/disjoint is expanded by
      logic type-checker to the list of behavior name of current
      contract. Fixes issue #1006. See bts comments for the
      differences that can appear in the treatment of specs.
o! Cil        [2011/11/04] Add method pFile in printers. Signature change for
      Cil.d_file (but you should use !Ast_printer.d_file).
o! Kernel    [2011/10/18] Logic_preprocess.file takes an additional parameter,
      as gcc pre-processor treats differently .c and .cxx files,
      and this must be reflected in annotation pre-processing.

(jaapb)

2012-10-08 15:21:33 UTC MAIN commitmail json YAML

Updated archivers/ocaml-zip to 1.04nb1

(jaapb)

2012-10-08 15:21:19 UTC MAIN commitmail json YAML

Updated Makefile to build native-code version on arm architecture as well.

(jaapb)

2012-10-08 15:18:26 UTC MAIN commitmail json YAML

2012-10-08 15:12:10 UTC MAIN commitmail json YAML

Changes 2.2.11:
* Fix comma operator in libsigc++ lambda expressions.
* Added SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
  This allows most uses of libsigc++'s lambda expressions to be
  replaced by standard C++11 lambda expressions.
* Use std::size_t and std::ptrdiff_t instead
* Fix 'make check' with gcc 4.7.
* Enable test_lambda in 'make check'.

(adam)

2012-10-08 15:06:37 UTC MAIN commitmail json YAML

Updated lang/ocaml to 4.00.1

(jaapb)

2012-10-08 15:05:33 UTC MAIN commitmail json YAML

Update to version 4.00.1. Renamed patches from two-letter system and added
comments.

Updated buildlink3.mk to default to a full dependency (more pertinent in most
cases; usually the standard library needs to be installed for an ocaml
program to run)

Changes from 3.12 to 4.00.1 include:
OCaml 4.00.1:
-------------
Various bug fixes.

OCaml 4.00.0:
-------------

(Changes that can break existing programs are marked with a "*")

- The official name of the language is now OCaml.

Language features:
- Added Generalized Algebraic Data Types (GADTs) to the language.
  See chapter "Language extensions" of the reference manual for documentation.
- It is now possible to omit type annotations when packing and unpacking
  first-class modules. The type-checker attempts to infer it from the context.
  Using the -principal option guarantees forward compatibility.
- New (module M) and (module M : S) syntax in patterns, for immediate
  unpacking of a first-class module.

Compilers:
- Revised simplification of let-alias (PR#5205, PR#5288)
- Better reporting of compiler version mismatch in .cmi files
* Warning 28 is now enabled by default.
- New option -absname to use absolute paths in error messages
- Optimize away compile-time beta-redexes, e.g. (fun x y -> e) a b.
- Added option -bin-annot to dump the AST with type annotations.
- Added lots of new warnings about unused variables, opens, fields,
  constructors, etc.
* New meaning for warning 7: it is now triggered when a method is overridden
  with the "method" keyword.  Use "method!" to avoid the warning.

Native-code compiler:
- Optimized handling of partially-applied functions (PR#5287)
- Small improvements in code generated for array bounds checks (PR#5345,
  PR#5360).
* New ARM backend (PR#5433):
    . Supports both Linux/EABI (armel) and Linux/EABI+VFPv3 (armhf).
    . Added support for the Thumb-2 instruction set with average code size
      savings of 28%.
    . Added support for position-independent code, natdynlink, profiling and
      exception backtraces.
- Generation of CFI information, and filename/line number debugging (with -g)
  annotations, enabling in particular precise stack backtraces with
  the gdb debugger. Currently supported for x86 32-bits and 64-bits only.
  (PR#5487)
- New tool: ocamloptp, the equivalent of ocamlcp for the native-code compiler.

OCamldoc:
- PR#5645: ocamldoc doesn't handle module/type substitution in signatures
- PR#5544: improve HTML output (less formatting in html code)
- PR#5522: allow refering to record fields and variant constructors
- fix PR#5419 (error message in french)
- fix PR#5535 (no cross ref to class after dump+load)
* Use first class modules for custom generators, to be able to
  load various plugins incrementally adding features to the current
  generator
* PR#5507: Use Location.t structures for locations.
- fix: do not keep code when not told to keep code.

Standard library:
- Added float functions "hypot" and "copysign" (PR#3806, PR#4752, PR#5246)
* Arg: options with empty doc strings are no longer included in the usage string
  (PR#5437)
- Array: faster implementations of "blit", "copy", "sub", "append" and "concat"
  (PR#2395, PR#2787, PR#4591)
* Hashtbl:
    . Statistically-better generic hash function based on Murmur 3 (PR#5225)
    . Fixed behavior of generic hash function w.r.t. -0.0 and NaN (PR#5222)
    . Added optional "random" parameter to Hashtbl.create to randomize
      collision patterns and improve security (PR#5572, CVE-2012-0839)
    . Added "randomize" function and "R" parameter to OCAMLRUNPARAM
      to turn randomization on by default (PR#5572, CVE-2012-0839)
    . Added new functorial interface "MakeSeeded" to support randomization
      with user-provided seeded hash functions.
    . Install new header <caml/hash.h> for C code.
- Filename: on-demand (lazy) initialization of the PRNG used by "temp_file".
- Marshal: marshalling of function values (flag Marshal.Closures) now
  also works for functions that come from dynamically-loaded modules (PR#5215)
- Random:
    . More random initialization (Random.self_init()), using /dev/urandom
      when available (e.g. Linux, FreeBSD, MacOS X, Solaris)
    * Faster implementation of Random.float (changes the generated sequences)
- Scanf: new function "unescaped" (PR#3888)
- Set and Map: more efficient implementation of "filter" and "partition"
- String: new function "map" (PR#3888)

Installation procedure:
- Compiler internals are now installed in `ocamlc -where`/compiler-libs.
  The files available there include the .cmi interfaces for all compiler
  modules, plus the following libraries:
      ocamlcommon.cma/.cmxa    modules common to ocamlc, ocamlopt, ocaml
      ocamlbytecomp.cma/.cmxa  modules for ocamlc and ocaml
      ocamloptcomp.cma/.cmxa    modules specific to ocamlopt

camltoplevel.cma        modules specific to ocaml
  (PR#1804, PR#4653, frequently-asked feature).
* Some .cmi for toplevel internals that used to be installed in
  `ocamlc -where` are now to be found in  `ocamlc -where`/compiler-libs.
  Add "-I +compiler-libs" where needed.
* toplevellib.cma is no longer installed because subsumed by
  ocamlcommon.cma ocamlbytecomp.cma ocamltoplevel.cma
- Added a configuration option (-with-debug-runtime) to compile and install
  a debug version of the runtime system, and a compiler option
  (-runtime-variant) to select the debug runtime.

and various bug fixes.

(jaapb)

2012-10-08 14:43:55 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 0.77

(wen)

2012-10-08 14:42:08 UTC MAIN commitmail json YAML

Update to 0.77

Upstream changes:
0.77  2012-09-25

- POD changes that should make the documentation look better, especially on
  the web.

(wen)

2012-10-08 14:34:06 UTC MAIN commitmail json YAML

Use pkgsrc libffi instead of bundled one. Ride the update.

(asau)

2012-10-08 14:33:32 UTC MAIN commitmail json YAML

2012-10-08 14:26:28 UTC MAIN commitmail json YAML

Updated lang/polyml to 5.5

(asau)

2012-10-08 14:26:03 UTC MAIN commitmail json YAML

Update to Poly/ML 5.5

Changes in Poly/ML Version 5.5

Major New Features

    Storage management rewrite. The storage management system
    has been almost completely rewritten. The garbage collector
    is parallelised and a new mechanism has been introduced to
    adjust the size of the heap. When space is very short an
    extra pass may be triggered that merges immutable cells with
    the same contents. Thanks to Tobias Nipkow and the Technical
    University of Munich for support for this work.

    PolyML.shareCommonData has been parallelised and now uses a
    dynamic stack to avoid a possible segfault if the C stack
    overflows with deep data structures.

    There is now support for 64-bit on Windows using either
    mingw or Visual Studio.

    Added a PolyML.Statistics structure to extract information
    about the current ML program or that running in another
    process.

    The standard "text" and "data" areas are now used for
    exported object files. In particular this removes the need
    for --segprot when linking the object files on Mac OS X with
    previous versions.

    libffi is now used for foreign function interface
    (CInterface). Among other things this allows the full range
    of types to be use on X86/64. A version of libffi is
    included in the source but those packaging Poly/ML may
    prefer to use the --with-system-libffi option to the
    configure script to use the version installed on the
    machine.

    Withdrawn support for native-code on PPC and Sparc. The
    configure script will now fall back to the interpreted
    version on these platforms.

Minor Additions and Changes

    Added G, M, K suffix to RTS arguments for --maxheap and --minheap.

    Some changes to where "op" is allowed to conform more
    closely to the Definition.

    --debug and --logfile options. These allow fine control of
    debugging information within the run-time system.

    Added --error-exit option to terminate the top-level loop if
    any command raises an exception.

    Added PolyML.IntInf with gcd and lcm functions to use GMP's
    gcd function if available.

    Added PolyML.Compiler.allocationProfiling to work with
    PolyML.profiling 4. This causes each full GC to print a
    profile indicating where the currently live data has been
    allocated.

    Removed NetDB structure from the library since this was in
    an early draft of the basis library but not in the final book.

    Added PolyML.Codetree structure within PolyML. This allows
    ML code to build intermediate code data structures and
    generate machine code from them.

    Added "--use FILENAME" command line argument to run a command
    from a file before starting the main Read-Eval-Print loop.

Bug Fixes

    Fixes related to Word32 on X86-64 and Word.~>>.

    Vol allocation locking issue

    Floating point box issue

    Fix some functions in the Windows structure to match the
    Basis Library definition

    Fix a possible crash if a GC happened while another thread
    was in foreign code.

    Fix error in printer function for a datatype where the
    effect of PolyML.print_depth depended on the posiition
    of a constructor in the datatype.

    Fix bug with flexible record handling.

    Fix Real.fmt and Real.toString to conform to the Basis
    Library definition.

    Fix Real.abs with nan argument.

    Fix IEEEReal.toString for nan argument.

    Fix code-generator bug which resulted in incorrect result
    for Real.nextAfter.

    Fix bug the produced Subscript exceptions in stream IO.

(asau)

2012-10-08 14:07:18 UTC MAIN commitmail json YAML

GCC_REQD is 3.0 not 3.4, removing the pain for NetBSD-2.1 and other 3.0<=gcc<3.4 platforms

(abs)

2012-10-08 14:01:04 UTC MAIN commitmail json YAML

Note the two updates for net/drill, first to 1.6.13 and then to 1.6.13nb1.

(he)

2012-10-08 13:58:48 UTC MAIN commitmail json YAML

Add a patch each to code and documentation so that drill probes
for /etc/trusted-key.key, and uses that as a trust anchor if neither
-D nor -k options were specified. This feature is borrowed from
BIND's dig when it is compiled with SIGCHASE support.  Bump
PKGREVISION.

(he)

2012-10-08 13:45:50 UTC MAIN commitmail json YAML

2012-10-08 13:30:43 UTC MAIN commitmail json YAML

Update from version 1.6.8 to 1.6.13.
Ensure that ldns is at least as new as this package.
I don't think there are specific fixes to drill in this update,
so this is an update to pull in all the library fixes from ldns,
since drill comes out of the ldns distribution.

(he)

2012-10-08 13:25:17 UTC MAIN commitmail json YAML

2012-10-08 13:04:32 UTC MAIN commitmail json YAML

2012-10-08 12:53:30 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 1.02

(wen)

2012-10-08 12:51:48 UTC MAIN commitmail json YAML

Update to 1.02

Upstream changes:
1.02 2012-08-27 10:27:21
    [IMPROVEMENT]
    - performance improvement for v5.14.0 or grater (dex4er)

1.01 2012-08-24 09:03:29
    [BUG FIXES]
    - fix circular dependency which was introduced in 1.00 (hanekomu++)

1.00 2012-08-23 20:50:46
    This is 1.00 but has no significant change!

    [BUG FIXES]
    - Fix a problem which occured in a case where a role applied
      to an instance with AUTOLOAD.

0.99 2012-06-30 14:47:03
    [BUG FIXES]
    - Resolve RT#73592 use of local $_ was buggy in older perls
    - Resolve RT#75093 warning about weak_ref

0.98 2012-06-30 14:02:26
    [ANNOUNCE]
    - The repository has been moved to github
      https://github.com/gfx/p5-Mouse
      in order toto accept pull-requests easily!

    [BUG FIXES]
    - Resolve RT#75313 and RT#77227 ($@ issues)

(wen)

2012-10-08 12:51:06 UTC MAIN commitmail json YAML

+ courier-authlib-0.65.0, puzzles-9682.

(wiz)

2012-10-08 12:49:11 UTC MAIN commitmail json YAML

Updated games/gbrainy to 2.15

(wiz)

2012-10-08 12:48:55 UTC MAIN commitmail json YAML

Update to 2.1.5:

Version 2.1.5
* Updated translations
* 1 bug fix

(wiz)

2012-10-08 12:47:24 UTC MAIN commitmail json YAML

print/cups: PR#46984 Remove libusb options from DragonFly, SunOS

The devel/libusb1 package is masked for both DragonFly and SunOS.  This
cups package set libusb on by default which means cups fails to build
with no set options on those two platforms.

Add an OPSYS check which prevents libusb from even being offered as an
option on DragonFly and SunOS.

(marino)

2012-10-08 12:42:26 UTC MAIN commitmail json YAML

2012-10-08 12:31:14 UTC MAIN commitmail json YAML

Note update of the "cairo" package to version 1.12.4nb1.

(tron)

2012-10-08 12:29:08 UTC MAIN commitmail json YAML

Add patch from cairo's GIT repository to fix crashes with older versions
of X.org. XChat now works again under Mac OS X Lion.

(tron)

2012-10-08 12:27:42 UTC MAIN commitmail json YAML

2012-10-08 12:19:35 UTC MAIN commitmail json YAML