Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2024 02:52:46 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   =?UTF-8?Q?Re=3A_git=3A_6692307d2ec0_=2D_main_=2D_cad=2Fsurelog=3A_update_1?= =?UTF-8?Q?=2E82_=E2=86=92_1=2E83?=
Message-ID:  <CAMHz58Qy2sy77Yx0WZTghdF1X7=01aauSVmn58LNuAy79jqv=Q@mail.gmail.com>
In-Reply-To: <202405160857.44G8v4Os090266@gitrepo.freebsd.org>
References:  <202405160857.44G8v4Os090266@gitrepo.freebsd.org>

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

On Thu, May 16, 2024 at 4:57=E2=80=AFPM Yuri Victorovich <yuri@freebsd.org>=
 wrote:

> The branch main has been updated by yuri:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=3D6692307d2ec04a8d94da7b1936bbc=
a5763490926
>
> commit 6692307d2ec04a8d94da7b1936bbca5763490926
> Author:     Yuri Victorovich <yuri@FreeBSD.org>
> AuthorDate: 2024-05-16 08:55:10 +0000
> Commit:     Yuri Victorovich <yuri@FreeBSD.org>
> CommitDate: 2024-05-16 08:56:51 +0000
>
>     cad/surelog: update 1.82 =E2=86=92 1.83
>
>     Reported by:    portscout
> ---
>  cad/surelog/Makefile               | 10 +++++-----
>  cad/surelog/distinfo               |  6 +++---
>  cad/surelog/pkg-plist              |  2 +-
>  devel/py-orderedmultidict/Makefile |  2 +-
>  devel/py-six/Makefile              |  2 +-
>  5 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
> index 8b7e874d1c73..0f5f9d340777 100644
> --- a/cad/surelog/Makefile
> +++ b/cad/surelog/Makefile
> @@ -1,6 +1,6 @@
>  PORTNAME=3D      surelog
>  DISTVERSIONPREFIX=3D     v
> -DISTVERSION=3D   1.82
> +DISTVERSION=3D   1.83
>  CATEGORIES=3D    cad
>
>  MAINTAINER=3D    yuri@FreeBSD.org
> @@ -52,8 +52,8 @@ OPTIONS_DEFINE=3D               PYTHON TCMALLOC
>  OPTIONS_DEFAULT=3D       PYTHON TCMALLOC # should be the same TCMALLOC
> default as in cad/yosys, cad/uhdm because surelog's lib is used in the
> yosys plugin cad/yosys-systemverilog
>  OPTIONS_SUB=3D           yes
>
> -PYTHON_USES=3D           python
> -PYTHON_USES_OFF=3D       python:build
> +PYTHON_USES=3D           python:3.10 # it needs 3.9.19 while we have 3.9=
.18
>

Please check d50689478e72327eccb0078d33ef5e30f9074fc4 (Python 3.9.19,
committed 3 days ago) and revert it.


