From owner-svn-ports-all@FreeBSD.ORG Sun Jan 25 08:22:30 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D714464; Sun, 25 Jan 2015 08:22:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 288BA68D; Sun, 25 Jan 2015 08:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P8MUN6022200; Sun, 25 Jan 2015 08:22:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P8MUJj022199; Sun, 25 Jan 2015 08:22:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201501250822.t0P8MUJj022199@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Jan 2015 08:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377865 - head/print/fontforge/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Jan 2015 08:22:30 -0000 Author: jbeich Date: Sun Jan 25 08:22:29 2015 New Revision: 377865 URL: https://svnweb.freebsd.org/changeset/ports/377865 QAT: https://qat.redports.org/buildarchive/r377865/ Log: Unbreak build on 8.x PR: 197056 Differential Revision: https://reviews.freebsd.org/D1662 Approved by: Naram Qashat (maintainer) Approved by: bapt (mentor) Added: head/print/fontforge/files/patch-fontforge_splinefont.h (contents, props changed) Added: head/print/fontforge/files/patch-fontforge_splinefont.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/fontforge/files/patch-fontforge_splinefont.h Sun Jan 25 08:22:29 2015 (r377865) @@ -0,0 +1,15 @@ +--- fontforge/splinefont.h~ ++++ fontforge/splinefont.h +@@ -3547,7 +3547,11 @@ char * delimit_null(const char * input, + + #include "ustring.h" + +-#ifdef __MINGW32__ ++#ifdef __FreeBSD__ ++#include ++#endif ++ ++#if defined(__MINGW32__) || (defined(__FreeBSD__) && __FreeBSD_version < 900506) + #define BAD_LOCALE_HACK + typedef char* locale_t; + #define LC_GLOBAL_LOCALE ((locale_t)-1)