From owner-svn-ports-head@freebsd.org Mon May 27 21:52:37 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5B2615AC2E6; Mon, 27 May 2019 21:52:37 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD118831A; Mon, 27 May 2019 21:52:37 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3D880307; Mon, 27 May 2019 21:52:37 +0000 (UTC) From: Jan Beich To: Antoine Brodin 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 References: <201905272055.x4RKtva5014213@repo.freebsd.org> Date: Mon, 27 May 2019 23:52:33 +0200 In-Reply-To: <201905272055.x4RKtva5014213@repo.freebsd.org> (Antoine Brodin's message of "Mon, 27 May 2019 20:55:57 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 6BD118831A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2019 21:52:38 -0000 Antoine Brodin 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