Subject: Re: pkg_install update
To: Riccardo Mottola <zuse@libero.it>
From: Frederick Bruckman <fredb@immanent.net>
List: port-mac68k
Date: 01/20/2003 14:42:04
On Mon, 20 Jan 2003, Riccardo Mottola wrote:

> One problem though: i wante d to build and install the novawm window-manager
>
> on make it works a bit and then halts giving:
>
> X11/xpm.h missing
>
> and fails.

Sounds like ``.include "../../graphics/xpm/buildlink2.mk"'' is missing
from the novawm/Makefile. Try it with that added, just before the last
.include.

> which is strange, I don't think xpm.h should be contained in any
> package, it should just be there, doesn't?I compiled the ion WM
> without any problems for example.

Not so strange. XFree86 4.x includes xpm, but mac68k still uses
XFree86 3.3.x, which doesn't.

It's not surprising that this got missed, now that the significant
ports have switched to XFree 4.

Frederick