Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 23:25:11 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
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
Message-ID:  <202102212325.11LNPBKB033015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
+     }
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102212325.11LNPBKB033015>