FreeBSD Bugzilla – Attachment 174653 Details for
Bug 212196
devel/swig30: Revert upstream commit 75510a1 (breaks irc/znc with clang)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Another patch variant
swig30.patch (text/plain), 2.31 KB, created by
Dmitry Marakasov
on 2016-09-11 14:42:38 UTC
(
hide
)
Description:
Another patch variant
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-09-11 14:42:38 UTC
Size:
2.31 KB
patch
obsolete
>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 <bsd.port.mk> >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 <cmath> >+ # 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212196
:
174125
| 174653