svn commit: r558159 - in head/games/devilutionX: . files

Max Brazhnikov makc at FreeBSD.org
Tue Dec 15 12:44:33 UTC 2020


Author: makc
Date: Tue Dec 15 12:44:32 2020
New Revision: 558159
URL: https://svnweb.freebsd.org/changeset/ports/558159

Log:
  games/devilutionX:
  - Remove patch which is already included upstream
  - Use debug mode instead of nightly_build for WITH_DEBUG
  
  PR:		251671
  Submitted by:	Nuno Teixeira (maintainer)

Deleted:
  head/games/devilutionX/files/patch-3rdParty_StormLib_src_StormPort.h
Modified:
  head/games/devilutionX/Makefile

Modified: head/games/devilutionX/Makefile
==============================================================================
--- head/games/devilutionX/Makefile	Tue Dec 15 12:29:12 2020	(r558158)
+++ head/games/devilutionX/Makefile	Tue Dec 15 12:44:32 2020	(r558159)
@@ -25,7 +25,7 @@ CMAKE_ARGS=	-DCMAKE_INSTALL_SHAREDIR:PATH=${PREFIX}/sh
 		-DGIT_TAG=${PORTVERSION}
 
 .if defined(WITH_DEBUG)
-CMAKE_ON=	NIGHTLY_BUILD
+CMAKE_ON=	DEBUG
 .else
 CMAKE_ON=	BINARY_RELEASE
 .endif


More information about the svn-ports-all mailing list