pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
input-headers: use libopeninput/Makefile.common
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Tue Feb 24 12:52:49 2026 +0100
Changeset: d595630fcf6723ac44c93ccbfdd3e6726fc2e208
Modified Files:
input-headers/Makefile
Added Files:
input-headers/COMMIT_MSG
Log Message:
input-headers: use libopeninput/Makefile.common
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d595630fcf6723ac44c93ccbfdd3e6726fc2e208
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
input-headers/COMMIT_MSG | 5 +++++
input-headers/Makefile | 14 ++++----------
2 files changed, 9 insertions(+), 10 deletions(-)
diffs:
diff --git a/input-headers/COMMIT_MSG b/input-headers/COMMIT_MSG
new file mode 100644
index 0000000000..9d27e0a46a
--- /dev/null
+++ b/input-headers/COMMIT_MSG
@@ -0,0 +1,5 @@
+Add devel/input-headers
+
+The input header files from libopeninput to avoid
+circular dependency between libevdev-chunk and
+libopeninput.
diff --git a/input-headers/Makefile b/input-headers/Makefile
index 1791c54578..7f8fe6ac8c 100644
--- a/input-headers/Makefile
+++ b/input-headers/Makefile
@@ -1,15 +1,9 @@
# $NetBSD$
-DISTNAME= input-headers-1.26.2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=sizeofvoid/}
-GITHUB_PROJECT= libopeninput
-GITHUB_TAG= cf9699e76e41bf1b824c3820d06d36a2b0fbb8c1
-
-MAINTAINER= kikadf.01%gmail.com@localhost
-HOMEPAGE= https://github.com/sizeofvoid/libopeninput/tree/build-on-openbsd/
+.include "../../wip/libopeninput/Makefile.common"
+
+DISTNAME= input-headers-${VERSION}
COMMENT= Input headers from libopeninput
-LICENSE= mit
USE_TOOLS+= pax
WRKSRC= ${WRKDIR}/libopeninput-${GITHUB_TAG}
@@ -21,7 +15,7 @@ do-configure:
do-build:
do-install:
- cd ${WRKSRC}/include/linux && \
+ ${RUN} cd ${WRKSRC}/include/linux && \
${FIND} . -type f -name "*.h" -print | pax -rw -pmp ${DESTDIR}${PREFIX}/include/linux
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index