pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/kapidox kapidox: don't try and use cmake RUNT...
details: https://anonhg.NetBSD.org/pkgsrc/rev/31987742ccf9
branches: trunk
changeset: 386319:31987742ccf9
user: markd <markd%pkgsrc.org@localhost>
date: Thu Oct 06 01:30:02 2022 +0000
description:
kapidox: don't try and use cmake RUNTIME_DEPENDENCY_SET feature
its not defined for all platforms and package doesn't actually need it
anyway.
diffstat:
textproc/kapidox/Makefile | 5 +++--
textproc/kapidox/distinfo | 3 ++-
textproc/kapidox/patches/patch-CMakeLists.txt | 13 +++++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (49 lines):
diff -r 6f1d1ddecd9d -r 31987742ccf9 textproc/kapidox/Makefile
--- a/textproc/kapidox/Makefile Thu Oct 06 00:51:49 2022 +0000
+++ b/textproc/kapidox/Makefile Thu Oct 06 01:30:02 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/06/30 11:18:54 nia Exp $
+# $NetBSD: Makefile,v 1.11 2022/10/06 01:30:02 markd Exp $
DISTNAME= kapidox-${KF5VER}
-PKGREVISION= 1
CATEGORIES= textproc
HOMEPAGE= https://community.kde.org/Frameworks
@@ -11,6 +10,8 @@
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+INSTALL_DIRS= # dont do cmake install, only python
+
.include "../../meta-pkgs/kde/kf5.mk"
.include "../../lang/python/egg.mk"
diff -r 6f1d1ddecd9d -r 31987742ccf9 textproc/kapidox/distinfo
--- a/textproc/kapidox/distinfo Thu Oct 06 00:51:49 2022 +0000
+++ b/textproc/kapidox/distinfo Thu Oct 06 01:30:02 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.15 2022/09/29 01:18:44 markd Exp $
+$NetBSD: distinfo,v 1.16 2022/10/06 01:30:02 markd Exp $
BLAKE2s (kapidox-5.98.0.tar.xz) = f5b9c1fe1f5f7c16d65b80203c418c717a1a6fdb66b0ccf313347df93a04859c
SHA512 (kapidox-5.98.0.tar.xz) = ff93ccc275dd1f123c12176354356458d3e5d1ebb17eb66854db241639a70bdf9d3a7cfdadff459396cd90fc45f32b878b957529d45b2d2dbff2a08dc9ce7f59
Size (kapidox-5.98.0.tar.xz) = 198520 bytes
+SHA1 (patch-CMakeLists.txt) = 515541125a0c1f52874fc13a94e3bab8b5f2304a
diff -r 6f1d1ddecd9d -r 31987742ccf9 textproc/kapidox/patches/patch-CMakeLists.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/kapidox/patches/patch-CMakeLists.txt Thu Oct 06 01:30:02 2022 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2022/10/06 01:30:02 markd Exp $
+
+Not needed by pkgsrc and RUNTIME_DEPENDENCY_SET is not defined for all
+platforms
+
+--- CMakeLists.txt.orig 2022-08-17 11:35:47.000000000 +0000
++++ CMakeLists.txt
+@@ -18,4 +18,4 @@ if(DO_BOOTSTRAP)
+ endif()
+
+ # A dummy install part to fulfill needs of kdesrc-build and possible make installs
+-install(RUNTIME_DEPENDENCY_SET kapidox OPTIONAL)
++#install(RUNTIME_DEPENDENCY_SET kapidox OPTIONAL)
Home |
Main Index |
Thread Index |
Old Index