From owner-svn-ports-all@freebsd.org Sun Jan 13 16:12:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB3AD14A0676; Sun, 13 Jan 2019 16:12:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F81183256; Sun, 13 Jan 2019 16:12:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B6F41DD72; Sun, 13 Jan 2019 16:12:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0DGCtti077487; Sun, 13 Jan 2019 16:12:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0DGCsLO077485; Sun, 13 Jan 2019 16:12:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901131612.x0DGCsLO077485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 13 Jan 2019 16:12:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490153 - in head/math/reduce: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/math/reduce: . files X-SVN-Commit-Revision: 490153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6F81183256 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2019 16:12:56 -0000 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 +