Index: head/textproc/regex2dfa/Makefile =================================================================== --- head/textproc/regex2dfa/Makefile (revision 482834) +++ head/textproc/regex2dfa/Makefile (revision 482835) @@ -1,34 +1,36 @@ # $FreeBSD$ PORTNAME= regex2dfa DISTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= egypcio@googlemail.com COMMENT= Command-line utility that converts regular expressions to DFA LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lang gmake libtool USE_GITHUB= yes + GH_ACCOUNT= kpdyer GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} include/${PORTNAME}.h lib/lib${PORTNAME}.a post-patch: ${REINPLACE_CMD} -e 's|-ldl||g' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/third_party/openfst/src/bin/Makefile.in \ ${WRKSRC}/third_party/openfst/src/extensions/far/Makefile.in \ ${WRKSRC}/third_party/openfst/src/extensions/linear/Makefile.in \ ${WRKSRC}/third_party/openfst/src/extensions/pdt/Makefile.in \ ${WRKSRC}/third_party/openfst/src/test/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/.libs/lib${PORTNAME}.a ${STAGEDIR}${PREFIX}/lib .include Index: head/textproc/regex2dfa/files/patch-third__party_openfst_src_include_fst_replace.h =================================================================== --- head/textproc/regex2dfa/files/patch-third__party_openfst_src_include_fst_replace.h (nonexistent) +++ head/textproc/regex2dfa/files/patch-third__party_openfst_src_include_fst_replace.h (revision 482835) @@ -0,0 +1,11 @@ +--- third_party/openfst/src/include/fst/replace.h.orig 2018-10-14 23:15:07 UTC ++++ third_party/openfst/src/include/fst/replace.h +@@ -1250,7 +1250,7 @@ class ArcIterator< ReplaceFst > { + // If state is already cached, use cached arcs array. + if (fst_.GetImpl()->HasArcs(state_)) { + (fst_.GetImpl()) +- ->template CacheBaseImpl::InitArcIterator( ++ ->CacheBaseImpl::InitArcIterator( + state_, &cache_data_); + num_arcs_ = cache_data_.narcs; + arcs_ = cache_data_.arcs; // 'arcs_' is a ptr to the cached arcs. Property changes on: head/textproc/regex2dfa/files/patch-third__party_openfst_src_include_fst_replace.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property