Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2023 18:04:36 -0400
From:      Adam Weinberger <adamw@adamw.org>
To:        Dmitri Goutnik <dmgk@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 90d39d628777 - main - all: Mark ports depending on go118 BROKEN
Message-ID:  <CAP7rwcgctRtMZ8=XiKKEWEdP7OMdmBGux6te0YKpma10%2BKnh9A@mail.gmail.com>
In-Reply-To: <202308041524.374FO9Lv025447@gitrepo.freebsd.org>
References:  <202308041524.374FO9Lv025447@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--00000000000009062806022016b4
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Fri, Aug 4, 2023 at 11:24=E2=80=AFAM Dmitri Goutnik <dmgk@freebsd.org> w=
rote:

> The branch main has been updated by dmgk:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=3D90d39d6287772846dd3170ab0add0=
6a6e143ada3
>
> commit 90d39d6287772846dd3170ab0add06a6e143ada3
> Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
> AuthorDate: 2023-08-04 15:16:16 +0000
> Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
> CommitDate: 2023-08-04 15:22:04 +0000
>
>     all: Mark ports depending on go118 BROKEN
>
>     go118 is out of support, lang/go118 is about to be removed.
> ---
>  net/ooni-probe-cli/Makefile | 2 ++
>  security/acmetool/Makefile  | 2 ++
>  security/xray-core/Makefile | 2 ++
>  3 files changed, 6 insertions(+)
>
> diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile
> index b6baa913fa61..9d195018feef 100644
> --- a/net/ooni-probe-cli/Makefile
> +++ b/net/ooni-probe-cli/Makefile
> @@ -11,6 +11,8 @@ WWW=3D          https://ooni.org/about/
>  LICENSE=3D       GPLv3
>  LICENSE_FILE=3D  ${WRKSRC}/LICENSE
>
> +BROKEN=3D                requires unsupported go1.18
> +
>  RUN_DEPENDS=3D   ca_root_nss>=3D0:security/ca_root_nss
>
>  USES=3D          go:1.18,modules
> diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile
> index 1183fd41bc99..8d65b1494e06 100644
> --- a/security/acmetool/Makefile
> +++ b/security/acmetool/Makefile
> @@ -10,6 +10,8 @@ WWW=3D          https://github.com/hlandau/acme/
>
>  LICENSE=3D       MIT
>
> +BROKEN=3D                requires unsupported go1.18
> +
>  USES=3D          go:1.18
>
>  USE_GITHUB=3D    yes
> diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile
> index a82c2fed6214..23dcebaab013 100644
> --- a/security/xray-core/Makefile
> +++ b/security/xray-core/Makefile
> @@ -11,6 +11,8 @@ WWW=3D          https://github.com/XTLS/Xray-core
>  LICENSE=3D       MPL20
>  LICENSE_FILE=3D  ${WRKSRC}/LICENSE
>
> +BROKEN=3D                requires unsupported go1.18
> +
>  USES=3D          go:1.18,modules
>
>  GO_PKGNAME=3D    github.com/${GH_ACCOUNT}/${PORTNAME}
> <http://github.com/$%7BGH_ACCOUNT%7D/$%7BPORTNAME%7D>;
>

Not to pile on (and seriously, thank you for taking care of marking these
BROKEN), but is it worth adding an EXPIRATION_DATE to these?

# Adam


--=20
Adam Weinberger
adamw@adamw.org
https://www.adamw.org

--00000000000009062806022016b4
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon=
t-family:arial,sans-serif">On Fri, Aug 4, 2023 at 11:24=E2=80=AFAM Dmitri G=
outnik &lt;<a href=3D"mailto:dmgk@freebsd.org">dmgk@freebsd.org</a>&gt; wro=
te:</div></div><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote"=
 style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);p=
