head 1.2; access; symbols pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2016.07.15.21.00.41; author wiz; state dead; branches; next 1.1; commitid 4GvVpo3daIs9Dsez; 1.1 date 2016.03.13.08.49.31; author wiz; state Exp; branches; next ; commitid 4pFs9BiXP30pzsYy; desc @@ 1.2 log @Remove unneeded patch, jsoncpp comes with pkg-config file nowadays. @ text @$NetBSD: patch-cmake_FindJsoncpp.cmake,v 1.1 2016/03/13 08:49:31 wiz Exp $ jsoncpp does not provide a pkg-config file, don't insist on one. --- cmake/FindJsoncpp.cmake.orig 2016-01-17 17:41:13.000000000 +0000 +++ cmake/FindJsoncpp.cmake @@@@ -6,7 +6,6 @@@@ # Jsoncpp_LIBRARIES - link these to use Jsoncpp find_package(PkgConfig) -pkg_check_modules(PC_JSONCPP REQUIRED jsoncpp) find_path(JSONCPP_INCLUDE_DIR NAMES @ 1.1 log @Update lgogdownloader to 2.27: LGOGDownloader 2.27 - Changed build system to CMake (patch by: Sandy Carter) - Fixed crash after login - Added option to set automatic XML creation in config file * --automatic-xml-creation - Improved game specific config options * Directory options can be overriden in game specific config file * "platform" and "language" options allow using string to set them. Use "+" as separator to combine values and "," as separator to set priority. * For example: this allows setting "language" to English, German and French with "en+de+fr" which is much easier to understand than setting it to "7" - Improvements to orphan detection (patch by: Thomas J. Moore) * blacklist applies to installed files only; use ignorelist for orphans * blacklisted but present items are orphans, as they should be * use exact matching for file paths: files in wrong location are orphans * See man page for more details on how to use ignorelist - Apply blacklist to status checker to avoid some spurious ND messages (patch by: Thomas J. Moore) - Use cerr for password prompts, error messages, rolling status messages, and other stuff that shouldn't clutter saved stdout. (patch by: Thomas J. Moore) - Reduce the amount of HTTP requests * This also slightly speeds up getting game details for games with DLC - Added option to save changelogs when downloading * --save-changelogs - Added support for two-step login @ text @d1 1 a1 1 $NetBSD$ @