View | Details | Raw Unified | Return to bug 232276 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/regex2dfa/Makefile (+2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	regex2dfa
3
PORTNAME=	regex2dfa
4
DISTVERSION=	0.1.6
4
DISTVERSION=	0.1.6
5
PORTREVISION=	1
5
CATEGORIES=	textproc
6
CATEGORIES=	textproc
6
7
7
MAINTAINER=	egypcio@googlemail.com
8
MAINTAINER=	egypcio@googlemail.com
Lines 12-17 Link Here
12
13
13
USES=		compiler:c++11-lang gmake libtool
14
USES=		compiler:c++11-lang gmake libtool
14
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
15
GH_ACCOUNT=	kpdyer
17
GH_ACCOUNT=	kpdyer
16
18
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
(-)textproc/regex2dfa/files/patch-third__party_openfst_src_include_fst_replace.h (+11 lines)
Line 0 Link Here
1
--- third_party/openfst/src/include/fst/replace.h.orig	2018-10-14 23:15:07 UTC
2
+++ third_party/openfst/src/include/fst/replace.h
3
@@ -1250,7 +1250,7 @@ class ArcIterator< ReplaceFst<A, T, C> > {
4
     // If state is already cached, use cached arcs array.
5
     if (fst_.GetImpl()->HasArcs(state_)) {
6
       (fst_.GetImpl())
7
-          ->template CacheBaseImpl<typename C::State, C>::InitArcIterator(
8
+          ->CacheBaseImpl<typename C::State, C>::InitArcIterator(
9
               state_, &cache_data_);
10
       num_arcs_ = cache_data_.narcs;
11
       arcs_ = cache_data_.arcs;      // 'arcs_' is a ptr to the cached arcs.

Return to bug 232276