pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/spice-protocol



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 11:18:21 UTC 2021

Modified Files:
        pkgsrc/sysutils/spice-protocol: Makefile

Log Message:
spice-protocol: fix PKGCONFIG_OVERRIDE, set PYTHON_FOR_BUILD_ONLY

bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/spice-protocol/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/spice-protocol/Makefile
diff -u pkgsrc/sysutils/spice-protocol/Makefile:1.14 pkgsrc/sysutils/spice-protocol/Makefile:1.15
--- pkgsrc/sysutils/spice-protocol/Makefile:1.14        Sun Nov  1 19:35:42 2020
+++ pkgsrc/sysutils/spice-protocol/Makefile     Mon Apr 12 11:18:21 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/11/01 19:35:42 maya Exp $
+# $NetBSD: Makefile,v 1.15 2021/04/12 11:18:21 nia Exp $
 
 DISTNAME=      spice-protocol-0.14.3
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://spice-space.org/download/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -13,7 +14,10 @@ LICENSE=     modified-bsd AND mit
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= # none
 
-PKGCONFIG_OVERRIDE+=   spice-protocol.pc.in
+PKGCONFIG_OVERRIDE_STAGE=      pre-install
+PKGCONFIG_OVERRIDE+=           output/meson-private/spice-protocol.pc
+
+PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index