pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/pixman
Module Name: pkgsrc
Committed By: marino
Date: Thu Dec 1 15:47:24 UTC 2016
Modified Files:
pkgsrc/x11/pixman: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/x11/pixman/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/pixman/Makefile
diff -u pkgsrc/x11/pixman/Makefile:1.64 pkgsrc/x11/pixman/Makefile:1.65
--- pkgsrc/x11/pixman/Makefile:1.64 Sat Jul 9 10:22:29 2016
+++ pkgsrc/x11/pixman/Makefile Thu Dec 1 15:47:24 2016
@@ -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 @@ USE_TOOLS+= pkg-config perl
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