ports/52020: Missing dependency in Makefile for the Muttprint port

Alex Semenyaka alexs at ratmir.ru
Sat May 10 06:11:30 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list