pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Jun 27 10:42:38 UTC 2023

Modified Files:
        pkgsrc/x11/libFS: Makefile
        pkgsrc/x11/libXres: Makefile
        pkgsrc/x11/libXv: Makefile
        pkgsrc/x11/libXxf86dga: Makefile

Log Message:
x11: More --disable-malloc0returnsnull on NetBSD for cross-builds.

Unclear why so many things care to know in advance whether malloc(0)
returns null!


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/libFS/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libXres/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libXv/Makefile
cvs rdiff -u -r1.19 -r1.20 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/libFS/Makefile
diff -u pkgsrc/x11/libFS/Makefile:1.24 pkgsrc/x11/libFS/Makefile:1.25
--- pkgsrc/x11/libFS/Makefile:1.24      Wed Nov  9 13:14:20 2022
+++ pkgsrc/x11/libFS/Makefile   Tue Jun 27 10:42:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/11/09 13:14:20 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2023/06/27 10:42:38 riastradh Exp $
 
 DISTNAME=              libFS-1.0.9
 CATEGORIES=            x11 devel
@@ -15,6 +15,8 @@ USE_TOOLS+=           pkg-config
 
 PKGCONFIG_OVERRIDE+=   libfs.pc.in
 
+CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
+
 X11_LIB_NAME?=         libFS
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"

Index: pkgsrc/x11/libXres/Makefile
diff -u pkgsrc/x11/libXres/Makefile:1.19 pkgsrc/x11/libXres/Makefile:1.20
--- pkgsrc/x11/libXres/Makefile:1.19    Mon Dec  5 08:50:26 2022
+++ pkgsrc/x11/libXres/Makefile Tue Jun 27 10:42:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/12/05 08:50:26 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/06/27 10:42:38 riastradh Exp $
 
 DISTNAME=              libXres-1.2.2
 CATEGORIES=            x11
@@ -15,6 +15,8 @@ USE_TOOLS+=           pkg-config
 
 PKGCONFIG_OVERRIDE+=   xres.pc.in
 
+CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
+
 X11_LIB_NAME?=         libXres
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"

Index: pkgsrc/x11/libXv/Makefile
diff -u pkgsrc/x11/libXv/Makefile:1.22 pkgsrc/x11/libXv/Makefile:1.23
--- pkgsrc/x11/libXv/Makefile:1.22      Mon Dec  5 08:53:14 2022
+++ pkgsrc/x11/libXv/Makefile   Tue Jun 27 10:42:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/12/05 08:53:14 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/06/27 10:42:38 riastradh Exp $
 
 DISTNAME=              libXv-1.0.12
 CATEGORIES=            x11
@@ -14,6 +14,8 @@ PKGCONFIG_OVERRIDE+=  xv.pc.in
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
+CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
+
 X11_LIB_NAME?=         libXv
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"

Index: pkgsrc/x11/libXxf86dga/Makefile
diff -u pkgsrc/x11/libXxf86dga/Makefile:1.19 pkgsrc/x11/libXxf86dga/Makefile:1.20
--- pkgsrc/x11/libXxf86dga/Makefile:1.19        Mon Dec  5 08:54:21 2022
+++ pkgsrc/x11/libXxf86dga/Makefile     Tue Jun 27 10:42:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/12/05 08:54:21 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/06/27 10:42:38 riastradh Exp $
 
 DISTNAME=              libXxf86dga-1.1.6
 CATEGORIES=            x11
@@ -13,6 +13,8 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 
+CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
+
 CONFIGURE_ENV+=                LIB_MAN_SUFFIX=3
 
 PKGCONFIG_OVERRIDE+=   xxf86dga.pc.in



Home | Main Index | Thread Index | Old Index