Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 1998 18:33:56 -0400 (EDT)
From:      sjr@home.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7625: p5-MD5-1.7 has hardcoded perl version number
Message-ID:  <199808152233.SAA24577@istari.home.net>

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

>Number:         7625
>Category:       ports
>Synopsis:       p5-MD5-1.7 has hardcoded perl version number
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 15 15:40:00 PDT 1998
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	/usr/ports/security/p5-MD5/Makefile

	# $Id: Makefile,v 1.9 1998/08/06 15:10:02 vanilla Exp $

>Description:

	The makefile for this port has a hardcoded version number.

>How-To-Repeat:

	Try to install the port.

>Fix:
	
--- Makefile.orig	Sat Aug 15 18:28:55 1998
+++ Makefile	Sat Aug 15 18:29:39 1998
@@ -17,7 +17,7 @@
 USE_PERL5=	YES
 
 MAN3=		MD5.3
-MANPREFIX=	${PREFIX}/lib/perl5/5.00501
+MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 do-configure:
 		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
>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?199808152233.SAA24577>