pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/waf



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Dec 16 13:31:52 UTC 2019

Modified Files:
        pkgsrc/devel/waf: waf.mk

Log Message:
waf: When replacing the executable we generally actually want it installed


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/waf/waf.mk

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

Modified files:

Index: pkgsrc/devel/waf/waf.mk
diff -u pkgsrc/devel/waf/waf.mk:1.7 pkgsrc/devel/waf/waf.mk:1.8
--- pkgsrc/devel/waf/waf.mk:1.7 Mon Mar 25 14:09:55 2019
+++ pkgsrc/devel/waf/waf.mk     Mon Dec 16 13:31:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: waf.mk,v 1.7 2019/03/25 14:09:55 tnn Exp $
+# $NetBSD: waf.mk,v 1.8 2019/12/16 13:31:52 nia Exp $
 
 # XXX why does this does not respect the standard pkgsrc variables like
 # CONFIGURE_ENV et al?
@@ -28,6 +28,8 @@ WAF_ARGS+=            --mandir=${PREFIX}/${PKGMAND
 
 WAF_REPLACE_EXECUTABLE?=        yes
 .if !empty(WAF_REPLACE_EXECUTABLE:M[yY][eE][sS])
+TOOL_DEPENDS+= waf-[0-9]*:../../devel/waf
+
 post-extract:
        cp ${PREFIX}/bin/waf ${WRKSRC}
 .endif



Home | Main Index | Thread Index | Old Index