pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Build problems in graphviz and xentools413
On Tue, Jan 26, 2021 at 06:23:25AM -0600, Robert Nestor wrote:
> Hmmm, ps2pdf isn’t installed on my system and the unmodified graphviz/Makefile does contain that line.
Which line is that?
I mean this:
# /usr/pkgsrc/graphics/graphviz> grep ghostscript *
Makefile:TOOL_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
> Ps2pdf wasn’t built as a dependency either.
As I said, it's part of ghostscript
# /usr/pkgsrc/print/ghostscript-agpl> grep ps2pdf PLIST
bin/ps2pdf
Thomas
> So now I’m really confused.
>
> -bob
>
> On Jan 26, 2021, at 4:25 AM, Thomas Klausner <wiz%NetBSD.org@localhost> wrote:
>
> > Hi!
> >
> > The error is here:
> >
> > false -Tps -man cdt.3 >cdt.3.ps
> >
> > "false" is the value of @PS2PDF@.
> >
> > ps2pdf should be installed by the line
> > TOOL_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
> >
> > in graphviz/Makefile.
> >
> > You should find out why this doesn't happen for you... or what other
> > problem the configure script has with your ps2pdf, if it is indeed
> > installed.
> > Thomas
>
Home |
Main Index |
Thread Index |
Old Index