From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 9 23:11:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C44A37B401 for ; Fri, 9 May 2003 23:11:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723C943FBD for ; Fri, 9 May 2003 23:11:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4A6BJUp085883 for ; Fri, 9 May 2003 23:11:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4A6BJo8085882; Fri, 9 May 2003 23:11:19 -0700 (PDT) Resent-Date: Fri, 9 May 2003 23:11:19 -0700 (PDT) Resent-Message-Id: <200305100611.h4A6BJo8085882@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Semenyaka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B75F37B401 for ; Fri, 9 May 2003 23:04:50 -0700 (PDT) Received: from snark.ratmir.ru (snark.ratmir.ru [213.24.248.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E1F43FCB for ; Fri, 9 May 2003 23:04:49 -0700 (PDT) (envelope-from alexs@snark.ratmir.ru) Received: from snark.ratmir.ru (alexs@localhost [127.0.0.1]) by snark.ratmir.ru (8.12.9/8.12.9) with ESMTP id h4A64lr9066146 for ; Sat, 10 May 2003 10:04:48 +0400 (MSD) (envelope-from alexs@snark.ratmir.ru) Received: (from alexs@localhost) by snark.ratmir.ru (8.12.9/8.12.9/Submit) id h4A64lN7066145; Sat, 10 May 2003 10:04:47 +0400 (MSD) Message-Id: <200305100604.h4A64lN7066145@snark.ratmir.ru> Date: Sat, 10 May 2003 10:04:47 +0400 (MSD) From: Alex Semenyaka To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52020: Missing dependency in Makefile for the Muttprint port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Semenyaka List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 06:11:30 -0000 >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: