From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 07:24:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FA5AF74; Mon, 30 Jun 2014 07:24:02 +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 5C9192689; Mon, 30 Jun 2014 07:24:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5U7O28K026676; Mon, 30 Jun 2014 07:24:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5U7O25B026674; Mon, 30 Jun 2014 07:24:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406300724.s5U7O25B026674@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 30 Jun 2014 07:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359807 - in head/textproc/hyphen: . 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 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: Mon, 30 Jun 2014 07:24:02 -0000 Author: bapt Date: Mon Jun 30 07:24:01 2014 New Revision: 359807 URL: http://svnweb.freebsd.org/changeset/ports/359807 QAT: https://qat.redports.org/buildarchive/r359807/ Log: hyphen.h is now exposing FILE type from stdio.h which breaks some configure scripts include stdio.h in hyphen.h to fix those check in configure scripts Added: head/textproc/hyphen/files/ head/textproc/hyphen/files/patch-hyphen.h (contents, props changed) Modified: head/textproc/hyphen/Makefile Modified: head/textproc/hyphen/Makefile ============================================================================== --- head/textproc/hyphen/Makefile Mon Jun 30 07:08:39 2014 (r359806) +++ head/textproc/hyphen/Makefile Mon Jun 30 07:24:01 2014 (r359807) @@ -2,6 +2,7 @@ PORTNAME= hyphen PORTVERSION= 2.8.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/ DIST_SUBDIR= ${PORTNAME} Added: head/textproc/hyphen/files/patch-hyphen.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/hyphen/files/patch-hyphen.h Mon Jun 30 07:24:01 2014 (r359807) @@ -0,0 +1,11 @@ +--- ./hyphen.h.orig 2013-03-18 11:49:03.000000000 +0100 ++++ ./hyphen.h 2014-06-30 09:22:00.804214782 +0200 +@@ -55,6 +55,8 @@ + extern "C" { + #endif /* __cplusplus */ + ++#include ++ + typedef struct _HyphenDict HyphenDict; + typedef struct _HyphenState HyphenState; + typedef struct _HyphenTrans HyphenTrans;