Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2004 09:02:45 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/misc/nserver Makefile
Message-ID:  <20040920090245.GC67539@FreeBSD.org>
In-Reply-To: <200409190133.i8J1XgGO059284@repoman.freebsd.org>
References:  <200409190133.i8J1XgGO059284@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040920090245.GC67539>