to do a package dependency since p5-DBD-mysql50 and p5-DBD-mysql have different
basenames, and therefore cannot be considered as alternatives.
The correct solution is to switch the use of PKGNAMESUFFIX in the slave ports
to using LATEST_LINK instead so they all have the same PKGBASE
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
with features that motivated me to update in ages and the two hours
I wasted trying to do an upgrade that required unreleased and pretty
much unbuildable perl modules over the weekend finished demotivating me.
Feature safe: yes
Since squeezeboxserver depends on a specific version of Audio::Scan,
also depend directly on that version (unfortunatly need to also
depend on future versions so PORTREVISION bumps won't't break
squeezeboxserver).
Submitted by: Mark Knight <markk at knigma org>[1]
PR: ports/156569
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
Remove a dependency on the former package so it can be removed and patch
the use of an internal function which broke in the latest version.
PR: ports/140662, ports/141106
Submitted by: Cezary Morga <cm at therek net>
Christopher Key <cjk32 at cam ac uk>
Prodded by: many :)
Pointy hat to: brooks
squeezeboxserver.sh.in so we get diffs when the real port comes in.
Remove the squeezeboxserver.sh.in I mistakenly added last time. Too
many similar product names. :(
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Fix support for AAC files.
Switch back to using sox to handle ogg-vorbis files. The upstream made
this change because non-default sample rate files end up sounding funny
when oggdec is used.
Submitted by: Hans Soonieus <hans@soonieus.nl> (except sox change)
directories. This should fix the installation of plugins via the
Extension Downloader. [1]
Rename Slim/Utils/OS/FreeBSD.pm as Slim/Utils/OS/Custom.pm and store it
directly rather than as a patch to make it easier to edit. This reduces
the number of patches required.
Remove the Slim/Utils/OS/Unix.pm patch since it's now replaced by code in
Custom.pm.
Submitted by: Hans Soonieus <hans at soonieus dot nl> and
Mark Knight <markk at knigma dot org> [1]
Remove the ability to set the default skin using the port. The current
implemenation breaks the install wizard and I don't want to hold this
commit up further. [2]
Submitted by: Alex Varju <freebsd dash ports at varju dot ca> [1]
Reported by: Nicolai Petri <nicolai at catpipe dot net> [2]