Date: Thu, 18 Apr 2024 19:08:11 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29d53fb4d8d9 - main - lang/go119: Remove expired port Message-ID: <202404181908.43IJ8B3a003453@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=29d53fb4d8d92501e1ccfd1e26195859bed62383 commit 29d53fb4d8d92501e1ccfd1e26195859bed62383 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-18 19:07:58 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-18 19:07:58 +0000 lang/go119: Remove expired port 2024-04-18 lang/go119: Upsrteam EOL reached on 2023-09-06 --- MOVED | 1 + lang/Makefile | 1 - lang/go119/Makefile | 23 --------- lang/go119/distinfo | 15 ------ .../patch-src_cmd_go_internal_modload_vendor.go | 11 ----- lang/go119/files/patch-src_os_file__unix.go | 55 ---------------------- 6 files changed, 1 insertion(+), 105 deletions(-) diff --git a/MOVED b/MOVED index 1b4f14dea6b0..930400a1222b 100644 --- a/MOVED +++ b/MOVED @@ -3190,3 +3190,4 @@ emulators/hugo||2024-04-18|Has expired: Unmaintained, last release in 2005 and u net-p2p/gtorrentviewer||2024-04-18|Has expired: Unmaintained, last release in 2004 and uses deprecated gtk2 net-im/tut||2024-04-18|Has expired: Requires deprecated lang/go119 net/gost||2024-04-18|Has expired: Requires deprecated lang/go119 +lang/go119||2024-04-18|Has expired: Upsrteam EOL reached on 2023-09-06 diff --git a/lang/Makefile b/lang/Makefile index ac3e7e835660..5fce6333d0a0 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -118,7 +118,6 @@ SUBDIR += gnustep-base SUBDIR += go SUBDIR += go-devel - SUBDIR += go119 SUBDIR += go120 SUBDIR += go121 SUBDIR += go122 diff --git a/lang/go119/Makefile b/lang/go119/Makefile deleted file mode 100644 index bbeeb1f59ab4..000000000000 --- a/lang/go119/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -DISTVERSION= 1.19.12 -# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel -PORTREVISION= 1 -MASTER_SITES= https://golang.org/dl/ \ - https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ - LOCAL/dmgk:bootstrap -DISTFILES= go${DISTVERSION}.src.tar.gz \ - go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-${BOOTSTRAP_TAG}.tar.xz:bootstrap - -# Avoid conflicting patch files -PATCHFILES= - -COMMENT= Go programming language - -DEPRECATED= Upsrteam EOL reached on 2023-09-06 -EXPIRATION_DATE= 2024-04-18 - -MASTERDIR= ${.CURDIR}/../go-devel -PATCHDIR= ${.CURDIR}/files -WRKSRC= ${WRKDIR}/go -DISTINFO_FILE= ${.CURDIR}/distinfo - -.include "${MASTERDIR}/Makefile" diff --git a/lang/go119/distinfo b/lang/go119/distinfo deleted file mode 100644 index 4339b7918413..000000000000 --- a/lang/go119/distinfo +++ /dev/null @@ -1,15 +0,0 @@ -TIMESTAMP = 1691094186 -SHA256 (go1.19.12.src.tar.gz) = ee5d50e0a7fd74ba1b137cb879609aaaef9880bf72b5d1742100e38ae72bb557 -SIZE (go1.19.12.src.tar.gz) = 26575152 -SHA256 (go-freebsd-arm64-go1.20.tar.xz) = 674e0a9bce8b64dcc085b000eb83ae880e96be1ee47dad6ec86c82dbe5550623 -SIZE (go-freebsd-arm64-go1.20.tar.xz) = 32640640 -SHA256 (go-freebsd-amd64-go1.20.tar.xz) = 170f612c4b8a59400f27d642aab37afa831fe2d6df3e7473dec2d4574a59a46c -SIZE (go-freebsd-amd64-go1.20.tar.xz) = 34684360 -SHA256 (go-freebsd-arm6-go1.20.tar.xz) = acf99dbb285c6d2b80e0abfe4bffd0d230516ea84d17be0d5bc1045809e3d33a -SIZE (go-freebsd-arm6-go1.20.tar.xz) = 33418476 -SHA256 (go-freebsd-arm7-go1.20.tar.xz) = 12dd61c802eada70380f0b4755656d82dbf228575c056775c682456380be5039 -SIZE (go-freebsd-arm7-go1.20.tar.xz) = 33346596 -SHA256 (go-freebsd-386-go1.20.tar.xz) = 34e888a37153270b33503a23885ea4c85ba4bd09849d2c937fc9d312c0f49983 -SIZE (go-freebsd-386-go1.20.tar.xz) = 35448892 -SHA256 (go-freebsd-riscv64-go1.20.tar.xz) = 010921013d24124ff31f4b1965456349547acf936572fc6e0bcf95a0542794bd -SIZE (go-freebsd-riscv64-go1.20.tar.xz) = 33807544 diff --git a/lang/go119/files/patch-src_cmd_go_internal_modload_vendor.go b/lang/go119/files/patch-src_cmd_go_internal_modload_vendor.go deleted file mode 100644 index 721bed32419f..000000000000 --- a/lang/go119/files/patch-src_cmd_go_internal_modload_vendor.go +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cmd/go/internal/modload/vendor.go.orig 2020-12-17 16:03:19 UTC -+++ src/cmd/go/internal/modload/vendor.go -@@ -133,7 +133,7 @@ func checkVendorConsistency() { - readVendorList() - - pre114 := false -- if semver.Compare(index.goVersionV, "v1.14") < 0 { -+ if semver.Compare(index.goVersionV, "v1.14") < 0 || (os.Getenv("GO_NO_VENDOR_CHECKS") == "1" && len(vendorMeta) == 0) { - // Go versions before 1.14 did not include enough information in - // vendor/modules.txt to check for consistency. - // If we know that we're on an earlier version, relax the consistency check. diff --git a/lang/go119/files/patch-src_os_file__unix.go b/lang/go119/files/patch-src_os_file__unix.go deleted file mode 100644 index 3f53fce01948..000000000000 --- a/lang/go119/files/patch-src_os_file__unix.go +++ /dev/null @@ -1,55 +0,0 @@ -From 21a3e299aad894f744292d8cf1db4120efb3651f Mon Sep 17 00:00:00 2001 -From: Yuval Pavel Zholkover <paulzhol@gmail.com> -Date: Sat, 30 Jul 2022 20:41:58 +0300 -Subject: [PATCH] os: only add file descriptors which are set to non-blocking mode to the netpoller - -Either ones where kind == kindNonBlock or those we've successfully called syscall.SetNonblock() on. -Restore blocking behavior if we detect an error registering with the netpoller and our flow was -successful in setting the inital syscall.SetNonblock(). - -Update #54100 - -Change-Id: I08934e4107c7fb36c15a7ca23ac880490b4df235 - ---- src/os/file_unix.go.orig 2022-08-01 22:45:57 UTC -+++ src/os/file_unix.go -@@ -168,18 +168,28 @@ func newFile(fd uintptr, name string, kind newFileKind - } - } - -- if err := f.pfd.Init("file", pollable); err != nil { -- // An error here indicates a failure to register -- // with the netpoll system. That can happen for -- // a file descriptor that is not supported by -- // epoll/kqueue; for example, disk files on -- // Linux systems. We assume that any real error -- // will show up in later I/O. -- } else if pollable { -- // We successfully registered with netpoll, so put -- // the file into nonblocking mode. -- if err := syscall.SetNonblock(fdi, true); err == nil { -+ clearNonBlock := false -+ if pollable { -+ if kind == kindNonBlock { - f.nonblock = true -+ } else if err := syscall.SetNonblock(fdi, true); err == nil { -+ f.nonblock = true -+ clearNonBlock = true -+ } else { -+ pollable = false -+ } -+ } -+ -+ // An error here indicates a failure to register -+ // with the netpoll system. That can happen for -+ // a file descriptor that is not supported by -+ // epoll/kqueue; for example, disk files on -+ // Linux systems. We assume that any real error -+ // will show up in later I/O. -+ // We do restore the blocking behavior if it was set by us. -+ if pollErr := f.pfd.Init("file", pollable); pollErr != nil && clearNonBlock { -+ if err := syscall.SetNonblock(fdi, false); err == nil { -+ f.nonblock = false - } - } -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404181908.43IJ8B3a003453>