pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nancy



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Mar 20 08:33:47 UTC 2021

Modified Files:
        pkgsrc/devel/nancy: Makefile

Log Message:
nancy: add c to USE_LANGUAGES

One of the dependencies uses cgo. This fixes the build with Go 1.16.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/nancy/Makefile

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

Modified files:

Index: pkgsrc/devel/nancy/Makefile
diff -u pkgsrc/devel/nancy/Makefile:1.3 pkgsrc/devel/nancy/Makefile:1.4
--- pkgsrc/devel/nancy/Makefile:1.3     Fri Mar 19 17:36:59 2021
+++ pkgsrc/devel/nancy/Makefile Sat Mar 20 08:33:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/19 17:36:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/20 08:33:47 bsiegert Exp $
 
 GITHUB_PROJECT=        nancy
 GITHUB_TAG=    v1.0.5
@@ -15,7 +15,7 @@ COMMENT=      Golang module/dep vulnerability
 LICENSE=       apache-2.0
 
 WRKSRC=                ${WRKDIR}/nancy-1.0.5
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO} build -o nancy -v



Home | Main Index | Thread Index | Old Index