| raw e-mail | index | archive | help
diff --git a/databases/ejdb/Makefile b/databases/ejdb/Makefile index a9d103cac571..bf5e98b5ad38 100644 --- a/databases/ejdb/Makefile +++ b/databases/ejdb/Makefile @@ -3,6 +3,9 @@ PORTVERSION= 2.73 DISTVERSIONPREFIX= v CATEGORIES= databases +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 0bef7559e78041cdfb4320bbb18629b71f1fea41.patch:-p1 + MAINTAINER= danfe@FreeBSD.org COMMENT= Embeddable JSON database engine library WWW= https://ejdb.org/ diff --git a/databases/ejdb/distinfo b/databases/ejdb/distinfo index a2255b5bcdbb..5e09a1bbd9bb 100644 --- a/databases/ejdb/distinfo +++ b/databases/ejdb/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1668444172 SHA256 (Softmotions-ejdb-v2.73_GH0.tar.gz) = 1381af7790ce67f8005c380de2c90a1811619250d9d62e7cdb64547f27878484 SIZE (Softmotions-ejdb-v2.73_GH0.tar.gz) = 812748 +SHA256 (0bef7559e78041cdfb4320bbb18629b71f1fea41.patch) = bd805374218cbb05971e56355d5181e5353aa96e8c6f0c1b564dbdee759c450d +SIZE (0bef7559e78041cdfb4320bbb18629b71f1fea41.patch) = 10972 diff --git a/databases/iowow/Makefile b/databases/iowow/Makefile index 0e3150b2048b..d87a62f78034 100644 --- a/databases/iowow/Makefile +++ b/databases/iowow/Makefile @@ -1,5 +1,5 @@ PORTNAME= iowow -PORTVERSION= 1.4.17 +PORTVERSION= 1.4.18 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/iowow/distinfo b/databases/iowow/distinfo index 4f40d5bb38e4..67f161fe9a17 100644 --- a/databases/iowow/distinfo +++ b/databases/iowow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699892975 -SHA256 (Softmotions-iowow-v1.4.17_GH0.tar.gz) = 13a851026dbc1f31583fba96986e86e94a7554f9e7d38aa12a9ea5dbebdf328b -SIZE (Softmotions-iowow-v1.4.17_GH0.tar.gz) = 623827 +TIMESTAMP = 1713240171 +SHA256 (Softmotions-iowow-v1.4.18_GH0.tar.gz) = ef4ee56dd77ce326fff25b6f41e7d78303322cca3f11cf5683ce9abfda34faf9 +SIZE (Softmotions-iowow-v1.4.18_GH0.tar.gz) = 629208 diff --git a/databases/iowow/files/patch-src_CMakeLists.txt b/databases/iowow/files/patch-src_CMakeLists.txt index 43b5202787b1..a8126fb693f7 100644 --- a/databases/iowow/files/patch-src_CMakeLists.txt +++ b/databases/iowow/files/patch-src_CMakeLists.txt @@ -1,15 +1,24 @@ ---- src/CMakeLists.txt.orig 2019-03-29 16:56:25 UTC +--- src/CMakeLists.txt.orig 2024-04-16 04:02:51 UTC +++ src/CMakeLists.txt -@@ -164,7 +169,7 @@ endif() +@@ -184,7 +184,7 @@ list(REMOVE_DUPLICATES PROJECT_INCLUDE_DIRS) + include_directories(${PROJECT_INCLUDE_DIRS}) + + # -pg -no-pie +-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \ ++string(REGEX REPLACE " +" " " CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \ + -std=gnu11 -fsigned-char -pedantic \ + -Wfatal-errors -Wall -Wextra \ + -Wno-sign-compare -Wno-unused-parameter \ +@@ -211,7 +211,7 @@ endif() set(CMAKE_C_FLAGS_DEBUG "-O0 -g -ggdb -Werror -DDEBUG -D_DEBUG -UNDEBUG \ -Wno-unused-variable ${CMAKE_C_ASAN}") -set(CMAKE_C_FLAGS_RELEASE "-O3 -DNDEBUG ${CMAKE_C_ASAN}") +set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG ${CMAKE_C_ASAN}") set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELEASE} -g") + set(CMAKE_C_FLAGS_RELEASEWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO}") - -@@ -278,7 +283,6 @@ endif() +@@ -324,7 +324,6 @@ endif() install(FILES diff --git a/databases/iowow/pkg-plist b/databases/iowow/pkg-plist index a41bb3b76b90..fcee09f1a0f8 100644 --- a/databases/iowow/pkg-plist +++ b/databases/iowow/pkg-plist @@ -14,6 +14,7 @@ include/iowow/iwhmap.h include/iowow/iwini.h include/iowow/iwjson.h include/iowow/iwjson_internal.h +include/iowow/iwjsreg.h include/iowow/iwkv.h include/iowow/iwlog.h include/iowow/iwp.h @@ -29,6 +30,7 @@ include/iowow/iwutils.h include/iowow/iwuuid.h include/iowow/iwxstr.h include/iowow/murmur3.h +include/iowow/pthread_spin_lock_shim.h include/iowow/utf8proc.h include/iowow/wyhash.h include/iowow/wyhash32.h @@ -37,8 +39,8 @@ lib/libiowow.so lib/libiowow.so.1 lib/libiowow.so.%%VERSION%% libdata/pkgconfig/libiowow.pc -share/man/man3/iowow.3.gz %%DATADIR%%/iowow-exports-%%CMAKE_BUILD_TYPE%%.cmake %%DATADIR%%/iowow-exports.cmake %%DATADIR%%/iowow-static-exports-%%CMAKE_BUILD_TYPE%%.cmake %%DATADIR%%/iowow-static-exports.cmake +share/man/man3/iowow.3.gz
