From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 18 11:09:56 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BE23106566B for ; Fri, 18 May 2012 11:09:56 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id CEC928FC15 for ; Fri, 18 May 2012 11:09:55 +0000 (UTC) Received: from mobileKamikaze.norad (iz-aix-213a.HS-Karlsruhe.DE [193.196.64.213]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id A0419860C7; Fri, 18 May 2012 13:09:53 +0200 (CEST) Message-ID: <4FB62E02.3060009@bsdforen.de> Date: Fri, 18 May 2012 13:09:54 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120506 Thunderbird/12.0.1 MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <201205171956.q4HJukGL004713@freefall.freebsd.org> <4FB612E7.6050401@bsdforen.de> <4FB6164A.9080000@yandex.ru> In-Reply-To: <4FB6164A.9080000@yandex.ru> Content-Type: text/plain; charset=ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/165842: [maintainer-update] games/ioquake3 and slaves X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 11:09:56 -0000 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?