pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

occt: Add TODO and fix trivial pkglint



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Oct 30 09:11:35 2025 -0400
Changeset:	811b82e172e50e34ed21045ec40e74f59267c14e

Modified Files:
	occt/buildlink3.mk
Added Files:
	occt/TODO

Log Message:
occt: Add TODO and fix trivial pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=811b82e172e50e34ed21045ec40e74f59267c14e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 occt/TODO          | 6 ++++++
 occt/buildlink3.mk | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/occt/TODO b/occt/TODO
new file mode 100644
index 0000000000..6d8fda6ff8
--- /dev/null
+++ b/occt/TODO
@@ -0,0 +1,6 @@
+  - Create COMMIT_MSG.
+  - bl3: Redo options (see `pkglint -e` output)
+  - options: Add comment about occt-draw with content for
+    mk/defaults/options.description
+  - Resolve rapidjson error message that stops build but apparently
+    does not break it (N10/amd64).
\ No newline at end of file
diff --git a/occt/buildlink3.mk b/occt/buildlink3.mk
index 099956db17..72e93f24cc 100644
--- a/occt/buildlink3.mk
+++ b/occt/buildlink3.mk
@@ -10,7 +10,7 @@ BUILDLINK_ABI_DEPENDS.occt?=	occt>=7.7.0nb1
 BUILDLINK_PKGSRCDIR.occt?=	../../wip/occt
 
 BUILDLINK_INCDIRS.occt+=	include/opencascade
-CMAKE_CONFIGURE_ARGS+=			-DOCC_INCLUDE_DIR=${BUILDLINK_PREFIX.occt}/include/opencascade
+CMAKE_CONFIGURE_ARGS+=		-DOCC_INCLUDE_DIR=${BUILDLINK_PREFIX.occt}/include/opencascade
 
 pkgbase := occt
 .include "../../mk/pkg-build-options.mk"


Home | Main Index | Thread Index | Old Index