pkgsrc-Bugs archive

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

PR/57902 CVS commit: pkgsrc/devel/meson



The following reply was made to PR pkg/57902; it has been noted by GNATS.

From: "Niclas Rosenvik" <nros%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57902 CVS commit: pkgsrc/devel/meson
Date: Sat, 3 Feb 2024 22:49:14 +0000

 Module Name:	pkgsrc
 Committed By:	nros
 Date:		Sat Feb  3 22:49:14 UTC 2024
 
 Modified Files:
 	pkgsrc/devel/meson: build.mk
 
 Log Message:
 devel/meson: stop meson from downloading dependencies
 As mentioned in PR pkg/57902 meson can download deps
 using git if the project is configured for it.
 Use the meson argument --wrap-mode=nodownload to
 disable this since the pkgsrc policy is that packages
 should not download things during the build.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/meson/build.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index