Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 14:37:03 +0100 (CET)
From:      Michael Nottebrock <lofi@lofi.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Holger Lamm <holger@e-gitt.net>, G Panula <me@greg.panula.org>
Subject:   ports/48626: Maintainer update: multimedia/dvdrip
Message-ID:  <200302241337.h1ODb3LB006317@lofi.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         48626
>Category:       ports
>Synopsis:       Maintainer update: multimedia/dvdrip
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 24 06:10:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.0-RELEASE-p1 FreeBSD 5.0-RELEASE-p1 #0: Thu Feb 6 06:12:21 CET 2003 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Changes:
		- Add check for installed perl-version.
		  Mark as BROKEN on systems with perl < 5.6.0.
>How-To-Repeat:
	
>Fix:
diff -urN dvdrip.orig/Makefile dvdrip/Makefile
--- dvdrip.orig/Makefile	Mon Feb 24 13:57:01 2003
+++ dvdrip/Makefile	Mon Feb 24 14:34:30 2003
@@ -2,11 +2,12 @@
 # Date created:	18 April 2002
 # Whom:		Michael Nottebrock <michaelnottebrock@gmx.net>
 #
-# $FreeBSD: ports/multimedia/dvdrip/Makefile,v 1.9 2003/02/24 12:57:01 nobutaka Exp $
+# $FreeBSD: ports/multimedia/dvdrip/Makefile,v 1.8 2003/02/21 12:51:05 knu Exp $
 #
 
 PORTNAME=	dvdrip
 PORTVERSION=	0.48.8
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.exit1.org/dvdrip/dist/
 DISTNAME=	Video-DVDRip-${PORTVERSION}
@@ -44,6 +45,8 @@
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Video::DVDRip.3
 
+.include <bsd.port.pre.mk>
+
 pre-everything::
 .if !defined(WITHOUT_CLUSTER)
 	@${ECHO_MSG}
@@ -74,4 +77,9 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.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
+
+.include <bsd.port.post.mk>



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302241337.h1ODb3LB006317>