svn commit: r544893 - head/games/springlobby/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 14 17:51:44 UTC 2020


Author: tcberner
Date: Fri Aug 14 17:51:43 2020
New Revision: 544893
URL: https://svnweb.freebsd.org/changeset/ports/544893

Log:
  games/springlobby: prepare for cmake-3.18.1
  
  - remove unsupported 'libcurl' component from find(CURL) call
  
  PR:		248003

Added:
  head/games/springlobby/files/patch-src_CMakeLists.txt   (contents, props changed)

Added: head/games/springlobby/files/patch-src_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/springlobby/files/patch-src_CMakeLists.txt	Fri Aug 14 17:51:43 2020	(r544893)
@@ -0,0 +1,11 @@
+--- src/CMakeLists.txt.orig	2020-08-14 17:39:26 UTC
++++ src/CMakeLists.txt
+@@ -112,7 +112,7 @@ IF( ENABLE_DEBUG_REPORT )
+ 	ENDIF( MINGW )
+ ENDIF( ENABLE_DEBUG_REPORT )
+ 
+-FIND_PACKAGE( CURL REQUIRED libcurl )
++FIND_PACKAGE( CURL REQUIRED)
+ IF( NOT CURL_FOUND )
+ 	MESSAGE( FATAL_ERROR "required library libCURL not found" )
+ ENDIF( NOT CURL_FOUND )


More information about the svn-ports-all mailing list