diff --git a/games/liblcf/Makefile b/games/liblcf/Makefile index 05fe1ec22c60..f4b2b20ecb41 100644 --- a/games/liblcf/Makefile +++ b/games/liblcf/Makefile @@ -1,34 +1,34 @@ PORTNAME= liblcf -PORTVERSION= 0.8 -PORTREVISION= 2 +PORTVERSION= 0.8.1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to handle RPG Maker 2000/2003 and EasyRPG projects WWW= https://easyrpg.org/ \ https://github.com/EasyRPG/liblcf 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 USES= cmake compiler:c++14-lang pkgconfig shared-mime-info USE_LDCONFIG= yes CMAKE_OFF= LIBLCF_UPDATE_MIMEDB PORTDOCS= AUTHORS.md README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include 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 @@ -1,109 +1,110 @@ bin/lcf2xml bin/lcfstrings include/lcf/config.h include/lcf/context.h include/lcf/dbarray.h include/lcf/dbarrayalloc.h include/lcf/dbbitarray.h 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 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 include/lcf/reader_util.h include/lcf/reader_xml.h include/lcf/rpg/actor.h include/lcf/rpg/animation.h include/lcf/rpg/animationcelldata.h include/lcf/rpg/animationframe.h include/lcf/rpg/animationtiming.h include/lcf/rpg/attribute.h include/lcf/rpg/battlecommand.h include/lcf/rpg/battlecommands.h include/lcf/rpg/battleranimation.h include/lcf/rpg/battleranimationitemskill.h include/lcf/rpg/battleranimationpose.h include/lcf/rpg/battleranimationweapon.h include/lcf/rpg/chipset.h include/lcf/rpg/class.h include/lcf/rpg/commonevent.h include/lcf/rpg/database.h include/lcf/rpg/encounter.h include/lcf/rpg/enemy.h include/lcf/rpg/enemyaction.h include/lcf/rpg/equipment.h include/lcf/rpg/event.h include/lcf/rpg/eventcommand.h include/lcf/rpg/eventpage.h include/lcf/rpg/eventpagecondition.h include/lcf/rpg/fwd.h include/lcf/rpg/item.h include/lcf/rpg/learning.h include/lcf/rpg/map.h include/lcf/rpg/mapinfo.h include/lcf/rpg/movecommand.h include/lcf/rpg/moveroute.h include/lcf/rpg/music.h include/lcf/rpg/parameters.h include/lcf/rpg/rect.h include/lcf/rpg/save.h include/lcf/rpg/saveactor.h include/lcf/rpg/savecommonevent.h include/lcf/rpg/saveeasyrpgdata.h include/lcf/rpg/saveeasyrpgtext.h include/lcf/rpg/saveeasyrpgwindow.h include/lcf/rpg/saveeventexecframe.h include/lcf/rpg/saveeventexecstate.h include/lcf/rpg/saveinventory.h include/lcf/rpg/savemapevent.h include/lcf/rpg/savemapeventbase.h include/lcf/rpg/savemapinfo.h include/lcf/rpg/savepanorama.h include/lcf/rpg/savepartylocation.h include/lcf/rpg/savepicture.h include/lcf/rpg/savescreen.h include/lcf/rpg/savesystem.h include/lcf/rpg/savetarget.h include/lcf/rpg/savetitle.h include/lcf/rpg/savevehiclelocation.h 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 include/lcf/rpg/terrain.h include/lcf/rpg/testbattler.h include/lcf/rpg/treemap.h include/lcf/rpg/troop.h include/lcf/rpg/troopmember.h include/lcf/rpg/trooppage.h include/lcf/rpg/trooppagecondition.h include/lcf/rpg/variable.h include/lcf/saveopt.h 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 lib/cmake/liblcf/liblcf-targets.cmake lib/liblcf.so lib/liblcf.so.0 libdata/pkgconfig/liblcf.pc share/mime/packages/liblcf.xml