Thu Dec 1 15:47:24 2016 UTC ()
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


(marino)
diff -r1.64 -r1.65 pkgsrc/x11/pixman/Makefile

cvs diff -r1.64 -r1.65 pkgsrc/x11/pixman/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/pixman/Makefile 2016/07/09 10:22:29 1.64
+++ pkgsrc/x11/pixman/Makefile 2016/12/01 15:47:24 1.65
@@ -1,25 +1,31 @@ @@ -1,25 +1,31 @@
1# $NetBSD: Makefile,v 1.64 2016/07/09 10:22:29 rillig Exp $ 1# $NetBSD: Makefile,v 1.65 2016/12/01 15:47:24 marino Exp $
2 2
3DISTNAME= pixman-0.34.0 3DISTNAME= pixman-0.34.0
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 6MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Library of low-level pixel manipulation routines 11COMMENT= Library of low-level pixel manipulation routines
12LICENSE= mit 12LICENSE= mit
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15.if ${MACHINE_ARCH} == i386 15.if ${MACHINE_ARCH} == i386
16CONFIGURE_ARGS+= --disable-sse2 16CONFIGURE_ARGS+= --disable-sse2
17.endif 17.endif
18 18
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20USE_TOOLS+= pkg-config perl 20USE_TOOLS+= pkg-config perl
21 21
22PKGCONFIG_OVERRIDE+= pixman-1.pc.in 22PKGCONFIG_OVERRIDE+= pixman-1.pc.in
23PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in 23PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in
24 24
 25SUBST_CLASSES= subdirs
 26SUBST_STAGE.subdirs= post-patch
 27SUBST_FILES.subdirs= Makefile.in
 28SUBST_SED.subdirs= -e "s|pixman demos test|pixman|"
 29SUBST_MESSAGE.lbase= Skip building demos and test SUBDIRS
 30
25.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"