- Add configuration file (sdist.conf).
- Change the default netgroup to dist-os-rel-arch and add options
to not use the release (-norel) and/or architecture (-noarch).
Update net/sdist to version 1.9:
- Add configuration file (sdist.conf).
- Change the default netgroup to dist-os-rel-arch and add options
to not use the release (-norel) and/or architecture (-noarch).
'/') given to -L to run-time library search path passed to the
lower linker using -Wl,-rpath=
This is a problem, because even if we add the right directory with
-Wl,-rpath= or variants thereof, the wrong path still is in the
RPATH on the resulting binary. This might lead to the wrong library
being found at run-time.
To build clean packages when using ocamlmklib, '-elfmode' will switch
this behaviour off; when using '-elfmode', all following -L parameters
won't augment the RPATH, and it has to be updated seperately with
-dllpath, -Wl,-rpath= etc.
(This is a local pkgsrc stopgap addition, needed to proceed with
fixes to xentools41. The issue has been raised with upstream;
hopefully this patch can be reverted with a future ocaml package
version.)
Beets is the best command-line tool for viewing, querying, renaming,
and updating your music collection.
The purpose of beets is to get your music collection right once
and for all. It catalogs your collection, automatically improving
its metadata as it goes using the MusicBrainz database. (It also
downloads cover art for albums it imports.) Then it provides a
bouquet of tools for manipulating and accessing your music.
Because beets is designed as a library, it can do almost anything
you can imagine for your music collection. Via plugins, beets
becomes a panacea:
* Embed and extract album art from files' tags.
* Listen to your library with a music player that speaks the MPD
protocol and works with a staggering variety of interfaces.
* Fetch lyrics for all your songs from databases on the Web.
* Manage your MusicBrainz music collection.
* Analyze music files' metadata from the command line.
* Clean up crufty tags left behind by other, less-awesome tools.
* Browse your music library graphically through a Web browser
and play it in any browser that supports HTML5 Audio.
- Canonicalize x86_64 to amd64.
- Canonicalize i86pc to i386.
- Implement a -format option in favor of the plethora of element selectors.
- Add -group, -release and -relgroup.
- Use lsb_release(1) on systems with Linux kernels to determine operating
system name (use the distribution ID).
- Handle Fedora, Mandriva, RedHat and SuSE.
- Handle Mac OS X.
- Handle Cygwin (at least on XP).
- Implement -n, -4 and -6 to list IP addresses.
- Add -a option for printing out the list of addresses.
- Use getaddrinfo() instead of gethostbyname().
Upgrade to version 2.0:
- Canonicalize x86_64 to amd64.
- Canonicalize i86pc to i386.
- Implement a -format option in favor of the plethora of element selectors.
- Add -group, -release and -relgroup.
- Use lsb_release(1) on systems with Linux kernels to determine operating
system name (use the distribution ID).
- Handle Fedora, Mandriva, RedHat and SuSE.
- Handle Mac OS X.
- Handle Cygwin (at least on XP).
Upgrade to version 2.2:
- Implement -n, -4 and -6 to list IP addresses.
- Add -a option for printing out the list of addresses.
- Use getaddrinfo() instead of gethostbyname().
== [release-1-8-6] 1.8.6: 2013-03-04
A bug fix release of 1.8.5.
=== milter-core
==== Improvements
* [core][event-loop] Add an API to customize event loop on your own.
==== Fixes
* [core][event-loop] Fix to work broken libev backend with Ruby 1.9.
=== milter manager
==== Improvements
* Add max-pending-finished-sessions as configuration option.
If the number of current pending finished sessions is larger than
'max-pending-finished-sessions', the current pending finished sessions are
freed immediately.
=== milter-client
==== Improvements
* Add --max-pending-finished-sessions command line option.
=== Ruby milter
==== Improvements
* Add an API to customize event loop on your own from Ruby.
* Support manager.max_pending_finished_sessions.
* Add API to reset when transaction is finished.
Use this API to avoid not to share instance information for each transaction unexpectedly.
=== Document
==== Improvements
* Add documentation about manager.max_pending_finished_sessions
* Add API to reset transaction.
==== Fixes
* Fix the default value of manager.maitenance_interval which is not correct.
Add a patch from upstream to avoid segfaulting on null PQ options.
- 0.45 | 2013-03-10
- support for "make installcheck"
This does "make check" at its core, so the same env vars apply.
Obviously, you should do "make install" first for sane results.
- bootstrap tools upgraded
- GNU Autoconf 2.69
- GNU Automake 1.13.1
- Guile-BAUX 20121120.1242.e233fad
- SNUGGLE 0.2
- GNU Texinfo 5.0
pkgsrc changes:
---------------
- Update dependency to py-paramiko to 1.10.0
upstream changes:
-----------------
2013-03-01: released Fabric 1.6.0
2013-03-01: released Fabric 1.5.4
[Bug] #844: Account for SSH config overhaul in Paramiko 1.10 by e.g.
updating treatment of IdentityFile to handle multiple values.
This and related SSH config parsing changes are backwards
incompatible; we are including them in this release because they do fix
incorrect, off-spec behavior.
[Bug] #843: Ensure string pool_size values get run through int() before
deriving final result (stdlib min() has odd behavior here...).
Thanks to Chris Kastorff for the catch.
[Bug] #839: Fix bug in rsync_project where IPv6 address were not always
correctly detected. Thanks to Antonio Barrero for catch & patch.
[Bug] #587: Warn instead of aborting when env.use_ssh_config is True but
the configured SSH conf file doesn't exist. This allows multi-user
fabfiles to enable SSH config without causing hard stops for users lacking
SSH configs. Thanks to Rodrigo Pimentel for the report.
[Feature] #821: Add remote_tunnel to allow reverse SSH tunneling
(exposing locally-visible network ports to the remote end).
Thanks to Giovanni Bajo for the patch.
[Feature] #823: Add env.remote_interrupt which controls whether Ctrl-C is
forwarded to the remote end or is captured locally
(previously, only the latter behavior was implemented).
Thanks to Geert Jansen for the patch.
Changelog:
Bug fix update
Over 80 bugs fixed since 2.66 release:
Interface
Fix#34357: Image editor scope and clip editor track preview did not resize properly with different DPI settings. (r54760)
Fix#33466: Alt+MouseWheel changes frame as well as buttons (r54929)
Fix UI/DPI: user preferences window size now takes into account DPI, otherwise the buttons don't fit properly. (r54945)
Fix soft shadow at top edge incorrectly drawn (r54954)
Fix#34418: Screencast could be started twice (r54961)
Fix#34509: Panel color were not updated from old files properly (r54996)
Allow trackpad and magic mouse swipes to control brush size for circle select. (r55027)
Fix (regression) #34391: Window position not saving correctly for next start-up (r54879)
Fix#34390: quicktime video codec menu showing blank (r54942)
Viewport
Fix#34378: GLSL materials using multiple UV layers fail in editmode (r54783)
Fix#34347: View3D Mini-Axis drawing in error with overlay (r54789)
Fix#34426: Manipulator handles drawn incorrectly by depth (r54923)
Fix glitch rotating the camera in camera mode drawing helper-line in random locations (r54928)
Animation
Fix zoom for graph-editor (and other editors) (r54910)
Sequencer
Fix#34439: Strip modifier - Mask multiply failure (r54901)
Fix#34453: Added RGBA|RGB channels toggle to sequencer preview (r54904)
Fix sequencer crash when pasteing strips after creating new file (r54935)
Composite/Nodes
Fix#34356: Inputs list in file output doesn't appear properly. (r54754)
Fix#34359: Crash when using image output node (r54746)
Fix#34474: "Record Composite" image op segfaults in compositor code (r54948)
Fix#34461: Inconsistent behavior of "Color Mix Node" and "Alpha Over Node" (r54960)
Fix#34507: Adding reroute node into invalid links would crash the compositor (r55047)
MovieClip/Tracking
Fix memory leak when loading multilayer EXR as movie clip (r54934)
Fix for incorrect subpixel precision of marker when using track offset (r55028)
Render
Fix#34351: Displacement map Bake margin does not work (r54748)
Fix#34436: Node editor delete texture crash (r54908)
Fix#34493: Image Sequence texture didn't allow "Offset" with fcurves. (r55012)
Fix#34475: Weird noise bug with Texture nodes (r55021)
Fix for texture preview render with show alpha enabled (r55026)
Fix image transparency backwards compatibility. Now the texture datablock has a 'Use Alpha' option again. (r55022)
Render (Cycles)
Fix#34421: viewport render stuck with no objects in the scene. (r54885)
Fix#34480: hair render in dupligroup did hide the emitter properly in some cases. (r54959)
Modifiers
Fix#34358: Shrinkwrap modifier project along normal did not work correctly (r54793)
Fix#34369: applying screw modifier turns object to black (r55004)
Tools
Fix#34384: Border select in UV Image window crashed (r54816)
Fix for weight paint using values over 1.0 when blending (r54833)
Fix for regression in 'object.shape_key_transfer' operator since BMesh merge (r54834)
Fix#34415: Edge slide results in segmentation fault on certain mesh (r54875)
Fix#34455: Origin to Center of Mass is missing in menu Object > Transform (r54891)
Fix selecting linked faces (r54920 r54921)
Fix#34366: mesh.select_mode operator could not be configure the use_extend and use_expand properly. (r54944)
fix#34486: Selection of bones in armature edit mode only toggles between two bones (r54969)
Fix#34534: Copy/Paste objects hangs (r55051)
Fix (regression) #34438: Solidify crease error (r54882)
Fix missing select menu for weight, vertex, texture paint modes. (r54883)
Fix joining meshes could loose crease/bevel weights (r54899)
Fix (regression) #34449: Edge toggline bevel failed (r54900)
Sculpt
Fix#34370: Collapse-Edges crash in dyntopo (r54827)
Fix#34431: Crash when dyntopo enabled and using view plane mode (r54971)
Fix#34473: Blender Crashes on toggling modes, dynatopo sculpt/object mode. (r55007)
Game Engine
Fix projection clipping (r54733)
Fix#34349: Character walkDirection ADD mode -#INF error. (r54738)
Fix#18967: Enable alpha buffer (useful for TV broadcasting). (r54745)
Fix#34353: Ray cast on Triangle mesh bounded Rigid Body Object crashes (r54757)
Fix#34219: Webcam support under Linux in Standalone broken (r54764)
Fix#34330: Action Actuator "caching" the previous ran actions (r54766 r54767 r54769)
Fix error using actions with multiple scenes (r54767)
Fix object color channels can now be animated separately without zeroing out the other channels (r54772)
Fix error using uninitialized variables for rendering (r54776 r54781)
Fix#34377: Game-Engine - Multi UV mesh's materials not backwards compatible (r54780)
Fix Game-Engine crashing when on material conversions (r54837)
Fix#34440: Motion blur (2d filter) not working in osx (r54912)
Fix#34428#20856#20281: converting multi-uv layers. (r54972)
Fix#34523: 2D-Filter produces render error (r55010)
Fix#34517: 2D-Filter causes mouselook script drifting effect (r55011)
Rigid Body
Fix motion paths calculation being incorrect for rigid bodies (r54799)
Allow rigidbody collision groups to be animated (r54818)
Fix#34410: Planes with Rigid Body always keep distance to colliding objects (r54855)
Fix#34420: Rigid objects not resetting original properly after running a simulation. (r54862)
Fix inconsistency with world rebuilding with the start frame (r54990)
Text Editor
Fix Fix text editor bug: ctrl+F is not configurable (r54878)
Fix#54907: freeze when turning on syntax highlight (r54907)
Fix crash when overwriting ascii character with multibyte character (r54917)
Python
Fix Python console bug: "autocomplete" doesn't advance cursor properly when completion includes UTF8 characters (r54824)
Fix#34423: foreach_get crash for any non existant attribute (r54865 r54866)
Fix#34372: mesh.verts.foreach_set not working with normals (r54943)
Fix for python exception getting the ID from an operator button (r54835)
Other
Fix freeing all bakes in particle mode (r54822)
Fix file with packed images crashes on load (r54790)
Fix image alpha version patch with library linked files (r54794)
Fix#34427: Collada export crash with armature (r54856)
Fix X3D import error loading UV's (r4325)
Fix X3D import for images (r4327)
Rigify fixes (r4321 r4334 r4335)
- new "favorites" plug-in;
- mouse event handling on the desktop set as optional;
- possibility to open browser windows with specific views by default;
- additional minor fixes and improvements.
* Add and Update PKG_OPTIONS related to storage backend.
- squid-backend-null: "null" type of storage backend had been deperecated.
- Add squid-backend-rock.
- Revive squid-backend-aufs.
Bump PKGREVISION.