Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
issues reported by gcc. PKGREVISION -> 6.
|
|
(client complained about O_DIRECTORY being set for a non directory)
|
|
- provide getline only for older netbsd
- don't install executable man pages
|
|
|
|
PKGREVISION -> 2.
|
|
|
|
|
|
|
|
|
|
|
|
eog-plugins-3.2.0, evince-3.2.0, firefox-7.0, glib2-2.30.0,
gnome-3.2.0, gnome-games-3.2.0, gnome-keyring-3.2.0,
gnome-packagekit-3.2.0, gnome-power-manager-3.2.0, libfolks-0.6.3.2,
libgnomekbd-3.2.0, mkvtoolnix-5.0.0, mousetweaks-3.2.0, nut-17.0,
p5-Net-SNMP-5.7.1, poppler-0.18.0, powder-116, pulseaudio-1.0,
quagga-0.99.20, seahorse-2.32.0 [GNOME 2.32], seahorse-3.2.0,
tellico-2.3.4, thunderbird-7.0, vinagre-3.2.0, vino-3.2.0,
webkit-gtk-1.6.1, worker-2.18.1, xkeyboard-config-2.4.
|
|
|
|
- fix BrokenUIDLPOP3Retriever breakage from 4.21.0. Thanks: Scott Robbins,
"hgolden".
|
|
awkwardly, leading to Python 2.6 failing to build.
Python 2.7 builds ok, because it has been taught to deal with this.
This patch retro-fits the 2.7 code into 2.6, and allows 2.6 to build on
Ubuntu 11.04.
Ok'd by wiz@
|
|
|
|
Latvian language files are updated.
|
|
configure does not check for -lintl
|
|
It is not a leaf package, but the changes affect Mac OS X only.
Test builds on 10.5/i386, 10.7/i386 and 10.7/x86_64 (thanks ryoon@).
|
|
It is not a leaf package, but the changes affect Mac OS X only.
Test builds on 10.5/i386, 10.6/i386 (thanks tron@), 10.7/i386 and
10.7/x86_64 (thanks ryoon@).
|
|
This fixes PR pkg/45357. Bump PKGREVISION.
|
|
|
|
Scala 2.9.1 from 2.8.1. PR pkg/45379
Scala 2.9.0 final
The Scala 2.9.0 codebase includes several additions, notably the new
Parallel Collections, but it also introduces improvements on many
existing features, and contains many bug fixes:
* Parallel Collections
* The App Trait
* The DelayedInit Trait
* Repl Improvements
* Scala Runner
* Java Interop
* Generalized try-catch-finally
* New packages: scala.sys and scala.sys.process, which are imported
from sbt.Process.
* New methods in collections: collectFirst, maxBy, minBy, span, inits,
tails, permutations, combinations, subsets
* AnyRef specialization:
See http://www.scala-lang.org/node/9483 for more details.
Scala 2.9.1 final
The 2.9.1 release of Scala includes many bug fixes and improvements,
in particular to the interpreter: most of the interpreter changes
available in the development mainline have been ported to the 2.9.x
release branch.
See http://www.scala-lang.org/node/10780 for more details.
Note: the interpreter option '-i' may behave incorrectly in this
version. In case you require it, please just add the option
'-Yrepl-sync' to your command line as well.
|
|
Fix from Anthony Mallet on tech-pkg.
While here, fix a typo in a comment.
|
|
From B.ICT A.P. deBROUWER Jr. in PR 45401.
|
|
|
|
|
|
Bump PKGREVISION since it's default-on.
|
|
|
|
While here, fix some pkglint warnings and set LICENSE.
|
|
|
|
|
|
|
|
|
|
|
|
bulk build logs provided by joerg.
|
|
buildlink was causing a work-directory path to remain in the installed
package.
|
|
Needed to properly detect and set the paths of some installed packages
that fall outside the buildlink framework.
|
|
how to run the NetBSD test suite using Kyua.
|
|
|
|
|
|
Untested since I can't build a dependency.
|
|
the compiler. This is necessary to get supported for atomatic operations.
This should fix PR pkg/45406 by Greg Oster.
|
|
|
|
Will be properly fixed and reenabled after the freeze ends.
|
|
Various pkgsrc fixes:
- Fix mangled PLIST from the previous commit.
- Depend on coreutils for readlink, which is used in rabbitmq-env.
- Depend on bash, which is assumed throughout the scripts.
- Make sure the shell is passed properly to make/install targets.
- Fix Python usage (add Python 2.7) and clean up other bits.
RabbitMQ changelog:
2.6.1 bug fixes
- The broker failed to (re)start on reboot on systems that keep
/var/run on a temporary file systems, e.g. Ubuntu.
- The Windows service failed to increase the Erlang process limit,
limiting the broker to a few thousand queues, connections and
channels.
2.6.0 bug fixes
- Upgrading from RabbitMQ 2.1.1 to any later release could break if
there were durable queues with persistent messages present.
- On very slow machines, starting rabbit via the supplied init scripts
could fail with a timeout.
- Rabbit could fail to stop (when asked to do so) in the presence of
some plug-ins (e.g. shovel).
- 'ram' nodes in a cluster could consume ever increasing amounts of
disk space.
- The presence of fast consumers on a queue could significantly delay
the addition of new consumers.
- When a client was issuing a tx.commit in one channel, and
simultaneously, in another channel, deleted a durable queue with
persistent messages involved in that tx, rabbit could terminate with
an error.
- When a client was using both basic.qos and channel.flow, the latter
would fail to re-enable message flow.
- When using 'confirm' mode, the deletion of queues could cause nacks
to be issued (incorrectly).
- In extremely rare circumstances (never observed in the wild), a
queue with a per-queue message ttl could break during sudden changes
in rabbit memory usage.
2.6.0 enhancements
- Introduce active-active HA, with queues getting mirrored on nodes in
a cluster. See http://www.rabbitmq.com/ha.html.
- Revamp the handling of AMQP's tx (transaction) class and clarify its
behaviour See http://www.rabbitmq.com/specification.html#tx.
- Replace the 'administrator' flag, as used by the management plugin,
with a more general 'user tags' mechanism. See
http://www.rabbitmq.com/man/rabbitmqctl.1.man.html#set_user_tags.
- Do not require 'configure' permissions for passive queue/exchange
declaration.
- Optimise of message delivery on channels with a basic.qos
prefetch limit that are consuming from many queues.
- In 'rabbitmqctl list_channels', do not show the tx mode by default.
- When a cluster 'degrades' to only containing ram nodes - through
'rabbitmqctl' actions or node failure - display/log a warning.
- Eliminate some spurious errors from the sasl log.
|
|
|
|
* Use font framework.
* Install fonts manually.
|
|
|
|
|