Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2003 10:04:47 +0400 (MSD)
From:      Alex Semenyaka <alexs@ratmir.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52020: Missing dependency in Makefile for the Muttprint port
Message-ID:  <200305100604.h4A64lN7066145@snark.ratmir.ru>
Resent-Message-ID: <200305100611.h4A6BJo8085882@freefall.freebsd.org>

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

>Number:         52020
>Category:       ports
>Synopsis:       Missing dependency in Makefile for the Muttprint port
>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:   Fri May 09 23:10:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Semenyaka
>Release:        FreeBSD 4.8-RC i386
>Organization:
Ratmir
>Environment:
System: FreeBSD snark.ratmir.ru 4.8-RC FreeBSD 4.8-RC #7: Sun Mar 30 07:23:48 MSD 2003 root@snark.ratmir.ru:/usr/obj/usr/src/sys/SNARK i386

>Description:

Muttprint uses the perl module File::Temp. This module is not a part of the
base system. But this dependency is not indicated in the port's Makefile.
So the port Muttprint can be installed even if File::Temp is missing but it
will fail to work.

>How-To-Repeat:

Try to build and run the muttripnt on the system with no p5-File-Temp installed.

>Fix:

Just add that dependency:

--- Makefile.old	Sat May 10 09:58:30 2003
+++ Makefile	Tue May  6 17:00:58 2003
@@ -24,5 +24,4 @@
 		convert:${PORTSDIR}/graphics/ImageMagick \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
 
 USE_REINPLACE=	yes

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



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