FreeBSD Bugzilla – Attachment 202264 Details for
Bug 235938
x11-toolkits/gtkmathview: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gtkmathview.patch (text/plain), 7.17 KB, created by
Piotr Kubaj
on 2019-02-22 14:26:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-02-22 14:26:01 UTC
Size:
7.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 493547) >+++ Makefile (working copy) >@@ -19,15 +19,15 @@ > libgmetadom_gdome_cpp_smart.so:textproc/gmetadom > > GNU_CONFIGURE= yes >-USES= compiler gmake libtool pathfix pkgconfig >+USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags \ >+ pathfix pkgconfig > USE_GNOME= gtk20 libxml2 pangox-compat > INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib > CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} > CXXFLAGS_clang= -Wno-c++11-narrowing >+CXXFLAGS_gcc= -Wno-error=narrowing > > post-patch: > @${REINPLACE_CMD} '/-lstdc++/d' ${WRKSRC}/src/Makefile.in \ >Index: files/patch-mathmlps_main.cc >=================================================================== >--- files/patch-mathmlps_main.cc (revision 493547) >+++ files/patch-mathmlps_main.cc (working copy) >@@ -1,10 +1,9 @@ >---- mathmlps/main.cc.orig 2013-10-04 15:05:03.000000000 +0200 >-+++ mathmlps/main.cc 2013-10-04 15:05:17.000000000 +0200 >-@@ -18,6 +18,7 @@ >- >+--- mathmlps/main.cc.orig 2007-08-17 12:02:46.000000000 +0200 >++++ mathmlps/main.cc 2019-02-22 14:54:07.231295000 +0100 >+@@ -19,4 +19,6 @@ > #include <config.h> > > +#include <unistd.h> > #include <cassert> >++#include <cstring> > #include <fstream> >- >Index: files/patch-mathmlsvg_SMS.cc >=================================================================== >--- files/patch-mathmlsvg_SMS.cc (nonexistent) >+++ files/patch-mathmlsvg_SMS.cc (working copy) >@@ -0,0 +1,10 @@ >+--- mathmlsvg/SMS.cc.orig 2019-02-22 13:38:49.766329000 +0100 >++++ mathmlsvg/SMS.cc 2019-02-22 13:39:03.627360000 +0100 >+@@ -18,6 +18,7 @@ >+ >+ #include <config.h> >+ >++#include <cstring> >+ #include <sstream> >+ #include "defs.h" >+ #include "AbstractLogger.hh" > >Property changes on: files/patch-mathmlsvg_SMS.cc >___________________________________________________________________ >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 >Index: files/patch-mathmlsvg_main.cc >=================================================================== >--- files/patch-mathmlsvg_main.cc (revision 493547) >+++ files/patch-mathmlsvg_main.cc (working copy) >@@ -1,9 +1,10 @@ > --- mathmlsvg/main.cc.orig 2013-10-04 15:04:01.000000000 +0200 > +++ mathmlsvg/main.cc 2013-10-04 15:04:19.000000000 +0200 >-@@ -18,6 +18,7 @@ >+@@ -18,6 +18,8 @@ > > #include <config.h> > >++#include <cstring> > +#include <unistd.h> > #include <cassert> > #include <fstream> >Index: files/patch-src_backend_common_t1lib__T1FontManager.cc >=================================================================== >--- files/patch-src_backend_common_t1lib__T1FontManager.cc (nonexistent) >+++ files/patch-src_backend_common_t1lib__T1FontManager.cc (working copy) >@@ -0,0 +1,10 @@ >+--- src/backend/common/t1lib_T1FontManager.cc.orig 2019-02-22 12:16:23.473393000 +0100 >++++ src/backend/common/t1lib_T1FontManager.cc 2019-02-22 12:16:38.282122000 +0100 >+@@ -17,6 +17,7 @@ >+ // along with this program. If not, see <http://www.gnu.org/licenses/>. >+ >+ #include <config.h> >++#include <cstdlib> >+ >+ #include <t1lib.h> >+ > >Property changes on: files/patch-src_backend_common_t1lib__T1FontManager.cc >___________________________________________________________________ >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 >Index: files/patch-src_backend_ps_T1__FontDataBase.cc >=================================================================== >--- files/patch-src_backend_ps_T1__FontDataBase.cc (nonexistent) >+++ files/patch-src_backend_ps_T1__FontDataBase.cc (working copy) >@@ -0,0 +1,10 @@ >+--- src/backend/ps/T1_FontDataBase.cc.orig 2019-02-22 12:46:07.134242000 +0100 >++++ src/backend/ps/T1_FontDataBase.cc 2019-02-22 12:49:37.122911000 +0100 >+@@ -18,6 +18,7 @@ >+ >+ #include <t1lib.h> >+ #include <config.h> >++#include <cstring> >+ #include <map> >+ #include <string> >+ #include <stdlib.h> > >Property changes on: files/patch-src_backend_ps_T1__FontDataBase.cc >___________________________________________________________________ >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 >Index: files/patch-src_engine_mathml_mathVariantAux.cc >=================================================================== >--- files/patch-src_engine_mathml_mathVariantAux.cc (nonexistent) >+++ files/patch-src_engine_mathml_mathVariantAux.cc (working copy) >@@ -0,0 +1,10 @@ >+--- src/engine/mathml/mathVariantAux.cc.orig 2019-02-22 10:59:22 UTC >++++ src/engine/mathml/mathVariantAux.cc >+@@ -19,6 +19,7 @@ >+ #include <config.h> >+ >+ #include <cassert> >++#include <cstring> >+ >+ #include "mathVariantAux.hh" >+ > >Property changes on: files/patch-src_engine_mathml_mathVariantAux.cc >___________________________________________________________________ >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 >Index: files/patch-src_frontend_gmetadom_gmetadom.hh >=================================================================== >--- files/patch-src_frontend_gmetadom_gmetadom.hh (nonexistent) >+++ files/patch-src_frontend_gmetadom_gmetadom.hh (working copy) >@@ -0,0 +1,10 @@ >+--- src/frontend/gmetadom/gmetadom.hh.orig 2019-02-22 10:53:28 UTC >++++ src/frontend/gmetadom/gmetadom.hh >+@@ -19,6 +19,7 @@ >+ #ifndef __gmetadom_hh__ >+ #define __gmetadom_hh__ >+ >++#include <cstring> >+ #include <GdomeSmartDOM.hh> >+ >+ namespace DOM = GdomeSmartDOM; > >Property changes on: files/patch-src_frontend_gmetadom_gmetadom.hh >___________________________________________________________________ >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 >Index: files/patch-src_frontend_gmetadom_gmetadom__Model.hh >=================================================================== >--- files/patch-src_frontend_gmetadom_gmetadom__Model.hh (nonexistent) >+++ files/patch-src_frontend_gmetadom_gmetadom__Model.hh (working copy) >@@ -0,0 +1,10 @@ >+--- src/frontend/gmetadom/gmetadom_Model.hh.orig 2019-02-22 13:22:26.332145000 +0100 >++++ src/frontend/gmetadom/gmetadom_Model.hh 2019-02-22 13:22:36.850012000 +0100 >+@@ -20,6 +20,7 @@ >+ #define __gmetadom_Model_hh__ >+ >+ #include <cassert> >++#include <cstring> >+ >+ #include <GdomeSmartDOM.hh> >+ > >Property changes on: files/patch-src_frontend_gmetadom_gmetadom__Model.hh >___________________________________________________________________ >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 235938
: 202264