svn commit: r526476 - head/games/devilutionX

Tobias Kortkamp tobik at FreeBSD.org
Tue Feb 18 21:07:11 UTC 2020


Author: tobik
Date: Tue Feb 18 21:07:10 2020
New Revision: 526476
URL: https://svnweb.freebsd.org/changeset/ports/526476

Log:
  games/devilutionX: Unbreak after r525796
  
  ===> Checking for items in STAGEDIR missing from pkg-plist
  Error: Orphaned: /applications/devilutionx.desktop
  Error: Orphaned: /icons/hicolor/16x16/apps/devilutionx.png
  Error: Orphaned: /icons/hicolor/32x32/apps/devilutionx.png
  Error: Orphaned: /icons/hicolor/48x48/apps/devilutionx.png
  
  http://package21.nyi.freebsd.org/data/113amd64-default-qat/526187/logs/devilutionX-1.0.0.log
  
  Pointy hat:	0mp

Modified:
  head/games/devilutionX/Makefile

Modified: head/games/devilutionX/Makefile
==============================================================================
--- head/games/devilutionX/Makefile	Tue Feb 18 21:02:51 2020	(r526475)
+++ head/games/devilutionX/Makefile	Tue Feb 18 21:07:10 2020	(r526476)
@@ -21,10 +21,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	diasurgical
 USE_SDL=	mixer2 sdl2 ttf2
 
-CMAKE_ARGS+=	-D \
-		CMAKE_INSTALL_BINDIR:PATH=${BINDIR} \
-		CMAKE_INSTALL_SHAREDIR:PATH=${PREFIX}/share \
-		GIT_TAG=${PORTVERSION}
+CMAKE_ARGS=	-DCMAKE_INSTALL_SHAREDIR:PATH=${PREFIX}/share \
+		-DGIT_TAG=${PORTVERSION}
 
 .if defined(WITH_DEBUG)
 CMAKE_ON=	NIGHTLY_BUILD


More information about the svn-ports-all mailing list