pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/restish



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Apr 18 18:47:47 UTC 2022

Modified Files:
        pkgsrc/www/restish: Makefile

Log Message:
restish: remove USE_LANGUAGES

This allows running the C compiler for eventual cgo dependencies. I have seen
this as a spurious build failure with Go 1.18.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/restish/Makefile

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

Modified files:

Index: pkgsrc/www/restish/Makefile
diff -u pkgsrc/www/restish/Makefile:1.11 pkgsrc/www/restish/Makefile:1.12
--- pkgsrc/www/restish/Makefile:1.11    Wed Apr 13 07:50:56 2022
+++ pkgsrc/www/restish/Makefile Mon Apr 18 18:47:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/04/13 07:50:56 bsiegert Exp $
+# $NetBSD: Makefile,v 1.12 2022/04/18 18:47:47 bsiegert Exp $
 #
 # Changelog:
 # https://github.com/danielgtaylor/restish/releases/
@@ -14,8 +14,6 @@ HOMEPAGE=     https://rest.sh/
 COMMENT=       CLI for interacting with REST-ish HTTP APIs
 LICENSE=       mit
 
-USE_LANGUAGES= # none
-
 GO_BUILD_PATTERN=      .
 
 .include "go-modules.mk"



Home | Main Index | Thread Index | Old Index