svn commit: r566252 - in head/math/octave-forge-strings: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Feb 21 23:25:12 UTC 2021


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 at 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;
+     }
+ 


More information about the svn-ports-all mailing list