pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/zycore-c
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Feb 27 17:47:23 UTC 2026
Modified Files:
pkgsrc/devel/zycore-c: Makefile distinfo
Added Files:
pkgsrc/devel/zycore-c/patches: patch-CMakeLists.txt
Log Message:
devel/zycore-c: Fix install stage when doxygen is installed
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/zycore-c/Makefile \
pkgsrc/devel/zycore-c/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/zycore-c/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/zycore-c/Makefile
diff -u pkgsrc/devel/zycore-c/Makefile:1.1 pkgsrc/devel/zycore-c/Makefile:1.2
--- pkgsrc/devel/zycore-c/Makefile:1.1 Thu Feb 26 22:51:44 2026
+++ pkgsrc/devel/zycore-c/Makefile Fri Feb 27 17:47:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/02/26 22:51:44 alnsn Exp $
+# $NetBSD: Makefile,v 1.2 2026/02/27 17:47:22 ryoon Exp $
DISTNAME= zycore-c-1.5.1
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -14,6 +14,7 @@ USE_LANGUAGES= c
CMAKE_CONFIGURE_ARGS+= -DZYAN_NO_LIBC=OFF
CMAKE_CONFIGURE_ARGS+= -DZYCORE_BUILD_SHARED_LIB=ON
+CMAKE_CONFIGURE_ARGS+= -DENABLE_DOCS=NO
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/zycore-c/distinfo
diff -u pkgsrc/devel/zycore-c/distinfo:1.1 pkgsrc/devel/zycore-c/distinfo:1.2
--- pkgsrc/devel/zycore-c/distinfo:1.1 Thu Feb 26 22:51:44 2026
+++ pkgsrc/devel/zycore-c/distinfo Fri Feb 27 17:47:22 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2026/02/26 22:51:44 alnsn Exp $
+$NetBSD: distinfo,v 1.2 2026/02/27 17:47:22 ryoon Exp $
BLAKE2s (zycore-c-1.5.1.tar.gz) = 296163f3692361508501865be360cda2f65cfc74af14b9955dc646c29a57900a
SHA512 (zycore-c-1.5.1.tar.gz) = e9afc9e9f30007d3adb4299edde1fcd5f45135415ed6fd78d64c5dc12d1930d61db11bde89964b34f28afebd9784e734cd2c90f0e846763f198e2e5cc6364874
Size (zycore-c-1.5.1.tar.gz) = 65182 bytes
+SHA1 (patch-CMakeLists.txt) = 94300066a76a139eb0e65eade84a7beda85192e8
Added files:
Index: pkgsrc/devel/zycore-c/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/zycore-c/patches/patch-CMakeLists.txt:1.1
--- /dev/null Fri Feb 27 17:47:23 2026
+++ pkgsrc/devel/zycore-c/patches/patch-CMakeLists.txt Fri Feb 27 17:47:23 2026
@@ -0,0 +1,22 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2026/02/27 17:47:23 ryoon Exp $
+
+* Doxygen use can be configured.
+
+--- CMakeLists.txt.orig 2026-02-27 00:46:43.001548134 +0000
++++ CMakeLists.txt
+@@ -227,6 +227,7 @@ install(DIRECTORY "include/" DESTINATION ${CMAKE_INSTA
+ # Doxygen documentation #
+ # =============================================================================================== #
+
++if (ENABLE_DOCS)
+ find_package(Doxygen)
+ if (DOXYGEN_FOUND)
+ set(DOXYGEN_GENERATE_MAN YES)
+@@ -241,6 +242,7 @@ if (DOXYGEN_FOUND)
+ DESTINATION "${CMAKE_INSTALL_MANDIR}/man3"
+ COMPONENT Documentation
+ )
++endif()
+ endif()
+
+ # =============================================================================================== #
Home |
Main Index |
Thread Index |
Old Index