Date: Fri, 23 Feb 2001 14:26:12 +0000 From: Nik Clayton <nik@freebsd.org> To: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Cc: Nik Clayton <nik@FreeBSD.org>, 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: <20010223142611.B46929@canyon.nothing-going-on.org> In-Reply-To: <20010222161004.A2500@Fedaykin.here>; from lioux@uol.com.br on Thu, Feb 22, 2001 at 04:10:04PM -0300 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> <20010222161004.A2500@Fedaykin.here>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 22, 2001 at 04:10:04PM -0300, Mario Sergio Fujikawa Ferreira wrote: > 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. This is the thing. eps2png doesn't depend on any shared libraries -- it depends on the ghostscript binary, which it execs to do the conversion. eps2png is basically a small wrapper that takes care of setting the correct command line arguments to ghostscript, that's all -- it doesn't do any PNG processing itself. There are other ports that list an application in RUN_DEPENDS, without duplicating all that application's library dependencies in LIB_DEPENDS. graphics/aview, for example, which depends on the 'convert' binary from ImageMagick and the 'anytopnm' binary from netpbm, or gphoto, or epstool. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery 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?20010223142611.B46929>