From owner-svn-ports-all@freebsd.org Sun Feb 21 23:25:11 2021 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 E9AFE53FBB4; Sun, 21 Feb 2021 23:25:11 +0000 (UTC) (envelope-from stephen@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DkLyH6JbSz3qWK; Sun, 21 Feb 2021 23:25:11 +0000 (UTC) (envelope-from stephen@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 CB8161B276; Sun, 21 Feb 2021 23:25:11 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11LNPBJx033017; Sun, 21 Feb 2021 23:25:11 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11LNPBKB033015; Sun, 21 Feb 2021 23:25:11 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <202102212325.11LNPBKB033015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 21 Feb 2021 23:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566252 - in head/math/octave-forge-strings: . files X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head/math/octave-forge-strings: . files X-SVN-Commit-Revision: 566252 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.34 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: Sun, 21 Feb 2021 23:25:12 -0000 Author: stephen Date: Sun Feb 21 23:25:11 2021 New Revision: 566252 URL: https://svnweb.freebsd.org/changeset/ports/566252 Log: - Resurrect port. - Patch so it builds. - Bump portrevision. Added: head/math/octave-forge-strings/ - copied from r511179, head/math/octave-forge-strings/ head/math/octave-forge-strings/files/ head/math/octave-forge-strings/files/patch-pcregexp.cc (contents, props changed) Modified: head/math/octave-forge-strings/Makefile Modified: head/math/octave-forge-strings/Makefile ============================================================================== --- head/math/octave-forge-strings/Makefile Thu Sep 5 11:27:14 2019 (r511179) +++ head/math/octave-forge-strings/Makefile Sun Feb 21 23:25:11 2021 (r566252) @@ -3,15 +3,11 @@ PORTNAME= octave-forge-strings PORTVERSION= 1.2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} - -BROKEN= does not build with octave>=5.1.0 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-09-04 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. Added: head/math/octave-forge-strings/files/patch-pcregexp.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-strings/files/patch-pcregexp.cc Sun Feb 21 23:25:11 2021 (r566252) @@ -0,0 +1,11 @@ +--- pcregexp.cc.orig 2021-02-21 23:21:29 UTC ++++ pcregexp.cc +@@ -49,7 +49,7 @@ Check your system's @code{pcre} man page.\n\ + std::string pattern = args(0).string_value(); + std::string input = args(1).string_value(); + if (error_state) { +- gripe_wrong_type_arg("pcregexp", args(0)); ++ err_wrong_type_arg("pcregexp", args(0)); + return retval; + } +