pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug  2 05:04:27 UTC 2025

Modified Files:
        pkgsrc/sysutils/dbus: Makefile

Log Message:
dbus: fix pkg-config file

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/sysutils/dbus/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.140 pkgsrc/sysutils/dbus/Makefile:1.141
--- pkgsrc/sysutils/dbus/Makefile:1.140 Fri Aug  1 20:58:51 2025
+++ pkgsrc/sysutils/dbus/Makefile       Sat Aug  2 05:04:27 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.140 2025/08/01 20:58:51 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2025/08/02 05:04:27 wiz Exp $
 
 DISTNAME=      dbus-1.16.2
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  https://dbus.freedesktop.org/releases/dbus/
 EXTRACT_SUFX=  .tar.xz
@@ -18,7 +19,8 @@ CONFLICTS+=   py27-dbus<0.71
 USE_TOOLS+=            msgfmt pkg-config
 USE_CC_FEATURES=       c99
 
-PKGCONFIG_OVERRIDE=    dbus-1.pc.in
+PKGCONFIG_OVERRIDE+=           output/meson-private/dbus-1.pc
+PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
 BUILD_DEFS+=           VARBASE PKG_SYSCONFBASE
 



Home | Main Index | Thread Index | Old Index