pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-webfakes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 18 16:04:27 UTC 2026

Modified Files:
        pkgsrc/www/R-webfakes: Makefile

Log Message:
R-webfakes: use gmake

to try fix Darwin build: "ar rcs libmbedtls.a " without arguments


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/R-webfakes/Makefile

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

Modified files:

Index: pkgsrc/www/R-webfakes/Makefile
diff -u pkgsrc/www/R-webfakes/Makefile:1.6 pkgsrc/www/R-webfakes/Makefile:1.7
--- pkgsrc/www/R-webfakes/Makefile:1.6  Thu Sep 17 20:23:53 2026
+++ pkgsrc/www/R-webfakes/Makefile      Fri Sep 18 16:04:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/09/17 20:23:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/09/18 16:04:27 wiz Exp $
 
 R_PKGNAME=     webfakes
 R_PKGVER=      1.5.0
@@ -29,7 +29,7 @@ TEST_DEPENDS+=        tex-url-[0-9]*:../../prin
 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= c
-USE_TOOLS+=    bash
+USE_TOOLS+=    bash gmake
 REPLACE_BASH+= inst/cert/localhost/generate.sh
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index