pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wayland
Module Name: pkgsrc
Committed By: wiz
Date: Fri Aug 29 21:42:11 UTC 2025
Modified Files:
pkgsrc/devel/wayland: Makefile
Log Message:
wayland: libxslt is only a tool dependency
but libxml2 is a runtime one
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/wayland/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/wayland/Makefile
diff -u pkgsrc/devel/wayland/Makefile:1.29 pkgsrc/devel/wayland/Makefile:1.30
--- pkgsrc/devel/wayland/Makefile:1.29 Thu Apr 17 21:50:33 2025
+++ pkgsrc/devel/wayland/Makefile Fri Aug 29 21:42:11 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2025/04/17 21:50:33 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/08/29 21:42:11 wiz Exp $
DISTNAME= wayland-1.23.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= devel
MASTER_SITES= https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PKGVERSION_NOREV}/downloads/
EXTRACT_SUFX= .tar.xz
@@ -11,6 +11,8 @@ HOMEPAGE= https://wayland.freedesktop.or
COMMENT= Display server protocol - development libraries
LICENSE= mit
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
@@ -44,5 +46,5 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.libepoll
.endif
.include "../../devel/libffi/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index