From saper@saperski.system.pl Mon Nov 29 02:05:37 1999
Return-Path: <saper@saperski.system.pl>
Received: from tricord.system.pl (tricord.system.pl [195.205.185.10])
	by hub.freebsd.org (Postfix) with ESMTP id 4509814ED7
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Nov 1999 02:05:22 -0800 (PST)
	(envelope-from saper@saperski.system.pl)
Received: from saperski.system.pl (saperski.system.pl [195.205.185.24])
	by tricord.system.pl (SYSTEM Internet) with ESMTP id LAA18987
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Nov 1999 11:05:17 +0100 (MET)
Received: (from saper@localhost)
	by saperski.system.pl (8.9.3/8.9.3) id LAA78615;
	Mon, 29 Nov 1999 11:06:32 +0100 (CET)
	(envelope-from saper)
Message-Id: <199911291006.LAA78615@saperski.system.pl>
Date: Mon, 29 Nov 1999 11:06:32 +0100 (CET)
From: saper@system.pl
Sender: saper@saperski.system.pl
To: FreeBSD-gnats-submit@freebsd.org
Subject: Add pnmtopng run-time dependency to a tgif-4.1.25 port
X-Send-Pr-Version: 3.2

>Number:         15161
>Category:       ports
>Synopsis:       Add pnmtopng run-time dependency to a tgif-4.1.25 port
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 29 02:10:03 PST 1999
>Closed-Date:    Sun Dec 5 16:32:22 PST 1999
>Last-Modified:  Sun Dec  5 16:32:38 PST 1999
>Originator:     Marcin Cielak
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
SYSTEM Internet Provider
>Environment:

Current ports tree as of 
Pon 29 Lis 11:04:24 1999 CET

>Description:

	tgif -print -png option doesn't work without
        pnmtopng utility, which is available as a separate
        package and not in netpbm.

>How-To-Repeat:

	Try to print your image to a PNG format without pnmtopng installed.
	You get:
	

>Fix:
	
--- graphics/tgif/Makefile.orig	Mon Nov 29 10:28:33 1999
+++ graphics/tgif/Makefile	Mon Nov 29 10:52:35 1999
@@ -13,7 +13,8 @@
 
 MAINTAINER=	bmc@WillsCreek.COM
 
-RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphics/netpbm
+RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphics/netpbm \
+		pnmtopng:${PORTSDIR}/graphics/pnmtopng
 
 USE_IMAKE=	yes
 MAN1=		tgif.1


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sun Dec 5 16:32:22 PST 1999 
State-Changed-Why:  
Dependency added, thanks! 
>Unformatted:
