Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2012 13:09:54 +0200
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/165842: [maintainer-update] games/ioquake3 and slaves
Message-ID:  <4FB62E02.3060009@bsdforen.de>
In-Reply-To: <4FB6164A.9080000@yandex.ru>
References:  <201205171956.q4HJukGL004713@freefall.freebsd.org> <4FB612E7.6050401@bsdforen.de> <4FB6164A.9080000@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 18/05/2012 11:28, Ruslan Mahmatkhanov wrote:
> Dominic Fandrey wrote on 18.05.2012 13:14:
>> On 17/05/2012 21:56, rm@FreeBSD.org wrote:
>>> Hi Dominic! I'm used your latest shar and diff and there is some
>>> problems with the ports. Would you please look at this logs and fix
>>> them? Thanks. http://people.freebsd.org/~rm/ioquake3/
>>
>> I have nailed down the ioq3-devel issue, but I've cannot reproduce
>> the urban-terrror-data issue. The port sets NO_BUILD.
>>
>> I have to ponder this one a little.
>
> Just comment NO_BUILD and NO_PACKAGE and try to build (they commented out for tinderbox I thinks because of distfile size).

Don't mess with NO_BUILD. I see no reason to.
I generally just add FORCE_PACKAGE to my Tinderbox env.

> And what the solution is for ioquake3-devel?

In ioquake3/Makefile:
.if !defined(WITHOUT_SERVER)
RUN_DEPENDS+=	${Q3SERVER}${PORTSDIR}/games/${PORTNAME}-server
.endif

Should be:
.if !defined(WITHOUT_SERVER)
RUN_DEPENDS+=	${Q3SERVER}${BINSUFFIX}:${PORTSDIR}/games/${PORTNAME}-server
.endif

Do you want the updated patch?

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?



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