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=    [email protected]
 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to