pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/pixman x11/pixman: Disable building of demos and t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb071365642e
branches:  trunk
changeset: 355432:eb071365642e
user:      marino <marino%pkgsrc.org@localhost>
date:      Thu Dec 01 15:47:24 2016 +0000

description:
x11/pixman: Disable building of demos and test SUBDIRS

The products of the demos and test directories build are not packaged,
so skip them altogether.

ok wiz

diffstat:

 x11/pixman/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 417768558527 -r eb071365642e x11/pixman/Makefile
--- a/x11/pixman/Makefile       Thu Dec 01 15:28:57 2016 +0000
+++ b/x11/pixman/Makefile       Thu Dec 01 15:47:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2016/07/09 10:22:29 rillig Exp $
+# $NetBSD: Makefile,v 1.65 2016/12/01 15:47:24 marino Exp $
 
 DISTNAME=      pixman-0.34.0
 PKGREVISION=   1
@@ -22,4 +22,10 @@
 PKGCONFIG_OVERRIDE+=   pixman-1.pc.in
 PKGCONFIG_OVERRIDE+=   pixman-1-uninstalled.pc.in
 
+SUBST_CLASSES=         subdirs
+SUBST_STAGE.subdirs=   post-patch
+SUBST_FILES.subdirs=   Makefile.in
+SUBST_SED.subdirs=     -e "s|pixman demos test|pixman|"
+SUBST_MESSAGE.lbase=   Skip building demos and test SUBDIRS
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index