svn commit: r336995 - in head/games/shaaft: . files

Koop Mast kwm at rainbow-runner.nl
Fri Dec 20 11:29:39 UTC 2013


On 20-12-2013 11:42, Pawel Pekala wrote:
> Author: pawel
> Date: Fri Dec 20 10:42:42 2013
> New Revision: 336995
> URL: http://svnweb.freebsd.org/changeset/ports/336995
>
> Log:
>    - Fix build with clang
>    - Add DESKTOP_ENTRIES
>    
>    PR:		ports/184813
>    Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
>
> Added:
>    head/games/shaaft/files/patch-ResourceManager.cpp   (contents, props changed)
>    head/games/shaaft/files/patch-Value.hpp   (contents, props changed)
> Modified:
>    head/games/shaaft/Makefile   (contents, props changed)
>
> Modified: head/games/shaaft/Makefile
> ==============================================================================
> --- head/games/shaaft/Makefile	Fri Dec 20 09:51:00 2013	(r336994)
> +++ head/games/shaaft/Makefile	Fri Dec 20 10:42:42 2013	(r336995)
> @@ -3,7 +3,7 @@
>   
>   PORTNAME=	shaaft
>   PORTVERSION=	0.5.0
> -PORTREVISION=	12
> +PORTREVISION=	13
>   CATEGORIES=	games
>   MASTER_SITES=	SF/criticalmass/OldFiles
>   DISTNAME=	Shaaft-${PORTVERSION}
> @@ -18,16 +18,21 @@ CONFLICTS=	criticalmass-*
>   USE_BZIP2=	yes
>   USE_SDL=	mixer image sdl
>   USE_GL=		yes
> +USE_GCC=	any

I wouldn't really consider this a "Fix build with clang". It is more of 
a workaround ...


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com



More information about the svn-ports-head mailing list