Index: Makefile =================================================================== --- Makefile (revision 421755) +++ Makefile (working copy) @@ -10,7 +10,8 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate wrappers for calling C/C++ code from other languages -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE-GPL LIB_DEPENDS= libpcre.so:devel/pcre @@ -42,18 +43,17 @@ -e 's|MZSCHEME --mute-banner|MZSCHEME|' \ -e '/^MZDYNOBJ/s|`$$|\| tail -n 1`|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/Lib/lua/luarun.swg post-configure: - ${REINPLACE_CMD} -e 's#null#&|| true#' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's#null#&|| true#' ${WRKSRC}/Makefile post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ccache-swig${PORTVERSION:R} ${STAGEDIR}${PREFIX}/bin/swig${PORTVERSION:R} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ccache-swig${PORTVERSION:R} ${STAGEDIR}${PREFIX}/bin/swig${PORTVERSION:R} post-install-DOCS-on: - cd ${WRKSRC}/Doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${PORTVERSION} + @cd ${WRKSRC}/Doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${PORTVERSION} post-install-EXAMPLES-on: - cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/${PORTVERSION} + @cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/${PORTVERSION} .include Index: files/patch-Lib_typemaps_fragments.swg =================================================================== --- files/patch-Lib_typemaps_fragments.swg (nonexistent) +++ files/patch-Lib_typemaps_fragments.swg (working copy) @@ -0,0 +1,10 @@ +--- Lib/typemaps/fragments.swg.orig 2016-09-10 23:27:20 UTC ++++ Lib/typemaps/fragments.swg +@@ -172,6 +172,7 @@ + # if defined(isfinite) + # define SWIG_isfinite(X) (isfinite(X)) + # elif defined __cplusplus && __cplusplus >= 201103L ++# include + # define SWIG_isfinite(X) (std::isfinite(X)) + # elif defined(_MSC_VER) + # define SWIG_isfinite(X) (_finite(X)) Property changes on: files/patch-Lib_typemaps_fragments.swg ___________________________________________________________________ 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