pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 06:57:01 UTC 2026

Modified Files:
        pkgsrc/x11/libXres: Makefile

Log Message:
libXres: 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/libXres/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/libXres/Makefile
diff -u pkgsrc/x11/libXres/Makefile:1.21 pkgsrc/x11/libXres/Makefile:1.22
--- pkgsrc/x11/libXres/Makefile:1.21    Sun Sep 21 15:32:22 2025
+++ pkgsrc/x11/libXres/Makefile Sun Feb  8 06:57:01 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2025/09/21 15:32:22 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/08 06:57:01 wiz Exp $
 
 DISTNAME=              libXres-1.2.3
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz
@@ -11,14 +12,13 @@ COMMENT=            X Resource Information Extensi
 
 USE_TOOLS+=            pkg-config
 
-PKGCONFIG_OVERRIDE+=   xres.pc.in
+PKGCONFIG_OVERRIDE+=   output/meson-private/xres.pc
 
-CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
+PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
 X11_LIB_NAME?=         libXres
 .include "../../devel/meson/build.mk"
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
-.include "../../meta-pkgs/modular-xorg/hacks.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/xorgproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index