Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 16:12:54 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490153 - in head/math/reduce: . files
Message-ID:  <201901131612.x0DGCsLO077485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901131612.x0DGCsLO077485>