pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/at-spi2-core
Module Name: pkgsrc
Committed By: riastradh
Date: Sun Jan 12 19:23:00 UTC 2025
Modified Files:
pkgsrc/devel/at-spi2-core: Makefile buildlink3.mk options.mk
Log Message:
devel/at-spi2-core: Delint.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/at-spi2-core/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/at-spi2-core/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/at-spi2-core/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.54 pkgsrc/devel/at-spi2-core/Makefile:1.55
--- pkgsrc/devel/at-spi2-core/Makefile:1.54 Sun Jan 12 19:20:26 2025
+++ pkgsrc/devel/at-spi2-core/Makefile Sun Jan 12 19:23:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2025/01/12 19:20:26 riastradh Exp $
+# $NetBSD: Makefile,v 1.55 2025/01/12 19:23:00 riastradh Exp $
DISTNAME= at-spi2-core-2.54.0
PKGREVISION= 4
@@ -35,8 +35,8 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/autost
.if ${USE_CROSS_COMPILE:tl} == "yes"
TOOL_DEPENDS+= glib2-tools>=0:../../devel/glib2-tools
MESON_CROSS_BINARIES+= glib-genmarshal glib-mkenums
-MESON_CROSS_BINARY.glib-genmarshal+= ${TOOLBASE:Q}/bin/glib-genmarshal
-MESON_CROSS_BINARY.glib-mkenums+= ${TOOLBASE:Q}/bin/glib-mkenums
+MESON_CROSS_BINARY.glib-genmarshal= ${TOOLBASE}/bin/glib-genmarshal
+MESON_CROSS_BINARY.glib-mkenums= ${TOOLBASE}/bin/glib-mkenums
.endif
PYTHON_FOR_BUILD_ONLY= tool
Index: pkgsrc/devel/at-spi2-core/buildlink3.mk
diff -u pkgsrc/devel/at-spi2-core/buildlink3.mk:1.13 pkgsrc/devel/at-spi2-core/buildlink3.mk:1.14
--- pkgsrc/devel/at-spi2-core/buildlink3.mk:1.13 Sun Nov 17 07:15:28 2024
+++ pkgsrc/devel/at-spi2-core/buildlink3.mk Sun Jan 12 19:23:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2024/11/17 07:15:28 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2025/01/12 19:23:00 riastradh Exp $
BUILDLINK_TREE+= at-spi2-core
@@ -14,7 +14,7 @@ pkgbase:= at-spi2-core
.include "../../devel/glib2/buildlink3.mk"
-.if !empty(PKG_BUILD_OPTIONS.at-spi2-core:Mdbus)
+.if ${PKG_BUILD_OPTIONS.at-spi2-core:Mdbus}
.include "../../sysutils/dbus/buildlink3.mk"
.endif
Index: pkgsrc/devel/at-spi2-core/options.mk
diff -u pkgsrc/devel/at-spi2-core/options.mk:1.2 pkgsrc/devel/at-spi2-core/options.mk:1.3
--- pkgsrc/devel/at-spi2-core/options.mk:1.2 Sun Jan 12 19:20:26 2025
+++ pkgsrc/devel/at-spi2-core/options.mk Sun Jan 12 19:23:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2025/01/12 19:20:26 riastradh Exp $
+# $NetBSD: options.mk,v 1.3 2025/01/12 19:23:00 riastradh Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.at-spi2-core
@@ -21,7 +21,7 @@ PKG_SUGGESTED_OPTIONS= dbus ${${USE_CROS
PLIST_VARS+= dbus
PLIST_VARS+= introspection
-.if !empty(PKG_OPTIONS:Mdbus)
+.if ${PKG_OPTIONS:Mdbus}
PLIST.dbus= yes
#
Home |
Main Index |
Thread Index |
Old Index