From owner-svn-ports-head@freebsd.org Tue Jun 23 21:39:22 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 5606F339BA4; Tue, 23 Jun 2020 21:39:22 +0000 (UTC) (envelope-from mi@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49s06L1hHfz4BRD; Tue, 23 Jun 2020 21:39:22 +0000 (UTC) (envelope-from mi@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 1B1D326FB1; Tue, 23 Jun 2020 21:39:22 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05NLdLDr040887; Tue, 23 Jun 2020 21:39:21 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05NLdL15040885; Tue, 23 Jun 2020 21:39:21 GMT (envelope-from mi@FreeBSD.org) Message-Id: <202006232139.05NLdL15040885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 23 Jun 2020 21:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540004 - head/finance/quantlib X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: head/finance/quantlib X-SVN-Commit-Revision: 540004 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.33 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: Tue, 23 Jun 2020 21:39:22 -0000 Author: mi Date: Tue Jun 23 21:39:21 2020 New Revision: 540004 URL: https://svnweb.freebsd.org/changeset/ports/540004 Log: Fix the packing list... Notified by: pkg-fallout Modified: head/finance/quantlib/Makefile head/finance/quantlib/pkg-plist Modified: head/finance/quantlib/Makefile ============================================================================== --- head/finance/quantlib/Makefile Tue Jun 23 21:21:10 2020 (r540003) +++ head/finance/quantlib/Makefile Tue Jun 23 21:39:21 2020 (r540004) @@ -40,6 +40,7 @@ TRACING_DESC= Trade performance for more detailed err SESSIONS_DESC= See help EXAMPLES_CONFIGURE_WITH=lispdir=${EXAMPLESDIR} +#CONFIGURE_ARGS+= --enable-unity-build CONFIGURE_ARGS+= --enable-parallel-unit-test-runner CONFIGURE_ARGS+= --with-boost-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-boost-lib=${LOCALBASE}/lib Modified: head/finance/quantlib/pkg-plist ============================================================================== --- head/finance/quantlib/pkg-plist Tue Jun 23 21:21:10 2020 (r540003) +++ head/finance/quantlib/pkg-plist Tue Jun 23 21:39:21 2020 (r540004) @@ -783,7 +783,6 @@ include/ql/methods/finitedifferences/impliciteuler.hpp include/ql/methods/finitedifferences/pde.hpp include/ql/methods/finitedifferences/mixedscheme.hpp include/ql/methods/finitedifferences/onefactoroperator.hpp -include/ql/methods/finitedifferences/operatorfactory.hpp include/ql/methods/finitedifferences/operatortraits.hpp include/ql/methods/finitedifferences/parallelevolver.hpp include/ql/methods/finitedifferences/pdebsm.hpp @@ -1244,6 +1243,7 @@ include/ql/termstructures/yield/forwardcurve.hpp include/ql/termstructures/yield/forwardspreadedtermstructure.hpp include/ql/termstructures/yield/forwardstructure.hpp include/ql/termstructures/yield/impliedtermstructure.hpp +include/ql/termstructures/yield/interpolatedsimplezerocurve.hpp include/ql/termstructures/yield/nonlinearfittingmethods.hpp include/ql/termstructures/yield/oisratehelper.hpp include/ql/termstructures/yield/piecewiseyieldcurve.hpp @@ -1257,6 +1257,7 @@ include/ql/termstructures/all.hpp include/ql/termstructures/bootstraperror.hpp include/ql/termstructures/bootstraphelper.hpp include/ql/termstructures/defaulttermstructure.hpp +include/ql/termstructures/globalbootstrap.hpp include/ql/termstructures/inflationtermstructure.hpp include/ql/termstructures/interpolatedcurve.hpp include/ql/termstructures/iterativebootstrap.hpp @@ -1266,6 +1267,7 @@ include/ql/termstructures/yieldtermstructure.hpp include/ql/time/calendars/all.hpp include/ql/time/calendars/argentina.hpp include/ql/time/calendars/australia.hpp +include/ql/time/calendars/austria.hpp include/ql/time/calendars/bespokecalendar.hpp include/ql/time/calendars/botswana.hpp include/ql/time/calendars/brazil.hpp