The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476
- update gxmms2 to 0.7 and unbreak
- bump soversion as needed
- trim some clients (azrael, nyello) and bindings (java) that are no longer
maintained
Submitted by: Max Khon <fjoe@samodelkin.net>
- Update Esperanza to 0.3
- Update xmms2-scrobbler to 0.1.3
- Update gx2osd to 0.2
- Mark ports which have not been updated to the refactored playlist api BROKEN:
azrael, euphoria[1], gxmms2, nyello, shellac, snett
- Mark BROKEN bindings which have been removed or fail to configure:
java, ruby-ecore
XMMS2 has gone through some very big changes including the introduction of a new
mechanism for managing music which treats the media library as a DAG, more details
about all the changes can be found at:
http://wiki.xmms2.xmms.se/index.php/Release:DrJekyll
Approved by: stas [1]
- go over and cleanup the logic for the mDNS checks to hopefully
resolve the double target mDNS problem caused by avahi. [1], [2]
PR: 108533 [1], 108538 [2]
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
- DrFeelgood is mostly a bugfix release. Numerous old memory leaks were found
and fixed, as well as some silly and annoying bugs. Full release notes at:
* http://wiki.xmms2.xmms.se/index.php/Release:DrFeelgood
- re-add a patch removed in previous commit, it's needed again
PR: ports/100366
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
- Use the OPTIONS framework
- Use bsd.scons.mk
Many patches removed because we merged them upstream into XMMS2 HEAD
Checkout the release notes at:
http://wiki.xmms2.xmms.se/index.php/Release:DrEvil
PR: ports/99864
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> (maintainer)
work with pyrex 0.9.4 (which is currently in ports)
- Bumb PORTREVISION to make sure it gets rebuilt
Added file(s):
- files/patch-src_clients_lib_python_xmmsclient.pyx
PR: ports/97675
Submitted by: maintainer
Approved by: tmclaugh (mentor)
- Do not declare DATADIR; xmms2 port uses default anyway
- All the bindings are broken on 4.x, so mark all slave ports broken
PR: ports/95496
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
- Unbreak on 4.11 [Patch already commited upstream]
- Fix a missing file in the plist
PR: ports/95328
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Lots of general cleanup, especially to unbreak things for the slaveports
- unbreak sdl-vis
- make it so slaves don't need to have the dependencies required for xmm
s2d
Added file(s):
- files/patch-src_clients_sdl-vis_sdl-vis.c
- files/patch-src_xmms_Program
PR: ports/95216
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
- Update to 0.2.d.4
- add mdns client
- Break the bindings out into slave-ports (ruby-xmms2,
java-xmms2, py-xmms2) Consider this a meta-pr for the
other three new port submissions.
PR: ports/95066
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
- Fixes issues with sqlite3 in ports [2]
- change USE_PYTHON to USE_PYTHON_BUILD
- Set USE_PYTHON_RUN only if python bindings are built
- Set sqlite dependency via USE_SQLITE
- Make the port PREFIX safe
- Add WITH_GNOMEVFS and WITH_FAM knobs with relevant plist subs.
(These files were being installed for many users but were not in the
pkg-plist.)
- Added a warning for the SAMBA, GNOMEVFS, and FAM plugins since upstream
considers them experimental.
- Cleaned up the pkg-plist.
- Pet portlint
PR: 93691 [1], 93664 [2]
Submitted by: maintainer [1]
Approved by: portmgr (linimon)
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.
WWW: http://xmms2.xmms.org
PR: ports/90618
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>