Hi,
Pekwm got new minor release containing fixes. It adds a new
configuration option which allows us to remove local doc patch. With quick test
seems to be working ok here on amd64.
Timo
diff 31bccecebaefd3b23c4e4dac76105b5dd0ae1159 /usr/ports
blob - 0889f2f13c04067e4828c8c973f6478c5a6c7663
file + x11/pekwm/Makefile
--- x11/pekwm/Makefile
+++ x11/pekwm/Makefile
@@ -3,7 +3,7 @@
COMMENT= aewm++ based pretty themable window manager
DISTNAME= pekwm-${V}
-V= 0.2.0
+V= 0.2.1
CATEGORIES= x11
HOMEPAGE= https://www.pekwm.se/
@@ -26,6 +26,7 @@ LIB_DEPENDS= graphics/jpeg \
MODULES= devel/cmake
CONFIGURE_ARGS= -DCMAKE_INSTALL_SYSCONFDIR=${SYSCONFDIR} \
+ -DCMAKE_INSTALL_FULL_MANDIR=${PREFIX}/man \
-DAWK=/usr/bin/awk \
-DSED=/usr/bin/sed \
-DSH=/bin/sh \
blob - 2bc5d49abf9efdef3281c086653d0779dd9b7c68
file + x11/pekwm/distinfo
--- x11/pekwm/distinfo
+++ x11/pekwm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pekwm-0.2.0.tar.gz) = KFZVUN29JPsrdi8eA+CopGaEPcl6gxBlAYoFHnJAZR4=
-SIZE (pekwm-0.2.0.tar.gz) = 938147
+SHA256 (pekwm-0.2.1.tar.gz) = AV5uud/8gW+i1Km4yzRaUolPTcpaAdBhLzAkLbh+DlA=
+SIZE (pekwm-0.2.1.tar.gz) = 943072
blob - 13b4c9553045c050e7ea0fa097bc14827c2035cb
file + x11/pekwm/patches/patch-CMakeLists_txt
--- x11/pekwm/patches/patch-CMakeLists_txt
+++ x11/pekwm/patches/patch-CMakeLists_txt
@@ -3,7 +3,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.1 2021/11/19 21:15:
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -65,6 +65,7 @@ int main() { std::stof(\"42.0\"); }
+@@ -67,6 +67,7 @@ int main() { std::stof(\"42.0\"); }
set(CMAKE_CXX_FLAGS ${orig_CMAKE_CXX_FLAGS})
# Look for platform specific methods
blob - e3e6c81d5a9df99b6c7d40fadaa4dcfcc82a31b0
file + /dev/null
--- x11/pekwm/patches/patch-doc_CMakeLists_txt
+++ /dev/null
@@ -1,11 +0,0 @@
-$OpenBSD: patch-doc_CMakeLists_txt,v 1.1 2021/11/19 21:15:51 op Exp $
-
-Index: doc/CMakeLists.txt
---- doc/CMakeLists.txt.orig
-+++ doc/CMakeLists.txt
-@@ -13,4 +13,4 @@ endif (ENABLE_IMAGE_PNG AND PNG_FOUND)
-
- install(FILES
- ${manpages}
-- DESTINATION share/man/man1)
-+ DESTINATION man/man1)