pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu May 12 19:55:54 UTC 2022

Modified Files:
        pkgsrc/x11/modular-xorg-xquartz: Makefile

Log Message:
modular-xorg-xquartz: needs font-util


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/modular-xorg-xquartz/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/modular-xorg-xquartz/Makefile
diff -u pkgsrc/x11/modular-xorg-xquartz/Makefile:1.16 pkgsrc/x11/modular-xorg-xquartz/Makefile:1.17
--- pkgsrc/x11/modular-xorg-xquartz/Makefile:1.16       Thu May 12 19:39:00 2022
+++ pkgsrc/x11/modular-xorg-xquartz/Makefile    Thu May 12 19:55:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/05/12 19:39:00 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2022/05/12 19:55:54 tnn Exp $
 
 DISTNAME=      modular-xorg-xquartz-1.20.99.1.20210408
 CATEGORIES=    x11
@@ -84,12 +84,16 @@ MAKE_ENV+=          OSX_SDK_PATH=${XCODE_SDK_PAT
 
 MESSAGE_SUBST+=                PREFIX=${PREFIX}
 
+CHECK_PORTABILITY_SKIP+=       test/scripts/*
+CHECK_PORTABILITY_SKIP+=       hw/xquartz/bundle/*
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -vif
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/xorg-util-macros/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/font-util/buildlink3.mk"
 .include "../../fonts/libfontenc/buildlink3.mk"
 .include "../../graphics/libepoxy/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index