Index: head/textproc/teckit/Makefile =================================================================== --- head/textproc/teckit/Makefile (revision 459025) +++ head/textproc/teckit/Makefile (revision 459026) @@ -1,34 +1,36 @@ # Created by: Nikola Lecic # $FreeBSD$ PORTNAME= teckit PORTVERSION= 2.5.7 DISTVERSIONPREFIX= v CATEGORIES= textproc converters MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Toolkit for converting data between 8-bit legacy encodings and Unicode LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/license/LICENSING.txt LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= silnrsi GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e '/sfconv_CXXFLAGS = -std=c++11/d' \ + ${WRKSRC}/bin/Makefile.am + post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/teckit/files/patch-SFconv_UtfCodec.h =================================================================== --- head/textproc/teckit/files/patch-SFconv_UtfCodec.h (nonexistent) +++ head/textproc/teckit/files/patch-SFconv_UtfCodec.h (revision 459026) @@ -0,0 +1,15 @@ +--- SFconv/UtfCodec.h.orig 2017-06-23 19:39:26 UTC ++++ SFconv/UtfCodec.h +@@ -28,11 +28,7 @@ of the License or (at your option) any l + + #include + #include +-#include +- +-using std::int8_t; +-using std::uint8_t; +-using std::ptrdiff_t; ++#include + + typedef uint32_t uchar_t; + Property changes on: head/textproc/teckit/files/patch-SFconv_UtfCodec.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