adding-left:1ex">The branch main has been updated by dmgk:<br>
<br>
URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3D90d39d628777284=
6dd3170ab0add06a6e143ada3" rel=3D"noreferrer" target=3D"_blank">https://cgi=
t.FreeBSD.org/ports/commit/?id=3D90d39d6287772846dd3170ab0add06a6e143ada3</=
a><br>
<br>
commit 90d39d6287772846dd3170ab0add06a6e143ada3<br>
Author:=C2=A0 =C2=A0 =C2=A0Dmitri Goutnik &lt;dmgk@FreeBSD.org&gt;<br>
AuthorDate: 2023-08-04 15:16:16 +0000<br>
Commit:=C2=A0 =C2=A0 =C2=A0Dmitri Goutnik &lt;dmgk@FreeBSD.org&gt;<br>
CommitDate: 2023-08-04 15:22:04 +0000<br>
<br>
=C2=A0 =C2=A0 all: Mark ports depending on go118 BROKEN<br>
<br>
=C2=A0 =C2=A0 go118 is out of support, lang/go118 is about to be removed.<b=
r>
---<br>
=C2=A0net/ooni-probe-cli/Makefile | 2 ++<br>
=C2=A0security/acmetool/Makefile=C2=A0 | 2 ++<br>
=C2=A0security/xray-core/Makefile | 2 ++<br>
=C2=A03 files changed, 6 insertions(+)<br>
<br>
diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile<br>
index b6baa913fa61..9d195018feef 100644<br>
--- a/net/ooni-probe-cli/Makefile<br>
+++ b/net/ooni-probe-cli/Makefile<br>
@@ -11,6 +11,8 @@ WWW=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"https=
://ooni.org/about/" rel=3D"noreferrer" target=3D"_blank">https://ooni.org/a=
bout/</a><br>
=C2=A0LICENSE=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0GPLv3<br>
=C2=A0LICENSE_FILE=3D=C2=A0 ${WRKSRC}/LICENSE<br>
<br>
+BROKEN=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 requires =
unsupported go1.18<br>
+<br>
=C2=A0RUN_DEPENDS=3D=C2=A0 =C2=A0ca_root_nss&gt;=3D0:security/ca_root_nss<b=
r>
<br>
=C2=A0USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 go:1.18,modules<br>
diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile<br>
index 1183fd41bc99..8d65b1494e06 100644<br>
--- a/security/acmetool/Makefile<br>
+++ b/security/acmetool/Makefile<br>
@@ -10,6 +10,8 @@ WWW=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"https=
://github.com/hlandau/acme/" rel=3D"noreferrer" target=3D"_blank">https://g=
ithub.com/hlandau/acme/</a><br>
<br>
=C2=A0LICENSE=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0MIT<br>
<br>
+BROKEN=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 requires =
unsupported go1.18<br>
+<br>
=C2=A0USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 go:1.18<br>
<br>
=C2=A0USE_GITHUB=3D=C2=A0 =C2=A0 yes<br>
diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile<br>
index a82c2fed6214..23dcebaab013 100644<br>
--- a/security/xray-core/Makefile<br>
+++ b/security/xray-core/Makefile<br>
@@ -11,6 +11,8 @@ WWW=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"https=
://github.com/XTLS/Xray-core" rel=3D"noreferrer" target=3D"_blank">https://=
github.com/XTLS/Xray-core</a><br>
=C2=A0LICENSE=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0MPL20<br>
=C2=A0LICENSE_FILE=3D=C2=A0 ${WRKSRC}/LICENSE<br>
<br>
+BROKEN=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 requires =
unsupported go1.18<br>
+<br>
=C2=A0USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 go:1.18,modules<br>
<br>
=C2=A0GO_PKGNAME=3D=C2=A0 =C2=A0 <a href=3D"http://github.com/$%7BGH_ACCOUN=
T%7D/$%7BPORTNAME%7D" rel=3D"noreferrer" target=3D"_blank">github.com/${GH_=
ACCOUNT}/${PORTNAME}</a><br>
</blockquote></div><br clear=3D"all"><div><div style=3D"font-family:arial,s=
ans-serif" class=3D"gmail_default">Not to pile on (and seriously, thank you=
 for taking care of marking these BROKEN), but is it worth adding an EXPIRA=
TION_DATE to these?</div><div style=3D"font-family:arial,sans-serif" class=
=3D"gmail_default"><br></div><div style=3D"font-family:arial,sans-serif" cl=
ass=3D"gmail_default"># Adam<br></div><br></div><div><br></div><span class=
=3D"gmail_signature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_s=
ignature"><div dir=3D"ltr"><div><div dir=3D"ltr"><div>Adam Weinberger</div>=
<div><a href=3D"mailto:adamw@adamw.org" target=3D"_blank">adamw@adamw.org</=
a></div><div><a href=3D"https://www.adamw.org" target=3D"_blank">https://ww=
w.adamw.org</a></div></div></div></div></div></div>

--00000000000009062806022016b4--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwcgctRtMZ8=XiKKEWEdP7OMdmBGux6te0YKpma10%2BKnh9A>