Index: head/games/aquaria/Makefile =================================================================== --- head/games/aquaria/Makefile (revision 504348) +++ head/games/aquaria/Makefile (revision 504349) @@ -1,67 +1,67 @@ # $FreeBSD$ PORTNAME= aquaria DISTVERSIONPREFIX= OSE-v DISTVERSION= 1.002-22 DISTVERSIONSUFFIX= -g84366ad PORTREVISION= 5 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org COMMENT= Underwater 2D fantasy action-adventure (game engine) LICENSE= GPLv2+ BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libftgl.so:graphics/ftgl \ libpng.so:graphics/png \ libtinyxml2.so:textproc/tinyxml2 USE_GITHUB= yes GH_ACCOUNT= AquariaOSE GH_PROJECT= Aquaria -USES= cmake:insource compiler:c++11-lang lua:51 openal pkgconfig +USES= cmake:insource compiler:c++11-lang lua:51 openal pkgconfig sdl EXCLUDE= AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \ libogg-* libvorbis-* lua-* tinyxml2* EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,} CMAKE_ARGS= -DAQUARIA_DEFAULT_DATA_DIR:PATH="${DATADIR}" CMAKE_OFF= AQUARIA_INTERNAL_FREETYPE \ AQUARIA_INTERNAL_FTGL \ AQUARIA_INTERNAL_LUA \ AQUARIA_INTERNAL_OGGVORBIS \ AQUARIA_INTERNAL_OPENAL \ AQUARIA_INTERNAL_PNG \ AQUARIA_INTERNAL_SDL \ AQUARIA_INTERNAL_TINYXML2 \ AQUARIA_INTERNAL_ZLIB LDFLAGS+= -Wl,--as-needed # avoid overlinking (vorbis deps) LLD_UNSAFE= yes # XXX ports/219089 SUB_FILES= pkg-message PLIST_FILES= bin/aquaria PORTDATA= * DESKTOP_ENTRIES="${GH_PROJECT}" \ "" \ "${DATADIR}/${PORTNAME}.png" \ "${PORTNAME}" \ "Game;ArcadeGame;" \ "" OPTIONS_DEFINE= DEBUG SDL2 OPTIONS_DEFAULT=SDL2 SDL2_DESC= Use SDL 2.x instead of SDL 1.2.x SDL2_CMAKE_BOOL=AQUARIA_USE_SDL2 SDL2_USE= SDL=sdl2 SDL2_USE_OFF= SDL=sdl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .for d in game_scripts files (cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} \ "." ${STAGEDIR}${DATADIR}/override) .endfor .include Index: head/games/aquaria/files/patch-ExternalLibs_ttvfs_VFSTools.cpp =================================================================== --- head/games/aquaria/files/patch-ExternalLibs_ttvfs_VFSTools.cpp (nonexistent) +++ head/games/aquaria/files/patch-ExternalLibs_ttvfs_VFSTools.cpp (revision 504349) @@ -0,0 +1,15 @@ +--- ExternalLibs/ttvfs/VFSTools.cpp.orig 2016-06-19 23:56:27 UTC ++++ ExternalLibs/ttvfs/VFSTools.cpp +@@ -12,11 +12,7 @@ + # include + # include + #else +-# ifdef __HAIKU__ +-# include +-# else +-# include +-# endif ++# include + # include + #endif + Property changes on: head/games/aquaria/files/patch-ExternalLibs_ttvfs_VFSTools.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property