pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/hugo www/hugo: Explain why this needs old go



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6b1ab114812
branches:  trunk
changeset: 389804:f6b1ab114812
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Dec 10 12:16:45 2022 +0000

description:
www/hugo: Explain why this needs old go

diffstat:

 www/hugo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 16463734a5c7 -r f6b1ab114812 www/hugo/Makefile
--- a/www/hugo/Makefile Sat Dec 10 10:57:17 2022 +0000
+++ b/www/hugo/Makefile Sat Dec 10 12:16:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2022/12/08 16:14:19 bsiegert Exp $
+# $NetBSD: Makefile,v 1.69 2022/12/10 12:16:45 gdt Exp $
 
 DISTNAME=      hugo-0.101.0
 PKGNAME=       go-${DISTNAME}
@@ -14,6 +14,7 @@
 LICENSE=       apache-2.0
 
 GO_BUILD_PATTERN=      -tags "extended"
+# go-quic does not support 1.19
 GO_VERSION_DEFAULT=    118
 
 MAKE_ENV+=     "CGO_ENABLED=1"



Home | Main Index | Thread Index | Old Index