pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/xv
Module Name: pkgsrc
Committed By: chuck
Date: Fri Feb 6 14:28:38 UTC 2026
Modified Files:
pkgsrc/graphics/xv: Makefile
Log Message:
xv: add missing buildlink ref to x11/libXrandr
Rev 1.3 of patches/patch-xv.h pulled in support for XrandR from
forked upstream but did not add a buildlink dependency to x11/libXrandr.
This caused the build to fail with "No such file or directory"
when trying to include X11/extensions/Xrandr.h. Resolve by
including missing buildlink file.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/graphics/xv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/xv/Makefile
diff -u pkgsrc/graphics/xv/Makefile:1.105 pkgsrc/graphics/xv/Makefile:1.106
--- pkgsrc/graphics/xv/Makefile:1.105 Sat Aug 30 22:45:37 2025
+++ pkgsrc/graphics/xv/Makefile Fri Feb 6 14:28:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2025/08/30 22:45:37 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2026/02/06 14:28:38 chuck Exp $
DISTNAME= xv-3.10a
PKGREVISION= 33
@@ -68,6 +68,7 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index