Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 16:10:04 -0300
From:      "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
To:        Nik Clayton <nik@FreeBSD.org>
Cc:        Kent Stewart <kstewart@urx.com>, Sheldon Hearn <sheldonh@uunet.co.za>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: doc/en_US.ISO_8859-1/books/design-44bsd Makefile book.sgml fig1.eps fig2.eps
Message-ID:  <20010222161004.A2500@Fedaykin.here>
In-Reply-To: <20010222182844.B42668@canyon.nothing-going-on.org>; from nik@FreeBSD.org on Thu, Feb 22, 2001 at 06:28:22PM %2B0000
References:  <200102202001.f1KK1Wn35420@freefall.freebsd.org> <18731.982779702@axl.fw.uunet.co.za> <20010222002023.A11532@canyon.nothing-going-on.org> <3A950131.97836B48@urx.com> <20010222182844.B42668@canyon.nothing-going-on.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 22, 2001 at 06:28:22PM +0000, Nik Clayton wrote:
> On Thu, Feb 22, 2001 at 04:08:17AM -0800, Kent Stewart wrote:
> 
> > When I did a make and make install
> > on eps2png, it doesn't check for png-1.0.9. 
> 
> Not sure if it should.  It relies on the user installing the PNG support
> when they install Ghostscript.

	Well, if it depends on libpng, you should mention it. From the
porters-handbook:

4.10.1. LIB_DEPENDS

This variable specifies the shared libraries this port depends on.

	Relying on the fact that the RUN_DEPENDS ghostscript depends
on the library is not the same thing, IMHO.
	I think the following patch is in order.

	Regards,

--- Makefile.orig	Thu Feb 22 16:09:05 2001
+++ Makefile	Thu Feb 22 16:09:25 2001
@@ -13,6 +13,7 @@
 
 MAINTAINER=	nik@freebsd.org
 
+LIB_DEPENDS=	png.4:${PORTSDIR}/graphics/png
 RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript6
 
 USE_PERL5=	yes
 

-- 
Mario S F Ferreira - UnB - Brazil - "I guess this is a signature."
lioux at ( freebsd dot org | linf dot unb dot br )
flames to beloved devnull@someotherworldbeloworabove.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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