pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Feb  6 22:45:03 UTC 2025

Modified Files:
        pkgsrc/devel/deforaos-configure: deforaos-configure.mk
        pkgsrc/x11/deforaos-keyboard: Makefile

Log Message:
deforaos-keyboard: convert to deforaos-configure.mk

Bumps PKGREVISION.

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
    pkgsrc/devel/deforaos-configure/deforaos-configure.mk
cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/deforaos-keyboard/Makefile

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

Modified files:

Index: pkgsrc/devel/deforaos-configure/deforaos-configure.mk
diff -u pkgsrc/devel/deforaos-configure/deforaos-configure.mk:1.12 pkgsrc/devel/deforaos-configure/deforaos-configure.mk:1.13
--- pkgsrc/devel/deforaos-configure/deforaos-configure.mk:1.12  Tue Jun  6 12:40:36 2023
+++ pkgsrc/devel/deforaos-configure/deforaos-configure.mk       Thu Feb  6 22:45:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: deforaos-configure.mk,v 1.12 2023/06/06 12:40:36 riastradh Exp $
+# $NetBSD: deforaos-configure.mk,v 1.13 2025/02/06 22:45:03 khorben Exp $
 #
 # used by audio/deforaos-mixer/Makefile
 # used by databases/deforaos-libdatabase/Makefile
@@ -7,6 +7,7 @@
 # used by devel/deforaos-cpp/Makefile
 # used by sysutils/deforaos-browser/Makefile
 # used by www/deforaos-surfer/Makefile
+# used by x11/deforaos-keyboard/Makefile
 # used by x11/deforaos-libdesktop/Makefile
 # used by x11/deforaos-locker/Makefile
 # used by x11/deforaos-panel/Makefile

Index: pkgsrc/x11/deforaos-keyboard/Makefile
diff -u pkgsrc/x11/deforaos-keyboard/Makefile:1.39 pkgsrc/x11/deforaos-keyboard/Makefile:1.40
--- pkgsrc/x11/deforaos-keyboard/Makefile:1.39  Mon Jan 27 18:59:07 2025
+++ pkgsrc/x11/deforaos-keyboard/Makefile       Thu Feb  6 22:45:02 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2025/01/27 18:59:07 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2025/02/06 22:45:02 khorben Exp $
 #
 
 DISTNAME=      Keyboard-0.4.0
 PKGNAME=       deforaos-keyboard-0.4.0
-PKGREVISION=   15
+PKGREVISION=   16
 CATEGORIES=    x11
 MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Keyboard/
 
@@ -20,6 +20,7 @@ MAKE_FLAGS+=  PREFIX=${PREFIX}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 
+.include "../../devel/deforaos-configure/deforaos-configure.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../x11/deforaos-libdesktop/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index