Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2010 07:36:20 +1100
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Boris Samorodov <bsam@ipt.ru>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/games/linux-skulltag Makefile
Message-ID:  <20100209203620.GB8732@mavetju.org>
In-Reply-To: <65741862@bb.ipt.ru>
References:  <20100208203722.3AC0C106577F@hub.freebsd.org> <65741862@bb.ipt.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 09, 2010 at 02:28:25PM +0300, Boris Samorodov wrote:
> On Mon,  8 Feb 2010 20:37:22 +0000 (UTC) Edwin Groothuis wrote:
> 
> > edwin       2010-02-08 20:37:09 UTC
> 
> >   FreeBSD ports repository
> 
> >   Modified files:
> >     games/linux-skulltag Makefile 
> >   Log:
> >   Fix dependency: linux-f10-SDL12
> 
> Does the port really needs Fedora 10 package? If yes, then it should be
> checked out while installing the port.

The only reason I picked f10 was because it needed the new linuxolator.
Please commit the patches when you are happy with it:

> ===================================================================
> RCS file: /home/pcvs/ports/games/linux-skulltag/Makefile,v
> retrieving revision 1.5
> diff -u -r1.5 Makefile
> --- Makefile	8 Feb 2010 20:39:30 -0000	1.5
> +++ Makefile	9 Feb 2010 11:19:42 -0000
> @@ -15,9 +15,10 @@
>  MAINTAINER=	edwin@mavetju.org
>  COMMENT=	Doom/Doom2/Heretic engine
>  
> -RUN_DEPENDS=	${LINUXBASE}/lib/libfmodexp-4.24.16.so:${PORTSDIR}/audio/linux-fmodapi \
> -		${LINUXBASE}/usr/lib/libSDL-1.2.so.0.11.2:${PORTSDIR}/devel/linux-f10-sdl12
> +RUN_DEPENDS=	${LINUXBASE}/lib/libfmodexp-4.24.16.so:${PORTSDIR}/audio/linux-fmodapi
>  
> +USE_LINUX=	yes
> +USE_LINUX_APPS=	sdl12
>  ONLY_FOR_ARCHS=	i386
>  USE_BZIP2=	yes
>  NO_BUILD=	yes
> -----

Thanks for your help, I wasn't ware of these macros.

Edwin
-- 
Edwin Groothuis		Website: http://www.mavetju.org/
edwin@mavetju.org	Weblog:  http://www.mavetju.org/weblog/



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