Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 1998 17:48:49 -0400 (EDT)
From:      sjr@home.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7624: Problem with mirror port
Message-ID:  <199808152148.RAA22913@istari.home.net>

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

>Number:         7624
>Category:       ports
>Synopsis:       Mirror port expect old version of perl5
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 15 14:50:00 PDT 1998
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	Cvsup from this morning...

	/usr/ports/net/mirror/Makefile

	# $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $

>Description:

	Mirror-2.9 expects perl5.00404 to be installed. Perl 5 is
	currently at 5.00502.

>How-To-Repeat:

	Try to install mirror.

>Fix:

	This fix changes the port to just look for perl5 as opposed
	to a specific version.
	

--- Makefile.orig	Sat Aug 15 17:43:20 1998
+++ Makefile	Sat Aug 15 17:43:56 1998
@@ -16,7 +16,7 @@
 MAKEFILE=	makefile
 MAN1=		mirror.1 mirror-master.1
 
-RUN_DEPENDS=	perl5.00404:${PORTSDIR}/lang/perl5
+RUN_DEPENDS=	perl5:${PORTSDIR}/lang/perl5
 
 pre-install:
 	${MKDIR} ${PREFIX}/lib/mirror
>Audit-Trail:
>Unformatted:

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



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