svn commit: r442686 - head/games/gemrb
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Jun 5 20:31:34 UTC 2017
Author: rakuco
Date: Mon Jun 5 20:31:32 2017
New Revision: 442686
URL: https://svnweb.freebsd.org/changeset/ports/442686
Log:
Switch to an out-of-source CMake build.
This prevents some build system files from being installed. Bump PORTREVISION
accordingly.
Modified:
head/games/gemrb/Makefile
head/games/gemrb/pkg-plist
Modified: head/games/gemrb/Makefile
==============================================================================
--- head/games/gemrb/Makefile Mon Jun 5 20:25:29 2017 (r442685)
+++ head/games/gemrb/Makefile Mon Jun 5 20:31:32 2017 (r442686)
@@ -3,7 +3,7 @@
PORTNAME= gemrb
PORTVERSION= 0.8.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games emulators
MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION:.1=}%20Sources
@@ -24,7 +24,7 @@ OPTIONS_SUB= yes
OPENGL_USE= gl=gl,glu,glew
OPENGL_CMAKE_ON= -DUSE_OPENGL=1
-USES= cmake openal:al,alut python shebangfix iconv localbase
+USES= cmake:outsource openal:al,alut python shebangfix iconv localbase
SHEBANG_FILES= admin/extend2da.py
USE_SDL= sdl2 mixer2 ttf2
USE_LDCONFIG= yes
Modified: head/games/gemrb/pkg-plist
==============================================================================
--- head/games/gemrb/pkg-plist Mon Jun 5 20:25:29 2017 (r442685)
+++ head/games/gemrb/pkg-plist Mon Jun 5 20:31:32 2017 (r442686)
@@ -56,8 +56,6 @@ share/applications/gemrb.desktop
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/en/CMakeFiles/CMakeDirectoryInformation.cmake
-%%PORTDOCS%%%%DOCSDIR%%/en/CMakeFiles/progress.marks
%%PORTDOCS%%%%DOCSDIR%%/en/CheatKeys.txt
%%PORTDOCS%%%%DOCSDIR%%/en/CodingStyle.txt
%%PORTDOCS%%%%DOCSDIR%%/en/Engine/Charcolors.txt
@@ -77,7 +75,6 @@ share/applications/gemrb.desktop
%%PORTDOCS%%%%DOCSDIR%%/en/GUIScript/index.txt
%%PORTDOCS%%%%DOCSDIR%%/en/GUIScript/reserved_functions.txt
%%PORTDOCS%%%%DOCSDIR%%/en/GUIScript/start.txt
-%%PORTDOCS%%%%DOCSDIR%%/en/Makefile
%%PORTDOCS%%%%DOCSDIR%%/en/Release.txt
%%PORTDOCS%%%%DOCSDIR%%/en/Tables/HPBARB.txt
%%PORTDOCS%%%%DOCSDIR%%/en/Tables/ability.txt
@@ -135,7 +132,6 @@ share/applications/gemrb.desktop
%%PORTDOCS%%%%DOCSDIR%%/en/Tables/wssingle.txt
%%PORTDOCS%%%%DOCSDIR%%/en/Tables/wstwohnd.txt
%%PORTDOCS%%%%DOCSDIR%%/en/Tables/wstwowpn.txt
-%%PORTDOCS%%%%DOCSDIR%%/en/cmake_install.cmake
%%PORTDOCS%%%%DOCSDIR%%/en/default_ini.txt
%%PORTDOCS%%%%DOCSDIR%%/en/gemrb_ini.txt
%%DATADIR%%/GUIScripts/Actor.py
More information about the svn-ports-head
mailing list