cvs commit: ports/misc/nserver Makefile
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Sep 20 02:02:45 PDT 2004
On Sun, Sep 19, 2004 at 01:33:42AM +0000, Kris Kennaway wrote:
> kris 2004-09-19 01:33:42 UTC
>
> FreeBSD ports repository
>
> Modified files:
> misc/nserver Makefile
> Log:
> BROKEN on 5.x: Does not compile
>
> Approved by: portmgr (self)
It seems that this port breaks because its own Makefile (${WRKSRC}/Makefile)
has OPSYS variable incorrectly set. In do-patch section of port's Makefile,
it REINPLACE'd s/LINUX/BSD/, but, according to pointyhat.freebsd.org's logs,
it got somehow replaced (or picked up) `FreeBSD' value:
cc -O -pipe -DFreeBSD '-DDEFAULT_PORT="/dev/cuaa0"' -DDEFAULT_SPEED=19200
^^^^^^^
Thus, incorrect include files are picked, and build breaks.
The thing is, that I cannot reproduce this problem on my -CURRENT box.
Could you please give any hints on investigation of this?
Thanks.
./danfe
More information about the cvs-all
mailing list