pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXxf86dga



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 07:00:04 UTC 2026

Modified Files:
        pkgsrc/x11/libXxf86dga: Makefile

Log Message:
libXxf86dga: fix pkg-config file

Remove autoconf leftovers.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libXxf86dga/Makefile

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

Modified files:

Index: pkgsrc/x11/libXxf86dga/Makefile
diff -u pkgsrc/x11/libXxf86dga/Makefile:1.21 pkgsrc/x11/libXxf86dga/Makefile:1.22
--- pkgsrc/x11/libXxf86dga/Makefile:1.21        Mon Jan 26 10:36:07 2026
+++ pkgsrc/x11/libXxf86dga/Makefile     Sun Feb  8 07:00:04 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2026/01/26 10:36:07 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/08 07:00:04 wiz Exp $
 
 DISTNAME=              libXxf86dga-1.1.7
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz
@@ -11,9 +12,10 @@ COMMENT=             Library for the XFree86-DGA X 
 
 USE_TOOLS+=            pkg-config
 
-PKGCONFIG_OVERRIDE+=   xxf86dga.pc.in
+PKGCONFIG_OVERRIDE+=   output/meson-private/xxf86dga.pc
+
+PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
-.include "../../meta-pkgs/modular-xorg/hacks.mk"
 .include "../../devel/meson/build.mk"
 BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index