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>