pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mongo-tools



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug  9 08:30:04 UTC 2023

Modified Files:
        pkgsrc/databases/mongo-tools: Makefile

Log Message:
mongo-tools: Include go-vars early to ensure all toolchain checks get
skipped before mk/ is included


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/mongo-tools/Makefile

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

Modified files:

Index: pkgsrc/databases/mongo-tools/Makefile
diff -u pkgsrc/databases/mongo-tools/Makefile:1.27 pkgsrc/databases/mongo-tools/Makefile:1.28
--- pkgsrc/databases/mongo-tools/Makefile:1.27  Sat Jul 29 11:52:55 2023
+++ pkgsrc/databases/mongo-tools/Makefile       Wed Aug  9 08:30:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/07/29 11:52:55 adam Exp $
+# $NetBSD: Makefile,v 1.28 2023/08/09 08:30:04 nia Exp $
 
 DISTNAME=      mongo-tools-100.7.4
 CATEGORIES=    databases
@@ -15,6 +15,10 @@ TOOL_DEPENDS+=       ${GO_PACKAGE_DEP}
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    pkg-config
 
+# Include this first so the proper flags get set for a go program before 
+# anything from mk/ checking the details of the toolchain is included.
+.include "../../lang/go/go-vars.mk"
+
 CHECK_PORTABILITY_SKIP=        vendor/go.mongodb.org/mongo-driver/etc/add-license.sh
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index