pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/restish restish: remove USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/187ae24df4b4
branches:  trunk
changeset: 377284:187ae24df4b4
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Apr 18 18:47:47 2022 +0000

description:
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.

diffstat:

 www/restish/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 51e57f571266 -r 187ae24df4b4 www/restish/Makefile
--- a/www/restish/Makefile      Mon Apr 18 18:43:07 2022 +0000
+++ b/www/restish/Makefile      Mon Apr 18 18:47:47 2022 +0000
@@ -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 @@
 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