Date: Tue, 09 Feb 2010 14:28:25 +0300 From: Boris Samorodov <bsam@ipt.ru> To: Edwin Groothuis <edwin@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/linux-skulltag Makefile Message-ID: <65741862@bb.ipt.ru> In-Reply-To: <20100208203722.3AC0C106577F@hub.freebsd.org> (Edwin Groothuis's message of "Mon, 8 Feb 2010 20:37:22 %2B0000 (UTC)") References: <20100208203722.3AC0C106577F@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
-----
> RUN_DEPENDS= ${LINUXBASE}/lib/libfmodexp-4.24.16.so:${PORTSDIR}/audio/linux-fmodapi \
> - ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.7.3:${PORTSDIR}/devel/linux-sdl12
> + ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.7.3:${PORTSDIR}/devel/linux-f10-sdl12
>
> ONLY_FOR_ARCHS= i386
> USE_BZIP2= yes
-----
If no, I propose a following patch which uses apropriate libraries
for other linux_base ports (which are defaults at 7.x and 6.x):
-----
Index: Makefile
===================================================================
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
-----
No PORTREVISION bump is needed since there are no changes for packages.
--
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65741862>
