pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Jul 17 01:25:50 UTC 2022

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile.common

Log Message:
modular-xorg-server: fix CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/x11/modular-xorg-server/Makefile.common

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

Modified files:

Index: pkgsrc/x11/modular-xorg-server/Makefile.common
diff -u pkgsrc/x11/modular-xorg-server/Makefile.common:1.49 pkgsrc/x11/modular-xorg-server/Makefile.common:1.50
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.49 Fri Jul 15 20:39:49 2022
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Sun Jul 17 01:25:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2022/07/15 20:39:49 wiz Exp $
+# $NetBSD: Makefile.common,v 1.50 2022/07/17 01:25:50 tnn Exp $
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 # used by x11/modular-xorg-xwayland/Makefile
@@ -16,7 +16,7 @@ USE_LIBTOOL=  yes
 USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES+=        c99
 
-CHECK_PORTABILITY_SKIP+=       hw/xquartz/bundle/mk_bundke.sh
+CHECK_PORTABILITY_SKIP+=       hw/xquartz/bundle/*
 
 # Needed to load certain modules.
 RELRO_SUPPORTED=       partial



Home | Main Index | Thread Index | Old Index