diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /multimedia | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdrip/Makefile | 10 | ||||
-rw-r--r-- | multimedia/p5-FFmpeg-Command/Makefile | 8 | ||||
-rw-r--r-- | multimedia/p5-FLV-Info/Makefile | 10 | ||||
-rw-r--r-- | multimedia/p5-File-Format-RIFF/Makefile | 8 | ||||
-rw-r--r-- | multimedia/p5-MP4-Info/Makefile | 10 | ||||
-rw-r--r-- | multimedia/p5-Subtitles/Makefile | 5 | ||||
-rw-r--r-- | multimedia/p5-Video-Info/Makefile | 3 |
7 files changed, 7 insertions, 47 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 05acd97f768c..b500199a9f5b 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -37,7 +37,6 @@ OPTIONS= SUBTITLE "Enable support for getting subtitles" on \ PERL_CONFIGURE= yes CONFIGURE_ENV= SKIP_UNPACK_REQUIRED_MODULES=1 -USE_PERL5= yes USE_CDRTOOLS= yes USE_GETTEXT= yes @@ -45,15 +44,6 @@ MAN1= dvdrip.1 dvdrip-progress.1 dvdrip-splitpipe.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Broken dependencies -.endif - -.if ${PERL_LEVEL} < 500600 -BROKEN= You need at least perl 5.6.0. Do not use FreeBSD 4.x' system perl, \ - it's outdated. Install lang/perl5 and issue 'use.perl port' -.endif - .if !defined(WITHOUT_VORBIS) RUN_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools \ ogmmerge:${PORTSDIR}/multimedia/ogmtools diff --git a/multimedia/p5-FFmpeg-Command/Makefile b/multimedia/p5-FFmpeg-Command/Makefile index 1a00de6d19bd..1d9719ebcdd3 100644 --- a/multimedia/p5-FFmpeg-Command/Makefile +++ b/multimedia/p5-FFmpeg-Command/Makefile @@ -23,10 +23,4 @@ PERL_CONFIGURE= yes MAN3= FFmpeg::Command.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile index fa15095a3c05..f71647a6c108 100644 --- a/multimedia/p5-FLV-Info/Makefile +++ b/multimedia/p5-FLV-Info/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-AMF-Perl>=0.15:${PORTSDIR}/www/p5-AMF-Perl \ p5-SWF-File>=0.033:${PORTSDIR}/graphics/p5-SWF-File BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN1= flv2mp3.1 flv2flv.1 flv2swf.1 flvinfo.1 swf2flv.1 MAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \ @@ -33,10 +33,4 @@ MAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \ post-patch: ${REINPLACE_CMD} -e '/Readonly/d' ${WRKSRC}/*.PL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/p5-File-Format-RIFF/Makefile b/multimedia/p5-File-Format-RIFF/Makefile index 00b6d3dd735f..545e8c712d5f 100644 --- a/multimedia/p5-File-Format-RIFF/Makefile +++ b/multimedia/p5-File-Format-RIFF/Makefile @@ -21,10 +21,4 @@ MAN3= File::Format::RIFF.3 \ File::Format::RIFF::Container.3 \ File::Format::RIFF::List.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/p5-MP4-Info/Makefile b/multimedia/p5-MP4-Info/Makefile index d4f304e68610..d2c0a436cede 100644 --- a/multimedia/p5-MP4-Info/Makefile +++ b/multimedia/p5-MP4-Info/Makefile @@ -15,14 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Fetch info from MPEG-4 files -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.7.3+ #inherited from p5-Encode MAN3= MP4::Info.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 #inherited from p5-Encode -IGNORE= requires at least Perl 5.7.3 to run. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/p5-Subtitles/Makefile b/multimedia/p5-Subtitles/Makefile index 0aae7fb46875..6f64d6343899 100644 --- a/multimedia/p5-Subtitles/Makefile +++ b/multimedia/p5-Subtitles/Makefile @@ -15,15 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= osa@FreeBSD.org COMMENT= A Perl5 backend for fix subtitles timing -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN1= subs.1 MAN3= Subtitles.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= requires at least Perl 5.8. Install lang/perl5.8, and try again -.endif .if defined(WITH_SUBTITLES_SUBPLAY) RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Prima \ diff --git a/multimedia/p5-Video-Info/Makefile b/multimedia/p5-Video-Info/Makefile index 324c7d572020..9cef5682834f 100644 --- a/multimedia/p5-Video-Info/Makefile +++ b/multimedia/p5-Video-Info/Makefile @@ -28,9 +28,6 @@ MAN3= Video::Info.3 .include <bsd.port.pre.mk> post-patch: -.if ${PERL_LEVEL} < 500600 - ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/lib/Video/Info.pm -.endif .if ${PERL_LEVEL} < 500803 ${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/Makefile.PL ${WRKSRC}/lib/Video/Info.pm .endif |