summaryrefslogtreecommitdiff
path: root/games/liblcf
diff options
context:
space:
mode:
Diffstat (limited to 'games/liblcf')
-rw-r--r--games/liblcf/Makefile6
-rw-r--r--games/liblcf/distinfo6
-rw-r--r--games/liblcf/files/patch-CMakeLists.txt11
-rw-r--r--games/liblcf/files/patch-src_reader__util.cpp15
-rw-r--r--games/liblcf/pkg-plist5
5 files changed, 9 insertions, 34 deletions
diff --git a/games/liblcf/Makefile b/games/liblcf/Makefile
index 05fe1ec22c60..f4b2b20ecb41 100644
--- a/games/liblcf/Makefile
+++ b/games/liblcf/Makefile
@@ -1,6 +1,5 @@
PORTNAME= liblcf
-PORTVERSION= 0.8
-PORTREVISION= 2
+PORTVERSION= 0.8.1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
@@ -12,7 +11,8 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libicui18n.so:devel/icu \
- libexpat.so:textproc/expat2
+ libexpat.so:textproc/expat2 \
+ libinih.so:devel/inih
USE_GITHUB= yes
GH_ACCOUNT= EasyRPG
diff --git a/games/liblcf/distinfo b/games/liblcf/distinfo
index 304bda9b64fb..4f62675ad298 100644
--- a/games/liblcf/distinfo
+++ b/games/liblcf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683027953
-SHA256 (EasyRPG-liblcf-0.8_GH0.tar.gz) = aa5664145842a39442e9bbf178273e91816d6d6bf6db7347196bde518dfb431e
-SIZE (EasyRPG-liblcf-0.8_GH0.tar.gz) = 305885
+TIMESTAMP = 1744034573
+SHA256 (EasyRPG-liblcf-0.8.1_GH0.tar.gz) = 5ec89082d54f1a29d23fed54de70acab4375036d57828ff0fc7a88b81833d40f
+SIZE (EasyRPG-liblcf-0.8.1_GH0.tar.gz) = 310671
diff --git a/games/liblcf/files/patch-CMakeLists.txt b/games/liblcf/files/patch-CMakeLists.txt
deleted file mode 100644
index 2bedc9ae689c..000000000000
--- a/games/liblcf/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2023-04-29 15:40:07 UTC
-+++ CMakeLists.txt
-@@ -21,7 +21,7 @@ include(ConfigureWindows)
- include(ConfigureWindows)
-
- # C++14 is required
--set(CMAKE_CXX_STANDARD 14)
-+set(CMAKE_CXX_STANDARD 17)
- set(CMAKE_CXX_STANDARD_REQUIRED ON)
- set(CMAKE_CXX_EXTENSIONS ON)
-
diff --git a/games/liblcf/files/patch-src_reader__util.cpp b/games/liblcf/files/patch-src_reader__util.cpp
deleted file mode 100644
index ce8c058ca3b2..000000000000
--- a/games/liblcf/files/patch-src_reader__util.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/reader_util.cpp.orig 2015-09-14 08:49:23 UTC
-+++ src/reader_util.cpp
-@@ -310,11 +310,7 @@ std::string ReaderUtil::Recode(const std
- size_t dst_size = str_to_encode.size() * 5 + 10;
- char *dst = new char[dst_size];
- size_t dst_left = dst_size;
--# ifdef ICONV_CONST
-- char ICONV_CONST *p = src;
--# else
-- char *p = src;
--# endif
-+ char const *p = src;
- char *q = dst;
- size_t status = iconv(cd, &p, &src_left, &q, &dst_left);
- iconv_close(cd);
diff --git a/games/liblcf/pkg-plist b/games/liblcf/pkg-plist
index 5b6c0259e40e..31c1739204b4 100644
--- a/games/liblcf/pkg-plist
+++ b/games/liblcf/pkg-plist
@@ -9,7 +9,6 @@ include/lcf/dbstring.h
include/lcf/encoder.h
include/lcf/enum_tags.h
include/lcf/flag_set.h
-include/lcf/ini.h
include/lcf/inireader.h
include/lcf/ldb/chunks.h
include/lcf/ldb/reader.h
@@ -17,6 +16,7 @@ include/lcf/lmt/chunks.h
include/lcf/lmt/reader.h
include/lcf/lmu/chunks.h
include/lcf/lmu/reader.h
+include/lcf/log_handler.h
include/lcf/lsd/chunks.h
include/lcf/lsd/reader.h
include/lcf/reader_lcf.h
@@ -80,6 +80,7 @@ include/lcf/rpg/skill.h
include/lcf/rpg/sound.h
include/lcf/rpg/start.h
include/lcf/rpg/state.h
+include/lcf/rpg/stringvariable.h
include/lcf/rpg/switch.h
include/lcf/rpg/system.h
include/lcf/rpg/terms.h
@@ -96,9 +97,9 @@ include/lcf/scope_guard.h
include/lcf/span.h
include/lcf/string_view.h
include/lcf/third_party/span.h
-include/lcf/third_party/string_view.h
include/lcf/writer_lcf.h
include/lcf/writer_xml.h
+lib/cmake/liblcf/Findinih.cmake
lib/cmake/liblcf/liblcf-config-version.cmake
lib/cmake/liblcf/liblcf-config.cmake
lib/cmake/liblcf/liblcf-targets-%%CMAKE_BUILD_TYPE%%.cmake