From owner-svn-ports-all@freebsd.org Fri Jan 31 14:57:32 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B85DB2420AF; Fri, 31 Jan 2020 14:57:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 488L184V7Pz3DSv; Fri, 31 Jan 2020 14:57:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77C22FB2B; Fri, 31 Jan 2020 14:57:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00VEvWqD087380; Fri, 31 Jan 2020 14:57:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00VEvWxQ087379; Fri, 31 Jan 2020 14:57:32 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202001311457.00VEvWxQ087379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 31 Jan 2020 14:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524713 - head/math/openblas X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/openblas X-SVN-Commit-Revision: 524713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2020 14:57:32 -0000 Author: swills Date: Fri Jan 31 14:57:31 2020 New Revision: 524713 URL: https://svnweb.freebsd.org/changeset/ports/524713 Log: math/openblas: fix plist with DYNAMIC_ARCH off This is further fallout from r523749 and r524642 While here, fix order of PORTREVISION. There is no PORTREVISION bump because this a build fix. PR: 231371 PR: 243739 Reported by: many Modified: head/math/openblas/Makefile (contents, props changed) head/math/openblas/pkg-plist (contents, props changed) Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Fri Jan 31 14:11:17 2020 (r524712) +++ head/math/openblas/Makefile Fri Jan 31 14:57:31 2020 (r524713) @@ -3,8 +3,8 @@ PORTNAME= openblas PORTVERSION= 0.3.7 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg @@ -142,5 +142,8 @@ BENCHMARK_THREADS_FLAG= OPENBLAS_NUM_THREADS=${BENCHMA benchmark: build cd ${WRKSRC} ; ${SETENV} ${MAKE_CMD} ${MAKE_ARGS} hpl cd ${WRKSRC}/benchmark ; ${SETENV} ${BENCHMARK_THREADS_FLAG} ${MAKE_CMD} ${MAKE_ARGS} + +post-install-DYNAMIC_ARCH-off: + cd ${STAGEDIR}${PREFIX} && ls lib/libopenblas_*p-r${PORTVERSION}.* >> ${TMPPLIST} .include Modified: head/math/openblas/pkg-plist ============================================================================== --- head/math/openblas/pkg-plist Fri Jan 31 14:11:17 2020 (r524712) +++ head/math/openblas/pkg-plist Fri Jan 31 14:57:31 2020 (r524713) @@ -9,6 +9,6 @@ lib/cmake/openblas/OpenBLASConfig.cmake lib/cmake/openblas/OpenBLASConfigVersion.cmake lib/libopenblas.a lib/libopenblas.so -lib/libopenblasp-r%%PORTVERSION%%.a -lib/libopenblasp-r%%PORTVERSION%%.so +%%DYNARCH%%lib/libopenblasp-r%%PORTVERSION%%.a +%%DYNARCH%%lib/libopenblasp-r%%PORTVERSION%%.so libdata/pkgconfig/openblas.pc