pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/oauth2c



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

Modified Files:
        pkgsrc/security/oauth2c: Makefile

Log Message:
oauth2c: allow using the C compiler

With Go 1.20, which no longer delivers a compiled version of the standard
library, some code that did not need it now needs to compile some cgo code,
which needs a compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/oauth2c/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/oauth2c/Makefile
diff -u pkgsrc/security/oauth2c/Makefile:1.3 pkgsrc/security/oauth2c/Makefile:1.4
--- pkgsrc/security/oauth2c/Makefile:1.3        Thu Feb 16 15:02:01 2023
+++ pkgsrc/security/oauth2c/Makefile    Mon Feb 27 20:32:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/02/16 15:02:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2023/02/27 20:32:39 bsiegert Exp $
 
 DISTNAME=      oauth2c-1.1.0
 PKGREVISION=   2
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/cloudentity
 COMMENT=       User-friendly CLI for OAuth2
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= # none
+USE_LANGUAGES= c # go
 
 .include "go-modules.mk"
 



Home | Main Index | Thread Index | Old Index