svn commit: r442687 - branches/2017Q2/games/gemrb
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Jun 5 20:33:48 UTC 2017
Author: rakuco
Date: Mon Jun 5 20:33:47 2017
New Revision: 442687
URL: https://svnweb.freebsd.org/changeset/ports/442687
Log:
MFH: r442686
Switch to an out-of-source CMake build.
This prevents some build system files from being installed. Bump PORTREVISION
accordingly.
Approved by: ports-secteam (blanket approval)
Modified:
branches/2017Q2/games/gemrb/Makefile
branches/2017Q2/games/gemrb/pkg-plist
Directory Properties:
branches/2017Q2/ (props changed)
Modified: branches/2017Q2/games/gemrb/Makefile
==============================================================================
--- branches/2017Q2/games/gemrb/Makefile Mon Jun 5 20:31:32 2017 (r442686)
+++ branches/2017Q2/games/gemrb/Makefile Mon Jun 5 20:33:47 2017 (r442687)
@@ -3,6 +3,7 @@
PORTNAME= gemrb
PORTVERSION= 0.8.4
+PORTREVISION= 3
CATEGORIES= games emulators
MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION:.1=}%20Sources
@@ -23,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: branches/2017Q2/games/gemrb/pkg-plist
==============================================================================
--- branches/2017Q2/games/gemrb/pkg-plist Mon Jun 5 20:31:32 2017 (r442686)
+++ branches/2017Q2/games/gemrb/pkg-plist Mon Jun 5 20:33:47 2017 (r442687)
@@ -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-all
mailing list