svn commit: r490153 - in head/math/reduce: . files

Steve Wills swills at FreeBSD.org
Sun Jan 13 16:12:56 UTC 2019


Author: swills
Date: Sun Jan 13 16:12:54 2019
New Revision: 490153
URL: https://svnweb.freebsd.org/changeset/ports/490153

Log:
  math/reduce: fix stage-qa issues
  
  PR:		234873
  Submitted by:	pfg (maintainer)

Added:
  head/math/reduce/files/patch-generic_newfront_redfront.h   (contents, props changed)
Modified:
  head/math/reduce/Makefile   (contents, props changed)

Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile	Sun Jan 13 16:12:00 2019	(r490152)
+++ head/math/reduce/Makefile	Sun Jan 13 16:12:54 2019	(r490153)
@@ -18,11 +18,13 @@ BROKEN_powerpc64=	fails to compile: arith01.cpp: 'stat
 
 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
 

Added: head/math/reduce/files/patch-generic_newfront_redfront.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/reduce/files/patch-generic_newfront_redfront.h	Sun Jan 13 16:12:54 2019	(r490153)
@@ -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
+ 


More information about the svn-ports-all mailing list