FreeBSD 9.x was segfaulting with the update to 1.2.10 due to the
change to build against the ports OpenSSL. The problem was that while
murmur was linked against ports OpenSSL, it was also linked to QT which
pulled in the base system OpenSSL. FreeBSD 10.x and head did not
segfault due to pure luck.
While here, require compiler:c++11-lang. This is definitely required for
the upcoming 1.3.0 release, but also I want to avoid and weirdness on
FreeBSD 9.x which was building murmur with gcc but required a
clang-built boost at build time.
- Remove useless `pathfix' from USES and add more useful `localbase'
- Prefer AMAROK_CONFIGURE_ON over AMAROK_CONFIGURE_ENABLE for consistency
with other options (configure arguments)
- Use option-dependent `post-install' target and remove needless .include
<bsd.port.options.mk> thanks to that
- Unroll a .for loop over one file and optimize away another .for loop
by using implicit iteration over ${PORTDOCS} instead
player crashes upon loading plugin. There are some patches floating on the
Internet that attempt to fix this, but they only partially address the bug;
plugin still crashes as soon as it calls g_dbus_connection_emit_signal().
Point users to somewhat limited, but working `audio/deadbeef-mpris2-plugin'
port instead, and deprecate this one (expiring in six months).
music player.
Original MPRIS plugin (`audio/deadbeef-mpris-plugin') does not work anymore
and seems to be orphaned. Original plugin supported MPRISv1 and MPRISv2;
this plugin only supports version two.
WWW: https://github.com/Serranya/deadbeef-mpris2-plugin
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
the command line. These include programs for CD extraction, track conversion
from one audio format to another, track renaming and retagging, track
identification, CD burning from tracks, and more. Supports internationalized
track filenames and metadata using Unicode. Works with high-definition,
multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs
or CPU cores if available to greatly speed the transcoding process. Track
metadata can be retrieved from FreeDB, MusicBrainz or compatible servers.
WWW: http://audiotools.sourceforge.net
PR: 200705
Submitted by: James Buren <ryu0@ymail.com>
The audio/deadbeef port has a GUI radio option that allows to choose between
GTK2 and GTK3 sub-options. Apparently, choosing sub-options does not directly
affect the parent option, for example, choosing GTK2 doesn't turn the GUI
option. As it's used in PLIST_SUB, it could result in a broken package, e.g.
without gui even if GTK2 is enabled.
Fix that by adding appropriate _IMPLIES for sub-options and manually turn
off the parent option if none of sub-options was enabled.
Bump PORTREVISION so users could get a new package with GTK2 UI as it supposed
to be.
PR: 203974
Approved by: vg (maintainer)