FreeBSD Bugzilla – Attachment 250086 Details for
Bug 278367
[NEW PORT] www/tgpt: AI Chatbots in terminal without needing API keys
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update go version patch
update-go-version.patch (text/plain), 646 bytes, created by
Yusuf Yaman
on 2024-04-19 13:10:35 UTC
(
hide
)
Description:
update go version patch
Filename:
MIME Type:
Creator:
Yusuf Yaman
Created:
2024-04-19 13:10:35 UTC
Size:
646 bytes
patch
obsolete
>From c7b4a4e3627559faae2d4d2bb54beb7f299cbef7 Mon Sep 17 00:00:00 2001 >From: Yusuf Yaman <nxjoseph@protonmail.com> >Date: Fri, 19 Apr 2024 16:06:02 +0300 >Subject: [PATCH] Use go 1.21 because min/max builtin functions doesn't exist > in go 1.20 > >--- > www/tgpt/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/www/tgpt/Makefile b/www/tgpt/Makefile >index 082360498..470036e2d 100644 >--- a/www/tgpt/Makefile >+++ b/www/tgpt/Makefile >@@ -10,7 +10,7 @@ WWW= https://github.com/aandrew-me/tgpt > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= go >+USES= go:1.21 > > USE_GITHUB= yes > GH_ACCOUNT= aandrew-me >-- >2.44.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278367
:
249977
|
250000
|
250068
|
250086
|
250197