pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
terraform: Add FIXME comment regarding TERRAFORMVERSSUFFIX
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun May 8 00:08:22 2022 +0200
Changeset: a6c630aaf5f6ab301cad21ae8126e486402fd7c0
Modified Files:
terraform/version.mk
Log Message:
terraform: Add FIXME comment regarding TERRAFORMVERSSUFFIX
TERRAFORMVERSSUFFIX should be defined dynamically based on
TERRAFORM_VERSION_DEFAULT or current terraform package that gets
installed (or maybe it should not be referenced in terraform*
packages).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6c630aaf5f6ab301cad21ae8126e486402fd7c0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
terraform/version.mk | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/terraform/version.mk b/terraform/version.mk
index a41857a42b..b618b5c3f7 100644
--- a/terraform/version.mk
+++ b/terraform/version.mk
@@ -10,6 +10,10 @@ TERRAFORM014_VERSION= 0.14.11
TERRAFORM_VERSION_DEFAULT?= 015
+# FIXME: This is used in `do-install:' target and should be fixed in order to be
+# FIXME: able to install different terraform version without adjusting
+# FIXME: TERRAFORM_VERSION_DEFAULT. In some way we need a mapping between
+# FIXME: TERRAFORM_VERSION and TERRAFORMVERSSUFFIX.
.if !empty(TERRAFORM_VERSION_DEFAULT)
TERRAFORMVERSSUFFIX= ${TERRAFORM_VERSION_DEFAULT}
.endif
Home |
Main Index |
Thread Index |
Old Index