[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / vcmi

Diff for /ports/games/vcmi/Attic/Makefile between version 1.4 and 1.7

version 1.4, 2013/06/28 08:41:17 version 1.7, 2013/06/29 19:20:56
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 VMEM_WARNING =          Yes  
 #BROKEN =               /usr/local/lib/gcc/x86_64-unknown-openbsd5.3/4.6.4/../../../../include/c++/4.6.4/bits/stl_list.h:113:71: error: use of deleted function 'std::unique_ptr<_Tp, _Dp>::unique_ptr(const std::unique_ptr<_Tp, _Dp>&) [with _Tp = ILogTarget, _Dp = std::default_delete<ILogTarget>, std::unique_ptr<_Tp, _Dp> = std::unique_ptr<ILogTarget>]'  
 SHARED_ONLY =           Yes  
   
 COMMENT =               rewrite of the HoMM3 engine  SUBDIR =
   SUBDIR += base
   SUBDIR += data
   
 DISTNAME =              vcmi-0.93  .include <bsd.port.subdir.mk>
   
 SHARED_LIBS =           vcmi    0.0 # 0.0  
   
 CATEGORIES =            games  
   
 HOMEPAGE =              http://forum.vcmi.eu/portal.php  
   
 MAINTAINER =            Kirill Bychkov <kirby@openbsd.org>  
   
 # GPLv2  
 PERMIT_PACKAGE_CDROM =  Yes  
   
 WANTLIB += SDL SDL_image SDL_mixer SDL_ttf avcodec avformat avutil  
 WANTLIB += boost_filesystem-mt boost_program_options-mt boost_system-mt  
 WANTLIB += boost_thread-mt c m pthread swscale z  
   
 MASTER_SITES =          http://download.vcmi.eu/  
   
 MODULES =               devel/cmake gcc4  
 MODGCC4_ARCHS =         *  
 MODGCC4_LANGS +=        c++  
 RUN_DEPENDS =           devel/desktop-file-utils  
 LIB_DEPENDS =           devel/boost \  
                         devel/sdl-image \  
                         devel/sdl-mixer \  
                         devel/sdl-ttf \  
                         graphics/ffmpeg \  
                         graphics/jpeg \  
                         graphics/png  
   
 #USE_LIBTOOL =          gnu  
 # Add -pthread to "enable" boost threading support.  
 CONFIGURE_ARGS +=       -DCMAKE_CXX_FLAGS=-pthread  
 #CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include  -I${X11BASE}/include" \  
 #                       LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"  
   
 NO_TEST =               Yes  
   
 #pre-patch:  
 #       @perl -i -pe 's/\r$$//' ${WRKSRC}/lib/Interprocess.h  
   
 .include <bsd.port.mk>  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

CVSweb