FreeBSD Bugzilla – Attachment 201028 Details for
Bug 234873
math/reduce: Fix stage-qa issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to clean stage-qa
math-reduce.diff (text/plain), 1.62 KB, created by
Pedro F. Giffuni
on 2019-01-11 15:06:33 UTC
(
hide
)
Description:
patch to clean stage-qa
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2019-01-11 15:06:33 UTC
Size:
1.62 KB
patch
obsolete
>Index: math/reduce/Makefile >=================================================================== >--- math/reduce/Makefile (revision 489973) >+++ math/reduce/Makefile (working copy) >@@ -18,11 +18,13 @@ > > BUILD_DEPENDS= gnuplot:math/gnuplot > >-LIB_DEPENDS= libpng.so:graphics/png \ >+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >+ libfreetype.so:print/freetype2 \ >+ libpng.so:graphics/png \ > libtiff.so:graphics/tiff > > USES= autoreconf:build libtool gmake ncurses jpeg >-USE_XORG= x11 xext xorgproto xft >+USE_XORG= x11 xcursor xext xorgproto xft xrandr xrender > > SFSUBDIR= snapshot_2018-11-23 > >Index: math/reduce/files/patch-generic_newfront_redfront.h >=================================================================== >--- math/reduce/files/patch-generic_newfront_redfront.h (nonexistent) >+++ math/reduce/files/patch-generic_newfront_redfront.h (working copy) >@@ -0,0 +1,14 @@ >+--- generic/newfront/redfront.h.orig 2018-06-17 19:20:00 UTC >++++ generic/newfront/redfront.h >+@@ -114,8 +114,11 @@ typedef void (*sig_t)(int); >+ * version is different... >+ */ >+ #ifndef NATIVE_WINDOWS >++ >+ #include "sys.h" >++#ifndef wcwidth >+ extern int wcwidth(wchar_t c); >++#endif >+ #include "chartype.h" >+ #endif >+ > >Property changes on: math/reduce/files/patch-generic_newfront_redfront.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:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ 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 234873
: 201028