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:           Fri Mar 13 11:16:59 UTC 2020

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

Log Message:
modular-xorg-server: skip portability check hw/xquartz/bundle/mk_bundke.sh


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/x11/modular-xorg-server/Makefile.common:1.35
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.34 Sat Jan 18 23:35:54 2020
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Fri Mar 13 11:16:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2020/01/18 23:35:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.35 2020/03/13 11:16:59 tnn Exp $
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 # used by x11/modular-xorg-xwayland/Makefile
@@ -16,6 +16,8 @@ USE_LIBTOOL=  yes
 USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES+=        c99
 
+CHECK_PORTABILITY_SKIP+=       hw/xquartz/bundle/mk_bundke.sh
+
 PKGCONFIG_OVERRIDE+=   xorg-server.pc.in
 SHLIBTOOL_OVERRIDE=    # empty
 



Home | Main Index | Thread Index | Old Index