pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
terraform: Include go-vars.mk before bsd.prefs.mk
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun May 8 00:21:28 2022 +0200
Changeset: ecc243d054d5ca00dcdb26d63e770411b1d54fe8
Modified Files:
terraform/version.mk
Log Message:
terraform: Include go-vars.mk before bsd.prefs.mk
When bsd.prefs.mk is included several go-vars.mk are overwritten...
include it before including bsd.prefs.mk as done by lang/go/version.mk
and other Go packages that have the same problem.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ecc243d054d5ca00dcdb26d63e770411b1d54fe8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
terraform/version.mk | 1 +
1 file changed, 1 insertion(+)
diffs:
diff --git a/terraform/version.mk b/terraform/version.mk
index b618b5c3f7..5925157480 100644
--- a/terraform/version.mk
+++ b/terraform/version.mk
@@ -6,6 +6,7 @@ TERRAFORM014_VERSION= 0.14.11
#TERRAFORM013_VERSION= TODO
#TERRAFORM012_VERSION= TODO
+.include "../../lang/go/go-vars.mk"
.include "../../mk/bsd.prefs.mk"
TERRAFORM_VERSION_DEFAULT?= 015
Home |
Main Index |
Thread Index |
Old Index