In 7.0.1, squeezecenter supports new and old versions of JSON::XS. Keep
the custom module that handles this so things work correctly.
Pointy hat to: brooks
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)
/var/run/${name}.pid. It's actually /var/run/${name}/${name}.pid.
Note, users who have previously installed this port will need to manually fix
their netsyslog.conf files.
Reported by: Hans Brand <hans at marcans dot nl>
macro.
Use rc.subr's user and group startup functionality instead of the poorly
supported code in squeezecenter.
Switch to the default log layout where mutiple log files end up in
/var/log/slimserver. Changing location is required due to the startup
change and the split layout is easier to handle.
formerly know as SlimServer (audio/slimserver).
The most visiable change is a new AJAX heavy default skin. A
configuration option is available to install with the Classic skin
instead (the new Default is broken with Konqueror). Other changes
can be found in the release notes:
http://www.slimdevices.com/changelog7.html
The SqueezeCenter port does not overlap with SlimServer so both
will remain for the time being.
Repocopy by: marcus (ports/122138)
slimdevices. It turns out we just need to be more agressive about removing
all the pieces of it they ship in the tarball.
Submitted by: Christopher Key <cjk32 at cam dot ac dot uk>
http://www.slimdevices.com/Changelog6.html
Add largely untested support for changing the slimserver user, group,
and database/cache directory with the SLIMUSER, SLIMGROUP, and SLIMDBDIR
make variables. Make sure the user/group exists before install if you
use a non-standard one.
release notes for details http://www.slimdevices.com/Changelog6.html.
Fix a longstanding bug that caused mDNS support to not actually work.
Take advantage of improvements in rc.subr to reduce the amount of code
in the shutdown path including removing the pgrep dependancy.
The biggest change is that the database is now MySQL instead of SQLite.
Slimserver starts it's own MySQL instance so you don't need to deal with
MySQL configuration, but both the client and server are now
dependencies. For more info see the change log at:
http://www.slimdevices.com/Changelog6.html
Most of the binary perl modules are now port dependencies. YAML-Syck is
not yet because it didn't work. I suspect a version issues (the ports
version is newer).
- Switch to trying to use faad instead of mov123 (non-existant on
UNIX-like platforms) for AAC files [1]
- Switch to using ogg123 directly for OGG vorbis files since sox
doesn't pull in vorbis support by default.
- Add OPTIONS support for various useful audio utils and default to
depending on the less restrictive ones.
PR: ports/91092 [1]
Submitted by: lth [1]
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
The most important fix is probably avoiding database corruption that
caused the wrong artists to be associated with songs/albums. For full
details, see the Changelog.html or:
http://www.slimdevices.com/su_changelog.html
the log file to be owned by root because most files were opened/created
before the uid was switched to non-root. That's not the case anymore
so we need to be sure those files are owned by slimserv:slimserv.
This isn't a problem with new installed because they are made
correctly in the rc script, but on upgrades it may be an issue.
Handle this by resetting the permissions of existing files and
directories during the install.
While I'm here, remove some leftover directory creation. It properly
belongs in the startup script so the files will be created if /var
is clear.
Bump port revision.
Stop trying to use ports versions of all the CPAN bits and do things the way
the vendor expects. It's less elegant, but much easier to maintain. Do build
our own versions of binary modules so we have a chance on all platforms, but
use a slightly modified version of their script to do so (mostly make it
non interactive and fetch the files from DISTDIR/DIST_SUBDIR rather
than direct from slimdevices each build).
Mark RESTRICTED. The distfiles and the build contain non-restributable bits.
Some of the people building packages for linux are working on a way around
this (not distributing the firmware and using alternate images), but that's
no here yet.
Nagged by: many :-)
Prodded by: my dying cd player
- Use a new system to track which files in the CPAN directory should be
installed. As a side effect, generate most of the RUN_DEPENDS list
at runtime.
- Add a script to start softsqueeze. The javavm port and a Jave VM
must be installed to the script to actually work. A dependency was
not added at this point because that's a huge barrier.
- Fix a bug in EXCEPTFILES processing.
- Patch the configuration parsing code to default the cache and
playlist directories to locations under /var/db/slimserver instead
of the weird defaults. This will fix the cache on new installs. [0]
- Bump port revision.
Reported by: Kraig Vander Berg <kraig at woodshoes dot net> [0]
"a thirdparty web page could cause your browser to trigger changes to
setup." The other major change is support for the new graphical display
shipping standard on all Squeezeboxes.
Because I had it already done in perforce and doing an upgrade without
it would be more difficult, I have also modified the port to auto
generate its pkg-plist.
Approved by: portmgr (linimon)
- Create empty config file on the first startup to allow
settings to be saved.
- Fix shutdown on 4.x and some 5.x systems. [0]
- Remove unnecessicary p5-URI dependency, p5-libwww handles
it for us.
- Add p5-Template-Toolkit dependency.
- Remove some EXCLUDE_FILES already handled by EXCLUDE_DIRS
- Fix message about SLIMDIR. [0]
- Add a newsyslog.conf entry for the log file. [0]
- Add a pkg-message warning about the open defaults of the server. [0]
PR: ports/65799
Submitted by: Dan Pelleg <daniel at pelleg.org> [0]
Approved by: krion (mentor)
Pointy hat to: brooks (failed to add pkg-message)