pkgsrc-WIP-changes archive

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

basu: ready



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Feb 24 13:50:33 2026 +0100
Changeset:	dddbf8b42d605a0f9e5809b21208d23b939155f2

Modified Files:
	basu/Makefile
Added Files:
	basu/COMMIT_MSG

Log Message:
basu: ready

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

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

diffstat:
 basu/COMMIT_MSG | 6 ++++++
 basu/Makefile   | 3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/basu/COMMIT_MSG b/basu/COMMIT_MSG
new file mode 100644
index 0000000000..b1f91c1357
--- /dev/null
+++ b/basu/COMMIT_MSG
@@ -0,0 +1,6 @@
+Add devel/basu
+
+The sd-bus library, extracted from systemd. Some projects
+rely on the sd-bus library for DBus support. However not
+all systems have systemd or elogind installed. This library
+provides just sd-bus (and the busctl utility).
diff --git a/basu/Makefile b/basu/Makefile
index 15c90ef09c..b32e88143c 100644
--- a/basu/Makefile
+++ b/basu/Makefile
@@ -17,9 +17,6 @@ REPLACE_PYTHON=	src/basic/generate-gperfs.py
 MESON_ARGS+=	-Daudit=disabled
 MESON_ARGS+=	-Dlibcap=disabled
 
-#CFLAGS+=		-O0 -g
-#INSTALL_UNSTRIPPED=	yes
-
 .include "../../devel/meson/build.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index