pkgsrc-WIP-changes archive

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

tuba: Comment out non-existent dep and add TODO about it



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Mar 29 07:32:43 2026 -0400
Changeset:	f66036e173029824ea2b5fbaf59206d3abc3eeb2

Modified Files:
	tuba/Makefile
	tuba/TODO

Log Message:
tuba: Comment out non-existent dep and add TODO about it

Makefile includes textproc/libspelling/buildlink3.mk, which does not
exist, causing lintpkgsrc to throw errors.  Comment it out, and add a
TODO to package it, and the re-enable.

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

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

diffstat:
 tuba/Makefile | 2 +-
 tuba/TODO     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/tuba/Makefile b/tuba/Makefile
index 6bf1de12ee..78367d0ee9 100644
--- a/tuba/Makefile
+++ b/tuba/Makefile
@@ -32,7 +32,7 @@ BUILDLINK_API_DEPENDS.libadwaita+=	libadwaita>=1.8
 .include "../../security/libsecret/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/libspelling/buildlink3.mk"
+#.include "../../textproc/libspelling/buildlink3.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../x11/gtksourceview5/buildlink3.mk"
diff --git a/tuba/TODO b/tuba/TODO
index 5c3cdb2dae..6a66d907db 100644
--- a/tuba/TODO
+++ b/tuba/TODO
@@ -1,3 +1,5 @@
 Needs some keyring support, read
 https://github.com/GeopJr/Tuba/wiki/keyring-issues
 and add missing dependencies?
+
+Import textproc/libspelling and uncomment bl3 line in Makefile.


Home | Main Index | Thread Index | Old Index