Index: head/science/crf++/Makefile =================================================================== --- head/science/crf++/Makefile (revision 549634) +++ head/science/crf++/Makefile (revision 549635) @@ -1,38 +1,39 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= crf++ # 0.59 as defined in # https://github.com/taku910/crfpp/commit/d78526835e4cfcc4822156724edda8a3839327c2 DISTVERSION= 0.59 +PORTREVISION= 1 CATEGORIES= science math PATCH_SITES= https://patch-diff.githubusercontent.com/raw/taku910/crfpp/pull/:pr PATCHFILES= 15.patch:-p1:pr \ 16.patch:-p1:pr MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another CRF toolkit LICENSE= BSD3CLAUSE LGPL21+ LICENSE_COMB= dual LICENS_BSD3CLAUSE= ${WRKSRC}/BSD LICENS_LGPLv21+ = ${WRKSRC}/LGPL USES= libtool USE_GITHUB= yes GH_ACCOUNT= taku910 GH_PROJECT= crfpp GH_TAGNAME= 1dc92a606f874a4fe52603803364cc1d90f952fb USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PORTEXAMPLES= JapaneseNE basenp chunking seg OPTIONS_DEFINE= EXAMPLES post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAPLESDIR} (cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/science/crf++/files/patch-common.h =================================================================== --- head/science/crf++/files/patch-common.h (nonexistent) +++ head/science/crf++/files/patch-common.h (revision 549635) @@ -0,0 +1,11 @@ +--- common.h.orig 2020-09-22 21:00:58 UTC ++++ common.h +@@ -211,7 +211,7 @@ class string_buffer: public std::string { + string_buffer& operator<<(int _n) { _ITOA(_n); } + string_buffer& operator<<(long int _n) { _ITOA(_n); } + string_buffer& operator<<(unsigned short int _n) { _UITOA(_n); } +- string_buffer& operator<<(unsigned int _n) { _UITOA(_n); } ++ // string_buffer& operator<<(unsigned int _n) { _UITOA(_n); } + // string_buffer& operator<<(unsigned long int _n) { _UITOA(_n); } + string_buffer& operator<<(size_t _n) { _UITOA(_n); } + string_buffer& operator<<(char _n) { Property changes on: head/science/crf++/files/patch-common.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