Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2002 18:58:23 -0500 (EST)
From:      Igor Roshchin <str@giganda.komkon.org>
To:        riggs@hadiko.de
Cc:        ports@freebsd.org
Subject:   Re: ghostscript-gnu - Makefile errors.
Message-ID:  <200203062358.g26NwNd91956@giganda.komkon.org>
In-Reply-To: <20020306223414.GJ86638@f113.hadiko.de>

next in thread | previous in thread | raw e-mail | index | archive | help
You are right.

That's my oversight.
I was suspecting that I was missing something...

Thanks a lot!

Igor

> From riggs@f113.hadiko.de Wed Mar  6 17:35:50 2002
> Date: Wed, 6 Mar 2002 23:34:14 +0100
> From: "Thomas E. Zander" <riggs@hadiko.de>
> To: Igor Roshchin <str@giganda.komkon.org>
> Cc: ports@freebsd.org
> Subject: Re: ghostscript-gnu - Makefile errors.
>
> Hi,
>
> On Wed, 06. Mar 2002, at 16:52 -0500, Igor Roshchin wrote
> according to [ghostscript-gnu - Makefile errors.]:
>
> > There is what appears to be a typo in the Makefile for
> > ghostscript-gnu, that I just downloaded from ftp.freebsd.org
> > 
> > It has a line:
> > LIB_DEPENDS=    png.5:${PORTSDIR}/graphics/png
> > 
> > I believe it should be
> > LIB_DEPENDS=    png:${PORTSDIR}/graphics/png
>
> No, that's not right.
> The LIB_DEPENDS variable in a port Makefile defines the necessary lib
> including its version.
>
> You can check for your installed png lib using
> ldconfig -r|grep png
>
> it should show something like:
>
> 	134:-lpng.5 => /usr/local/lib/libpng.so.5
>
> As you can see, there is the png.5 entry.
>
> So, there has to be something wrong with your installed libs, perhaps
> an older png version (the change png.4 -> png.5 in ports tree was only a
> few months ago).
>
> Riggs
>
> -- 
> - "[...] I talked to the computer at great length and
> -- explained my view of the Universe to it" said Marvin.
> --- And what happened?" pressed Ford.
> ---- "It committed suicide." said Marvin.
>

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?200203062358.g26NwNd91956>