non port: audio/squeezeboxserver/Makefile |
SVNWeb
|
Number of commits found: 45 |
Wed, 20 Jul 2016
|
[ 15:33 mat ] (Only the first 10 of 67 ports in this commit are shown above. )
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Tue, 23 Dec 2014
|
[ 02:22 mat ] (Only the first 10 of 15 ports in this commit are shown above. )
Catch up abusive uses of ${SITE_PERL}.
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Fri, 20 Jun 2014
|
[ 14:28 brooks ]
Stageify.
PR: 191042
Submitted by: markk@knigma.org (maintainer)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Mon, 16 Sep 2013
|
[ 17:07 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
|
Fri, 24 May 2013
|
[ 08:53 az ]
- Remove unnecessary depend on PERL_LEVEL < 5.12
|
Sat, 18 May 2013
|
[ 22:37 stefan ]
Configure correct database table depending on MySQL version in use.
PR: 178657
Submitted by: Thomas Mueller <tmueller@sysgo.com>
Approved by: Mark Knight <markk@knigma.org> (maintainer)
|
Mon, 13 May 2013
|
[ 20:22 stefan ]
- Disable File::Spec included in squeezeboxserver as it is incompatible with the
current p5-Path-Class.
- Fix MySQL support.
- Assign maintainership to submitter.
PR: 177524
Submitted by: Mark Knight <markk@knigma.org>
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Wed, 4 Jul 2012
|
[ 20:50 scheidell ]
- Fix for mysql50+ [1]
- Remove dependency for p5-Mysql50 (replace with p5-Mysql) [2]
PR: ports/164177
Reported by: Daniel Pritts <danno@umich.edu>
Submitted by: the_mix_room@hotmail.com [1]
Reviewed by: scheidell@ (me) [2]
Approved by: The little dancing elves
|
Thu, 28 Jun 2012
|
[ 18:37 az ] (Only the first 10 of 85 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
|
Sun, 10 Jun 2012
|
[ 16:43 crees ]
Return to file-based dependency for p5-DBD-mysql; there is no way currently
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
|
Fri, 8 Jun 2012
|
[ 20:34 crees ]
SITE_PERL --> package dependencies
Stop depending on a versioned p5-DBD-mysql port
|
Fri, 1 Jun 2012
|
[ 12:17 bapt ]
Convert to new options framework
|
Thu, 8 Mar 2012
|
[ 13:15 ehaupt ]
Require MySQL version 5.0 as the squeezeboxserver does not start with a newer
MySQL version.
PR: 164177
Submitted by: Daniel Pritts <danno@umich.edu>
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Sun, 8 Jan 2012
|
[ 01:26 scheidell ]
- reopen logs on SIGHUP
PR: ports/147645
Submitted by: Christopher Key <cjk32@cam.ac.uk>
Approved by: maintainer (timeout, 3 years) gabor (mentor)
|
Sun, 25 Dec 2011
|
[ 19:47 rm ]
- remove CONFLICTS with no more existing audio/squeezecenter
- whitespace fixes in pkg-descr
Approved by: novel (mentor, implicit)
|
Mon, 5 Dec 2011
|
[ 18:41 brooks ]
Drop maintainership of squeezeboxserver. There hasn't been a release
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
|
Mon, 17 Oct 2011
|
[ 04:35 dougb ] (Only the first 10 of 26 ports in this commit are shown above. )
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40
|
Sat, 20 Aug 2011
|
[ 00:06 dougb ]
Remove the direct dependency on mysqld and replace it with USE_MYSQL= server
PR: ports/159538
Submitted by: me
Approved by: maintainer timeout (14 days)
|
Sat, 9 Jul 2011
|
[ 17:44 crees ]
- Use USERS and GROUPS
- Remove redundant PKGINSTALL assignment
PR: ports/157535
Submitted by: crees (me)
Approved by: rene (mentor, implicit), maintainer timeout (brooks, 35 days)
|
Fri, 22 Apr 2011
|
[ 16:52 brooks ]
Upgrade to 7.5.4 release.[1]
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
|
Sat, 19 Mar 2011
|
[ 13:15 ale ] (Only the first 10 of 131 ports in this commit are shown above. )
Bump PORTREVISION for ports linking to default libmysqlclient.
|
Mon, 14 Feb 2011
|
[ 22:21 brooks ]
Upgrade to 7.5.3.
Submitted by: Mark Knight
PR: ports/154035
|
Tue, 21 Sep 2010
|
[ 07:56 mm ] (Only the first 10 of 75 ports in this commit are shown above. )
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
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
|
Wed, 7 Jul 2010
|
[ 23:22 brooks ]
Another attempt to fixing interactions with p5-DBIx-Class. A few people
report that this works.
PR: 148318
Feature safe: yes
Submitted by: Mark Knight
|
Thu, 24 Jun 2010
|
[ 20:48 brooks ]
Fix the build-plist target to include custom-convert.conf in the plist
and fix the plist.
Reported by: QAT
Feature safe: yes
|
[ 18:38 brooks ]
Upgrade to 7.5.1. Seems to fix DBIx-Class compatiabilty issues.
Drop the musepack option for the moment. I didn't see a trivial way
to make it work and don't really have the resources to test it.
Feature safe: yes
|
Tue, 15 Jun 2010
|
[ 03:45 brooks ]
Recent DBIx-Class updates break this port so mark it BROKEN. It also
fails to build on pointyhat due to dependency issues.
|
Wed, 9 Jun 2010
|
[ 20:22 pav ]
- Update musepack depobj
Reported by: pointyhat
|
Sun, 11 Apr 2010
|
[ 03:17 brooks ]
Actually include custom-convert.conf.
|
Sat, 10 Apr 2010
|
[ 01:00 brooks ]
Upgrade to 7.5.0.
Submitted by: Hans Soonieus <hans at soonieus dot nl>
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Thu, 25 Feb 2010
|
[ 01:08 brooks ]
Upgrade to 7.4.2.
Submitted by: Hans Soonieus
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 29 Jan 2010
|
[ 14:52 kuriyama ] (Only the first 10 of 11 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).
Approved by: portmgr (itetcu)
|
Thu, 3 Dec 2009
|
[ 01:28 brooks ]
p5-Class-XSAccessor-Array has been merged into p5-Class-XSAccessor.
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
|
Sat, 24 Oct 2009
|
[ 17:56 brooks ]
Upgrade to 7.4.1.
Fixed a few minor plist bugs related to /var/db.
Add a conflicts line since there is a one file overlap with
squeezecenter (bin/softsqueeze).
|
Wed, 14 Oct 2009
|
[ 22:33 brooks ] (Only the first 10 of 12 ports in this commit are shown above. )
Upgrade the repocopied squeezecenter port to squeezeboxserver-7.4.0.
Submitted by: Hans Soonieus <hans at soonieus nl> (with some changes)
|
[ 18:59 brooks ] (Only the first 10 of 15 ports in this commit are shown above. )
Forced commit to record the repocopy of audio/squeezecenter to
audio/squeezeboxserver.
Repocopy by: marcus
|
Number of commits found: 45 |