- add staging support
- update USE_PYTHON value
- drop BDB from options list, there is no such option (portlint warning)
changelog:
3.3.2 is primarily a bugfix release, with only very limited new features added.
- Tracks were sometimes selected incorrectly when searching a playlist
- Sometimes the main window wouldn't appear when minimizing to the system tray
- More tags supported for MP4/M4A/FLAC/OGG files
- Locale bugs when executing --help
- Updated Windows installer dependency download versions
- Fixed plugins: librivox
PR: 183843
Submitted by: rm (myself)
Approved by: jsa (maintainer, by mail)
- Add one additional site in MASTER_SITES
- Add LICENSE
- Convert USE_GMAKE to USES
(while here)
- Remove the indefinite article from COMMENT
PR: ports/184317
Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru>
port and avoid a package name collision with other GCC ports. This
also allows us to remove LATEST_LINK.
On the way update to the 20131124 snapshot of GCC 4.9.0.
organizations use for bug tracking, help desk ticketing, customer
service, workflow processes, change management, network operations,
youth counselling and even more. Organizations around the world have
been running smoothly thanks to RT for over 10 years.
WWW: http://www.bestpractical.com/rt/
often needed set operations, such as testing two sets of strings for
equality, or checking whether one is contained within the other.
WWW: http://search.cpan.org/dist/Set-Tiny/
returns the name of the referenced variable as long as it's in the
package or sub-package and it's a global variable. Returned name is
prefixed with type sigil, eg. '$', '@', '%', '&' or '*'.
WWW: http://search.cpan.org/dist/Symbol-Global-Name/
what was that damned Squirrel thing anyway? Then there's Class::Trait,
but it has a funky syntax and the maintainer's deprecated it in favor
of Moose::Role and you really don't care that it handles overloading,
instance application or has a workaround for the SUPER:: bug. You
think a meta-object protocol sounds nifty, but you don't understand
it. Maybe you're not sure you want the syntactic sugar for object
declaration. Maybe you've convinced your colleagues that roles are a
good idea but they're leery of dragging in Moose (your author has had
this happen more than once and heard of others making the same
complaint). Sometimes you just want good old-fashioned roles which let
you separate class responsibility from code reuse.
WWW: http://search.cpan.org/dist/Role-Basic/
with Resent- (eg Resent-From) headers.
Mentioned headers are structured and contain lists of addresses. Most
of the time you want to parse such field from start to end keeping
everything even if it's an invalid input.
WWW: http://search.cpan.org/dist/Email-Address-List/
Upstream changes:
- Add missing malloc() return-code check.
- Do immediate RA when a prefix goes from old->current.
- Fixes to various compiler warnings.
Stagify, abuse stage dir and plist to only install files we want to install.
So we don't have to do complex do-install anymore, yay.
For the WITH_GALLIUM option we don't need llvm at run-time.
Obtained from: xorg-dev repo