pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/osv-scanner



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Feb 27 20:35:35 UTC 2023

Modified Files:
        pkgsrc/security/osv-scanner: Makefile

Log Message:
osv-scanner: allow use of the C compiler

With Go 1.20, some code now needs to compile some cgo code that didn't in
older versions.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/osv-scanner/Makefile

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

Modified files:

Index: pkgsrc/security/osv-scanner/Makefile
diff -u pkgsrc/security/osv-scanner/Makefile:1.4 pkgsrc/security/osv-scanner/Makefile:1.5
--- pkgsrc/security/osv-scanner/Makefile:1.4    Thu Feb 16 15:02:00 2023
+++ pkgsrc/security/osv-scanner/Makefile        Mon Feb 27 20:35:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/02/16 15:02:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/27 20:35:35 bsiegert Exp $
 
 DISTNAME=      osv-scanner-1.0.1
 PKGREVISION=   2
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/google/osv-
 COMMENT=       Vulnerability scanner written using the OSV project
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= # none
+USE_LANGUAGES= c # go
 
 .include "go-modules.mk"
 .include "../../lang/go/go-module.mk"



Home | Main Index | Thread Index | Old Index