> +PYTHON_USES_OFF=3D       python:3.10,build
>  PYTHON_BUILD_DEPENDS=3D  swig:devel/swig
>  PYTHON_CMAKE_BOOL=3D     SURELOG_WITH_PYTHON
>  PYTHON_CMAKE_ON=3D       -DFREEBSD_PYTHON_DISTVERSION=3D${PYTHON_DISTVER=
SION}
> @@ -70,7 +70,7 @@ post-install:
>         @${RM} -r \
>                 ${STAGEDIR}${DATADIR}
>
> -post-test:
> -       cd ${BUILD_WRKSRC} && ctest
> +post-test: # 9 tests fail, see
> https://github.com/chipsalliance/Surelog/issues/3971
> +       @cd ${BUILD_WRKSRC} && ctest
>
>  .include <bsd.port.mk>
> diff --git a/cad/surelog/distinfo b/cad/surelog/distinfo
> index 45095d2c7f51..31f8834d2eb8 100644
> --- a/cad/surelog/distinfo
> +++ b/cad/surelog/distinfo
> @@ -1,6 +1,6 @@
> -TIMESTAMP =3D 1702189327
> -SHA256 (chipsalliance-Surelog-v1.82_GH0.tar.gz) =3D
> e2c4074f9d35b7a1450b722681d1557bdd4af3de09363dbdb9d0da9cf26b976b
> -SIZE (chipsalliance-Surelog-v1.82_GH0.tar.gz) =3D 95835712
> +TIMESTAMP =3D 1715831837
> +SHA256 (chipsalliance-Surelog-v1.83_GH0.tar.gz) =3D
> 3add228495a6ef0e0e3921cb20c30ae09a32c04c76faab4f1a78e546e1d98d86
> +SIZE (chipsalliance-Surelog-v1.83_GH0.tar.gz) =3D 96087587
>  SHA256 (alainmarcel-antlr4-a27cf84_GH0.tar.gz) =3D
> f1d2636c219d2fa9faad1672739e409d6a9a78ac1495a911ae2a5e43bd5194d1
>  SIZE (alainmarcel-antlr4-a27cf84_GH0.tar.gz) =3D 4205182
>  SHA256 (nlohmann-json-788e546_GH0.tar.gz) =3D
> 5d7e9a9fafbb0d0ddd6b1364fd701a86972782ca7c2dace80eefa9c312c5926f
> diff --git a/cad/surelog/pkg-plist b/cad/surelog/pkg-plist
> index cb7f869e6fc4..61b238689cd3 100644
> --- a/cad/surelog/pkg-plist
> +++ b/cad/surelog/pkg-plist
> @@ -82,7 +82,7 @@
> lib/cmake/Surelog/SurelogTargets-%%CMAKE_BUILD_TYPE%%.cmake
>  lib/cmake/Surelog/SurelogTargets.cmake
>  lib/libantlr4-runtime.a
>  lib/libsurelog.so
> -lib/libsurelog.so.1.82
> +lib/libsurelog.so.1.83
>  %%PYTHON%%lib/surelog-python/python/slSV3_1aPythonListener.py
>  %%PYTHON%%lib/surelog-python/python/slformatmsg.py
>  %%PYTHON%%lib/surelog-python/python/slwaivers.py
> diff --git a/devel/py-orderedmultidict/Makefile
> b/devel/py-orderedmultidict/Makefile
> index bfc809d93b63..552e4b84047c 100644
> --- a/devel/py-orderedmultidict/Makefile
> +++ b/devel/py-orderedmultidict/Makefile
> @@ -17,7 +17,7 @@ BUILD_DEPENDS=3D
> ${PYTHON_PKGNAMEPREFIX}setuptools>=3D0:devel/py-setuptools@${PY_FLA
>  RUN_DEPENDS=3D   ${PYTHON_PKGNAMEPREFIX}six>=3D1.8.0:devel/py-six@
> ${PY_FLAVOR}
>
>  USES=3D          python
> -USE_PYTHON=3D    autoplist concurrent pep517
> +USE_PYTHON=3D    allflavors autoplist concurrent pep517 # allflavors
> because cad/surelog needs 3.10
>

Please revert it.


>
>  NO_ARCH=3D       yes
>
> diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile
> index 972441563daf..a95cd3c45cb5 100644
> --- a/devel/py-six/Makefile
> +++ b/devel/py-six/Makefile
> @@ -15,7 +15,7 @@ TEST_DEPENDS=3D
> ${PYTHON_PKGNAMEPREFIX}gdbm>=3D0:databases/py-gdbm@${PY_FLAVOR} \
>                 ${PYTHON_PKGNAMEPREFIX}tkinter>=3D0:x11-toolkits/py-tkint=
er@
> ${PY_FLAVOR}
>
>  USES=3D          python
> -USE_PYTHON=3D    autoplist concurrent distutils pytest
> +USE_PYTHON=3D    allflavors autoplist concurrent distutils pytest
>
>  NO_ARCH=3D       yes
>
>

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

<div dir=3D"ltr"><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail=
_attr"><br></div><div dir=3D"ltr" class=3D"gmail_attr">On Thu, May 16, 2024=
 at 4:57=E2=80=AFPM Yuri Victorovich &lt;<a href=3D"mailto:yuri@freebsd.org=
" target=3D"_blank">yuri@freebsd.org</a>&gt; wrote:<br></div><blockquote cl=
ass=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid=
 rgb(204,204,204);padding-left:1ex">The branch main has been updated by yur=
i:<br>
<br>
URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3D6692307d2ec04a8=
d94da7b1936bbca5763490926" rel=3D"noreferrer" target=3D"_blank">https://cgi=
t.FreeBSD.org/ports/commit/?id=3D6692307d2ec04a8d94da7b1936bbca5763490926</=
a><br>
<br>
commit 6692307d2ec04a8d94da7b1936bbca5763490926<br>
Author:=C2=A0 =C2=A0 =C2=A0Yuri Victorovich &lt;yuri@FreeBSD.org&gt;<br>
AuthorDate: 2024-05-16 08:55:10 +0000<br>
Commit:=C2=A0 =C2=A0 =C2=A0Yuri Victorovich &lt;yuri@FreeBSD.org&gt;<br>
CommitDate: 2024-05-16 08:56:51 +0000<br>
<br>
=C2=A0 =C2=A0 cad/surelog: update 1.82 =E2=86=92 1.83<br>
<br>
=C2=A0 =C2=A0 Reported by:=C2=A0 =C2=A0 portscout<br>
---<br>
=C2=A0cad/surelog/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0| 10 +++++-----<br>
=C2=A0cad/surelog/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0|=C2=A0 6 +++---<br>
=C2=A0cad/surelog/pkg-plist=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 |=C2=A0 2 +-<br>
=C2=A0devel/py-orderedmultidict/Makefile |=C2=A0 2 +-<br>
=C2=A0devel/py-six/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 |=C2=A0 2 +-<br>
=C2=A05 files changed, 11 insertions(+), 11 deletions(-)<br>
<br>
diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile<br>
index 8b7e874d1c73..0f5f9d340777 100644<br>
--- a/cad/surelog/Makefile<br>
+++ b/cad/surelog/Makefile<br>
@@ -1,6 +1,6 @@<br>
=C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 surelog<br>
=C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0v<br>
-DISTVERSION=3D=C2=A0 =C2=A01.82<br>
+DISTVERSION=3D=C2=A0 =C2=A01.83<br>
=C2=A0CATEGORIES=3D=C2=A0 =C2=A0 cad<br>
<br>
=C2=A0MAINTAINER=3D=C2=A0 =C2=A0 yuri@FreeBSD.org<br>
@@ -52,8 +52,8 @@ OPTIONS_DEFINE=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0PYTHON TCMALLOC<br>
=C2=A0OPTIONS_DEFAULT=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0PYTHON TCMALLOC # should=
 be the same TCMALLOC default as in cad/yosys, cad/uhdm because surelog&#39=
;s lib is used in the yosys plugin cad/yosys-systemverilog<br>
=C2=A0OPTIONS_SUB=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0yes<br>
<br>
-PYTHON_USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0python<br>
-PYTHON_USES_OFF=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0python:build<br>
+PYTHON_USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0python:3.10 # it ne=
eds 3.9.19 while we have 3.9.18<br></blockquote><div><br></div><div>Please =
check=C2=A0d50689478e72327eccb0078d33ef5e30f9074fc4 (Python 3.9.19, committ=
ed 3 days ago) and revert it.</div><div>=C2=A0</div><blockquote class=3D"gm=
ail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,=
204,204);padding-left:1ex">
+PYTHON_USES_OFF=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0python:3.10,build<br>
=C2=A0PYTHON_BUILD_DEPENDS=3D=C2=A0 swig:devel/swig<br>
=C2=A0PYTHON_CMAKE_BOOL=3D=C2=A0 =C2=A0 =C2=A0SURELOG_WITH_PYTHON<br>
=C2=A0PYTHON_CMAKE_ON=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0-DFREEBSD_PYTHON_DISTVER=
SION=3D${PYTHON_DISTVERSION}<br>
@@ -70,7 +70,7 @@ post-install:<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 @${RM} -r \<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ${STAGEDIR}${DATADI=
R}<br>
<br>
-post-test:<br>
-=C2=A0 =C2=A0 =C2=A0 =C2=A0cd ${BUILD_WRKSRC} &amp;&amp; ctest<br>
+post-test: # 9 tests fail, see <a href=3D"https://github.com/chipsalliance=
/Surelog/issues/3971" rel=3D"noreferrer" target=3D"_blank">https://github.c=
om/chipsalliance/Surelog/issues/3971</a><br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0@cd ${BUILD_WRKSRC} &amp;&amp; ctest<br>
<br>
=C2=A0.include &lt;<a href=3D"http://bsd.port.mk" rel=3D"noreferrer" target=
=3D"_blank">bsd.port.mk</a>&gt;<br>
diff --git a/cad/surelog/distinfo b/cad/surelog/distinfo<br>
index 45095d2c7f51..31f8834d2eb8 100644<br>
--- a/cad/surelog/distinfo<br>
+++ b/cad/surelog/distinfo<br>
@@ -1,6 +1,6 @@<br>
-TIMESTAMP =3D 1702189327<br>
-SHA256 (chipsalliance-Surelog-v1.82_GH0.tar.gz) =3D e2c4074f9d35b7a1450b72=
2681d1557bdd4af3de09363dbdb9d0da9cf26b976b<br>
-SIZE (chipsalliance-Surelog-v1.82_GH0.tar.gz) =3D 95835712<br>
+TIMESTAMP =3D 1715831837<br>
+SHA256 (chipsalliance-Surelog-v1.83_GH0.tar.gz) =3D 3add228495a6ef0e0e3921=
cb20c30ae09a32c04c76faab4f1a78e546e1d98d86<br>
+SIZE (chipsalliance-Surelog-v1.83_GH0.tar.gz) =3D 96087587<br>
=C2=A0SHA256 (alainmarcel-antlr4-a27cf84_GH0.tar.gz) =3D f1d2636c219d2fa9fa=
ad1672739e409d6a9a78ac1495a911ae2a5e43bd5194d1<br>
=C2=A0SIZE (alainmarcel-antlr4-a27cf84_GH0.tar.gz) =3D 4205182<br>
=C2=A0SHA256 (nlohmann-json-788e546_GH0.tar.gz) =3D 5d7e9a9fafbb0d0ddd6b136=
4fd701a86972782ca7c2dace80eefa9c312c5926f<br>
diff --git a/cad/surelog/pkg-plist b/cad/surelog/pkg-plist<br>
index cb7f869e6fc4..61b238689cd3 100644<br>
--- a/cad/surelog/pkg-plist<br>
+++ b/cad/surelog/pkg-plist<br>
@@ -82,7 +82,7 @@ lib/cmake/Surelog/SurelogTargets-%%CMAKE_BUILD_TYPE%%.cma=
ke<br>
=C2=A0lib/cmake/Surelog/SurelogTargets.cmake<br>
=C2=A0lib/libantlr4-runtime.a<br>
=C2=A0lib/libsurelog.so<br>
-lib/libsurelog.so.1.82<br>
+lib/libsurelog.so.1.83<br>
=C2=A0%%PYTHON%%lib/surelog-python/python/slSV3_1aPythonListener.py<br>
=C2=A0%%PYTHON%%lib/surelog-python/python/slformatmsg.py<br>
=C2=A0%%PYTHON%%lib/surelog-python/python/slwaivers.py<br>
diff --git a/devel/py-orderedmultidict/Makefile b/devel/py-orderedmultidict=
/Makefile<br>
index bfc809d93b63..552e4b84047c 100644<br>
--- a/devel/py-orderedmultidict/Makefile<br>
+++ b/devel/py-orderedmultidict/Makefile<br>
@@ -17,7 +17,7 @@ BUILD_DEPENDS=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 ${PYTHON_PKGN=
AMEPREFIX}setuptools&gt;=3D0:devel/py-setuptools@${PY_FLA<br>
=C2=A0RUN_DEPENDS=3D=C2=A0 =C2=A0${PYTHON_PKGNAMEPREFIX}six&gt;=3D1.8.0:dev=
el/py-six@${PY_FLAVOR}<br>
<br>
=C2=A0USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 python<br>
-USE_PYTHON=3D=C2=A0 =C2=A0 autoplist concurrent pep517<br>
+USE_PYTHON=3D=C2=A0 =C2=A0 allflavors autoplist concurrent pep517 # allfla=
vors because cad/surelog needs 3.10<br></blockquote><div><br></div><div>Ple=
ase revert it.</div><div>=C2=A0<br></div><blockquote class=3D"gmail_quote" =
style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pa=
dding-left:1ex">
<br>
=C2=A0NO_ARCH=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0yes<br>
<br>
diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile<br>
index 972441563daf..a95cd3c45cb5 100644<br>
--- a/devel/py-six/Makefile<br>
+++ b/devel/py-six/Makefile<br>
@@ -15,7 +15,7 @@ TEST_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}gdbm&gt;=3D0:datab=
ases/py-gdbm@${PY_FLAVOR} \<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ${PYTHON_PKGNAMEPRE=
FIX}tkinter&gt;=3D0:x11-toolkits/py-tkinter@${PY_FLAVOR}<br>
<br>
=C2=A0USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 python<br>
-USE_PYTHON=3D=C2=A0 =C2=A0 autoplist concurrent distutils pytest<br>
+USE_PYTHON=3D=C2=A0 =C2=A0 allflavors autoplist concurrent distutils pytes=
t<br>
<br>
=C2=A0NO_ARCH=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0yes<br>
<br>
</blockquote></div></div>

--000000000000dfe88d061896bf64--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Qy2sy77Yx0WZTghdF1X7=01aauSVmn58LNuAy79jqv=Q>