Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 1999 11:06:32 +0100 (CET)
From:      saper@system.pl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15161: Add pnmtopng run-time dependency to a tgif-4.1.25 port
Message-ID:  <199911291006.LAA78615@saperski.system.pl>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 29 02:10:03 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Cieślak
>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:
>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?199911291006.LAA78615>