From owner-svn-ports-head@freebsd.org Fri Mar 27 14:59:17 2020 Return-Path: Delivered-To: svn-ports-head@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 99635277DD1; Fri, 27 Mar 2020 14:59:17 +0000 (UTC) (envelope-from arrowd@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 48plPJ0S6Gz470H; Fri, 27 Mar 2020 14:59:16 +0000 (UTC) (envelope-from arrowd@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 9A8A222E27; Fri, 27 Mar 2020 14:59:08 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02REx8L2082846; Fri, 27 Mar 2020 14:59:08 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02REx8K6082844; Fri, 27 Mar 2020 14:59:08 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202003271459.02REx8K6082844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Fri, 27 Mar 2020 14:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529255 - in head/math: cryptominisat cryptominisat/files stp stp/files X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head/math: cryptominisat cryptominisat/files stp stp/files X-SVN-Commit-Revision: 529255 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 27 Mar 2020 14:59:17 -0000 Author: arrowd Date: Fri Mar 27 14:59:07 2020 New Revision: 529255 URL: https://svnweb.freebsd.org/changeset/ports/529255 Log: math/stp and math/cryptominisat: Use correct patch (at STP side) for specifying dependency on cryptomisat. Added: head/math/stp/files/ head/math/stp/files/patch-STPConfig.cmake.in (contents, props changed) Deleted: head/math/cryptominisat/files/ Modified: head/math/cryptominisat/Makefile head/math/stp/Makefile Modified: head/math/cryptominisat/Makefile ============================================================================== --- head/math/cryptominisat/Makefile Fri Mar 27 14:34:19 2020 (r529254) +++ head/math/cryptominisat/Makefile Fri Mar 27 14:59:07 2020 (r529255) @@ -2,7 +2,7 @@ PORTNAME= cryptominisat DISTVERSION= 5.6.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= arrowd@FreeBSD.org Modified: head/math/stp/Makefile ============================================================================== --- head/math/stp/Makefile Fri Mar 27 14:34:19 2020 (r529254) +++ head/math/stp/Makefile Fri Mar 27 14:59:07 2020 (r529255) @@ -3,7 +3,7 @@ PORTNAME= stp DISTVERSION= 2.3.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= math Added: head/math/stp/files/patch-STPConfig.cmake.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/stp/files/patch-STPConfig.cmake.in Fri Mar 27 14:59:07 2020 (r529255) @@ -0,0 +1,12 @@ +--- STPConfig.cmake.in.orig 2019-03-02 14:26:01 UTC ++++ STPConfig.cmake.in +@@ -11,6 +11,9 @@ + get_filename_component(STP_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) + set(STP_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@") + ++include(CMakeFindDependencyMacro) ++find_dependency(cryptominisat5) ++ + # Our library dependencies (contains definitions for IMPORTED targets) + include("${STP_CMAKE_DIR}/@STP_TARGETS_FILENAME@") +