ports/177524: [patch] audio/squeezeboxserver: p5-Path-Class-0.32 incompatible with bundled File::Spec
Mark Knight
markk at knigma.org
Sun Mar 31 13:20:01 UTC 2013
>Number: 177524
>Category: ports
>Synopsis: [patch] audio/squeezeboxserver: p5-Path-Class-0.32 incompatible with bundled File::Spec
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Mar 31 13:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mark Knight
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD shrewd.pub.knigma.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244649: Thu Dec 27 22:02:49 GMT 2012 root at shrewd.pub.knigma.org:/sys/amd64/compile/SHREWD amd64
>Description:
The recent bump to p5-Path-Class-0.32 breaks audio/squeezeboxserver, remove the
squeezeboxserver version
>How-To-Repeat:
Start squeezeboxserver and rescan music library gives this error:
File::Spec version 3.26 required--this is only version 3.12
at /usr/local/lib/perl5/site_perl/5.14.2/Path/Class/Entity.pm
>Fix:
Apply this patch - I'm also happy to adopt this port.
Index: Makefile
===================================================================
--- Makefile (revision 315626)
+++ Makefile (working copy)
@@ -7,13 +7,13 @@
PORTNAME= squeezeboxserver
PORTVERSION= 7.5.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN
EXTRACT_SUFX= .tgz
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= markk at knigma.org
COMMENT= Slim Devices audio streaming server
# Defaults support playback of relativly unrestricted formats on SB2 or
@@ -93,6 +93,7 @@
CPAN/Data/Page.pm \
CPAN/DBI.pm \
CPAN/EV.pm \
+ CPAN/File/Spec.pm \
CPAN/File/Temp.pm \
CPAN/File/Which.pm \
CPAN/GD.pm \
@@ -125,6 +126,7 @@
CPAN/MRO \
CPAN/Path \
CPAN/Scope \
+ CPAN/File/Spec \
CPAN/Sub \
CPAN/SQL \
CPAN/Template \
Index: pkg-plist
===================================================================
--- pkg-plist (revision 315626)
+++ pkg-plist (working copy)
@@ -54,15 +54,6 @@
%%SLIMDIR%%/CPAN/File/Next.pm
%%SLIMDIR%%/CPAN/File/ReadBackwards.pm
%%SLIMDIR%%/CPAN/File/Slurp.pm
-%%SLIMDIR%%/CPAN/File/Spec.pm
-%%SLIMDIR%%/CPAN/File/Spec/Cygwin.pm
-%%SLIMDIR%%/CPAN/File/Spec/Epoc.pm
-%%SLIMDIR%%/CPAN/File/Spec/Functions.pm
-%%SLIMDIR%%/CPAN/File/Spec/Mac.pm
-%%SLIMDIR%%/CPAN/File/Spec/OS2.pm
-%%SLIMDIR%%/CPAN/File/Spec/Unix.pm
-%%SLIMDIR%%/CPAN/File/Spec/VMS.pm
-%%SLIMDIR%%/CPAN/File/Spec/Win32.pm
%%SLIMDIR%%/CPAN/HTML/Entities.pm
%%SLIMDIR%%/CPAN/HTML/Filter.pm
%%SLIMDIR%%/CPAN/HTML/Form.pm
@@ -2564,7 +2555,6 @@
@dirrm %%SLIMDIR%%/CPAN/HTTP/Cookies
@dirrm %%SLIMDIR%%/CPAN/HTTP
@dirrm %%SLIMDIR%%/CPAN/HTML
- at dirrm %%SLIMDIR%%/CPAN/File/Spec
@dirrm %%SLIMDIR%%/CPAN/File/Copy
@dirrm %%SLIMDIR%%/CPAN/File
@dirrm %%SLIMDIR%%/CPAN/Exporter
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list