Date: Mon, 27 May 2019 23:52:33 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Antoine Brodin <antoine@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r502830 - in head: math/blaze math/blazeiterative science/openmx science/py-PyFR science/py-phono3py Message-ID: <r28j-a7ku-wny@FreeBSD.org> In-Reply-To: <201905272055.x4RKtva5014213@repo.freebsd.org> (Antoine Brodin's message of "Mon, 27 May 2019 20:55:57 %2B0000 (UTC)") References: <201905272055.x4RKtva5014213@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Antoine Brodin <antoine@FreeBSD.org> writes: > Author: antoine > Date: Mon May 27 20:55:56 2019 > New Revision: 502830 > URL: https://svnweb.freebsd.org/changeset/ports/502830 > > Log: > Chase devel/openmp expiration The dependency can be removed transparently. And deprecating only a subset of consumers looks strange. Please, back out. $ git grep -l :devel/openmp | wc -l 50 > Modified: head/math/blaze/Makefile > ============================================================================== > --- head/math/blaze/Makefile Mon May 27 20:28:52 2019 (r502829) > +++ head/math/blaze/Makefile Mon May 27 20:55:56 2019 (r502830) > @@ -12,6 +12,9 @@ COMMENT= C++ math library for dense and sparse arithme > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > +DEPRECATED= Depends on expiring devel/openmp > +EXPIRATION_DATE= 2019-12-31 Builds fine, see https://reviews.freebsd.org/P262 > Modified: head/math/blazeiterative/Makefile > ============================================================================== > --- head/math/blazeiterative/Makefile Mon May 27 20:28:52 2019 (r502829) > +++ head/math/blazeiterative/Makefile Mon May 27 20:55:56 2019 (r502830) > @@ -10,6 +10,9 @@ COMMENT= Set of iterative linear system solvers for us > > #LICENSE= https://github.com/tjolsen/BlazeIterative/issues/9 > > +DEPRECATED= Depends on expiring devel/openmp > +EXPIRATION_DATE= 2019-12-31 Builds fine, see https://reviews.freebsd.org/P263 > Modified: head/science/openmx/Makefile > ============================================================================== > --- head/science/openmx/Makefile Mon May 27 20:28:52 2019 (r502829) > +++ head/science/openmx/Makefile Mon May 27 20:55:56 2019 (r502830) > @@ -17,6 +17,8 @@ COMMENT= Nanoscale material simulations using density > LICENSE= GPLv2 > > BROKEN_i386= undefined reference to `__atomic_load', see bug#229605 and https://reviews.llvm.org/D42154 > +DEPRECATED= Depends on expiring devel/openmp > +EXPIRATION_DATE= 2019-12-31 After fix[1] builds fine, see https://reviews.freebsd.org/P264 [1] https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/209631.html > Modified: head/science/py-PyFR/Makefile > ============================================================================== > --- head/science/py-PyFR/Makefile Mon May 27 20:28:52 2019 (r502829) > +++ head/science/py-PyFR/Makefile Mon May 27 20:55:56 2019 (r502830) > @@ -13,6 +13,9 @@ COMMENT= Framework for solving advection-diffusion typ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > +DEPRECATED= Depends on expiring devel/openmp > +EXPIRATION_DATE= 2019-12-31 Builds fine, see https://reviews.freebsd.org/P265 > Modified: head/science/py-phono3py/Makefile > ============================================================================== > --- head/science/py-phono3py/Makefile Mon May 27 20:28:52 2019 (r502829) > +++ head/science/py-phono3py/Makefile Mon May 27 20:55:56 2019 (r502830) > @@ -13,6 +13,9 @@ COMMENT= Software to calculate phonon-phonon interacti > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > +DEPRECATED= Depends on expiring devel/openmp > +EXPIRATION_DATE= 2019-12-31 Builds fine, see https://reviews.freebsd.org/P266
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r28j-a7ku-wny>