From owner-svn-ports-head@freebsd.org Mon Jul 23 05:28:55 2018 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 19932103F33F; Mon, 23 Jul 2018 05:28:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE86C946C7; Mon, 23 Jul 2018 05:28:54 +0000 (UTC) (envelope-from yuri@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 8A4491854E; Mon, 23 Jul 2018 05:28:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6N5Sshw040979; Mon, 23 Jul 2018 05:28:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6N5Ss8b040978; Mon, 23 Jul 2018 05:28:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807230528.w6N5Ss8b040978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 23 Jul 2018 05:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475146 - head/security/klee X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/klee X-SVN-Commit-Revision: 475146 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.27 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, 23 Jul 2018 05:28:55 -0000 Author: yuri Date: Mon Jul 23 05:28:54 2018 New Revision: 475146 URL: https://svnweb.freebsd.org/changeset/ports/475146 Log: security/klee: arrowd@FreeBSD.org takes maintainership The original submitter gave up on the klee port. Also update COMMENT and move -DFREEBSD_STP_STATIC_LIBRARY to the STP option section. PR: 219150 Requested by: arrowd (maintainership change) Modified: head/security/klee/Makefile Modified: head/security/klee/Makefile ============================================================================== --- head/security/klee/Makefile Mon Jul 23 04:51:11 2018 (r475145) +++ head/security/klee/Makefile Mon Jul 23 05:28:54 2018 (r475146) @@ -6,8 +6,8 @@ DISTVERSION= 1.4.0-191 DISTVERSIONSUFFIX= -g79ac709 CATEGORIES= security devel -MAINTAINER= itbot@bk.ru -COMMENT= Symbolic virtual machine built on top of the LLVM +MAINTAINER= arrowd@FreeBSD.org +COMMENT= Symbolic virtual machine built on top of LLVM LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/LICENSE.TXT @@ -24,8 +24,7 @@ USE_LDCONFIG= yes CMAKE_OFF= ENABLE_POSIX_RUNTIME ENABLE_UNIT_TESTS ENABLE_SYSTEM_TESTS CMAKE_ARGS= -DLLVM_CONFIG_BINARY=${LOCALBASE}/bin/llvm-config${LLVM_VERSION} \ - -DMAKE_BINARY=${LOCALBASE}/bin/gmake \ - -DFREEBSD_STP_STATIC_LIBRARY:STRING=${LOCALBASE}/lib/libstp.a + -DMAKE_BINARY=${LOCALBASE}/bin/gmake OPTIONS_DEFINE= TCMALLOC OPTIONS_SINGLE= SOLVER @@ -44,6 +43,7 @@ Z3_RUN_DEPENDS= z3:math/z3 STP_DESC= STP SMT solver STP_CMAKE_BOOL= ENABLE_SOLVER_STP +STP_CMAKE_ON= -DFREEBSD_STP_STATIC_LIBRARY:STRING=${LOCALBASE}/lib/libstp.a STP_BUILD_DEPENDS= stp>0:math/stp .include